Lucene search
+L

71 matches found

UbuntuCve
UbuntuCve
added 2010/05/07 11:00 p.m.28 views

CVE-2010-1861

The sysvshm extension for PHP 5.2 through 5.2.13 and 5.3 through 5.3.2 allows context-dependent attackers to write to arbitrary memory addresses by using an object's sleep function to interrupt an internal call to the shmputvar function, which triggers access of a freed resource...

6.4CVSS6AI score0.01004EPSS
SaveExploits1References3
Tenable Nessus
Tenable Nessus
added 2010/02/26 12:00 a.m.62 views

PHP < 5.3.2 / 5.2.13 Multiple Vulnerabilities

According to its banner, the version of PHP installed on the remote host is older than 5.3.2 / 5.2.13. Such versions may be affected by several security issues : - Directory paths not ending with '/' may not be correctly validated inside 'tempnam' in 'safemode' configuration. - It may be possible...

7.5CVSS5.6AI score0.09371EPSS
SaveExploits4References10
securityvulns
securityvulns
added 2010/01/08 12:00 a.m.64 views

PHP multiple security vulnerabilities

safemode bypass, openbasedir bypass, memory corruption...

10CVSS1.8AI score0.06497EPSS
SaveExploits9References1Affected Software1
Packet Storm
Packet Storm
added 2009/12/21 12:00 a.m.27 views

PHP 5.2.12 / 5.3.1 symlink() open_basedir Bypass

This is exploit from Security Audit Lab - SecurityReason labs. Author : Maksymilian Arciemowicz Script for legal use only. PHP 5.2.12 5.3.1 symlink openbasedir bypass More: SecurityReason '; ifempty$file exit; if!iswritable"." die"not writable directory"; $level=0; for$as=0;$as$fakedep;$as++...

7.4AI score
SaveExploits0
exploitpack
exploitpack
added 2009/12/19 12:00 a.m.13 views

PHP 5.2.125.3.1 - symlink() open_basedir Bypass

PHP 5.2.125.3.1 - symlink openbasedir Bypass This is exploit from Security Audit Lab - SecurityReason labs. Author : Maksymilian Arciemowicz Script for legal use only. PHP 5.2.12 5.3.1 symlink openbasedir bypass More: SecurityReason '; ifempty$file exit; if!iswritable"." die"not writable...

7.4AI score
SaveExploits0
Exploit DB
Exploit DB
added 2009/12/19 12:00 a.m.86 views

PHP 5.2.12/5.3.1 - 'symlink()' open_basedir Bypass

This is exploit from Security Audit Lab - SecurityReason labs. Author : Maksymilian Arciemowicz Script for legal use only. PHP 5.2.12 5.3.1 symlink openbasedir bypass More: SecurityReason '; ifempty$file exit; if!iswritable"." die"not writable directory"; $level=0; for$as=0;$as$fakedep;$as++...

6.2CVSS5.8AI score0.00678EPSS
SaveExploits2
Tenable Nessus
Tenable Nessus
added 2009/12/18 12:00 a.m.50 views

FreeBSD : php -- multiple vulnerabilities (39a25a63-eb5c-11de-b650-00215c6a37bb)

PHP developers reports : This release focuses on improving the stability of the PHP 5.2.x branch with over 60 bug fixes, some of which are security related. All users of PHP 5.2 are encouraged to upgrade to this release. Security Enhancements and Fixes in PHP 5.2.12 : - Fixed a safemode bypass in...

10CVSS5.2AI score0.12041EPSS
SaveExploits10References7
Tenable Nessus
Tenable Nessus
added 2009/12/18 12:00 a.m.43 views

PHP 5.2.x < 5.2.12 Multiple Vulnerabilities

Binary data 801091.prm...

10CVSS9.8AI score0.12041EPSS
SaveExploits10References8
FreeBSD
FreeBSD
added 2009/12/17 12:00 a.m.69 views

php -- multiple vulnerabilities

PHP developers reports: This release focuses on improving the stability of the PHP 5.2.x branch with over 60 bug fixes, some of which are security related. All users of PHP 5.2 are encouraged to upgrade to this release. Security Enhancements and Fixes in PHP 5.2.12: Fixed a safemode bypass in...

10CVSS5.5AI score0.12041EPSS
SaveExploits10References1
securityvulns
securityvulns
added 2009/12/04 12:00 a.m.91 views

PHP 5.3.1 open_basedir bypass

hi, in php 5.3.1 security changelog, we can read, that safemode bypass in tempnam has been already fixed. But safemode in 5.3 line is deprecated. We can understand security fix for openbasedir bypass, but not for safemode in 5.3. Annoying is the fact, that exploit for bypass openbasedir or safemo...

0.3AI score
SaveExploits0
zdt
zdt
added 2009/11/13 12:00 a.m.21 views

PHP 5.2.11/5.3.0 Multiple Vulnerability

Exploit for unknown platform in category remote exploits ========================================= PHP 5.2.11/5.3.0 Multiple Vulnerabilities ========================================= Title: PHP 5.2.11/5.3.0 Multiple Vulnerabilities CVE-ID: OSVDB-ID: Author: Maksymilian Arciemowicz Published:...

7.1AI score
SaveExploits0
Exploit DB
Exploit DB
added 2009/11/13 12:00 a.m.34 views

PHP 5.2.11/5.3.0 - Multiple Vulnerabilities

This is exploit from Security Audit Lab - SecurityReason labs. Author : Maksymilian Arciemowicz Script for legal use only. PHP 5.2.11 5.3.0 symlink openbasedir bypass More: SecurityReason '; ifempty$file exit; if!iswritable"." die"not writable directory"; $level=0; for$as=0;$as$fakedep;$as++...

5.8AI score
SaveExploits0
securityvulns
securityvulns
added 2009/11/08 12:00 a.m.61 views

Php 5.3.0 pdflib extension open_basedir bypass

Description: ------------ Via this bug , attacker can save a file in path that not allowed in openbasedir . Reproduce code: --------------- ?php // Author : Sina Yazdanmehr R3d.W0rm ; Our Site : http://IrCrash.com if!extensionloaded'pdf' die'pdf extension required .'; else $PATH = $GET'p'; /The...

0.4AI score
SaveExploits0
seebug.org
seebug.org
added 2009/11/07 12:00 a.m.19 views

Php 5.3.0 pdflib extension open_basedir bypass

No description provided by source. Description: ------------ Via this bug , attacker can save a file in path that not allowed in openbasedir . Reproduce code: --------------- ?php // Author : Sina Yazdanmehr R3d.W0rm ; Our Site : http://IrCrash.com if!extensionloaded'pdf' die'pdf extension requir...

7.1AI score
SaveExploits0
Packet Storm
Packet Storm
added 2009/11/06 12:00 a.m.26 views

PHP 5.3.0 open_basedir Bypass

Description: ------------ Via this bug , attacker can save a file in path that not allowed in openbasedir . Reproduce code: --------------- / if!isset$PATH,$VALUE die'/expl.php?p=pathuwantsavefile/filename&v=valueuwantsav einfile'; $IRCRASH = pdfnew; pdfopenfile$IRCRASH,$PATH;...

7.4AI score
SaveExploits0
exploitpack
exploitpack
added 2009/11/06 12:00 a.m.19 views

PHP 5.3.0 - pdflib Arbitrary File Write

PHP 5.3.0 - pdflib Arbitrary File Write Description: ------------ Via this bug , attacker can save a file in path that not allowed in openbasedir . Reproduce code: --------------- / if!isset$PATH,$VALUE die'/expl.php?p=pathuwantsavefile/filename&v=valueuwantsav einfile'; $IRCRASH = pdfnew;...

0.4AI score
SaveExploits0
seebug.org
seebug.org
added 2009/11/06 12:00 a.m.19 views

PHP 5.3.0 pdflib Arbitrary File Write

No description provided by source. Description: ------------ Via this bug , attacker can save a file in path that not allowed in openbasedir . Reproduce code: --------------- ?php // Author : Sina Yazdanmehr R3d.W0rm ; Our Site : http://IrCrash.com if!extensionloaded'pdf' die'pdf extension requir...

7.1AI score
SaveExploits0
OpenVAS
OpenVAS
added 2009/10/27 12:00 a.m.37 views

Mandrake Security Advisory MDVSA-2009:285 (php)

The remote host is missing an update to php announced via advisory MDVSA-2009:285. SPDX-FileCopyrightText: 2009 E-Soft Inc. Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-on...

9.3CVSS6.9AI score0.1021EPSS
SaveExploits1References1
zdt
zdt
added 2008/03/09 12:00 a.m.43 views

VHCS <= 2.4.7.1 (vhcs2_daemon) Remote Root Exploit

Exploit for linux platform in category remote exploits ================================================== VHCS http://acid-root.new.fr/ email protected Exploit: + Logged in Administrator + The administrator has 2 resellers / Changing dareseller's password / Trying to connect as dareseller:thatpwn...

7.1AI score
SaveExploits0
securityvulns
securityvulns
added 2007/09/11 12:00 a.m.75 views

PHP &lt;=5.2.4 open_basedir bypass &amp; code exec &amp; denial of service

Application: PHP =5.2.4 Web Site: http://php.net Platform: unix Bug: openbasedir bypass & code exec & denial of service/some people call this as a buffer overflow , but it's a denial of service./ special condition: default php-memory-limit ------------------------------------------------------- 1...

0.2AI score
SaveExploits0
Rows per page
Query Builder