Lucene search
+L

1346 matches found

RedHat Linux
RedHat Linux
added 2007/02/19 9:8 p.m.5 views

security flaw

The zendhashinit function in PHP 5 before 5.2.1 and PHP 4 before 4.4.5, when running on a 64-bit platform, allows context-dependent attackers to cause a denial of service infinite loop by unserializing certain integer expressions, which only cause 32-bit arguments to be used after the check for a...

4.3CVSS5.8AI score0.02308EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2007/01/08 12:0 a.m.44 views

CentOS 4 : PHP (CESA-2005:406)

Updated PHP packages that fix various security issues are now available. This update has been rated as having moderate security impact by the Red Hat Security Response Team. PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Web server. A bug was found in the way PHP...

7.5CVSS6AI score0.10394EPSS
SaveExploits3References7
zdt
zdt
added 2007/01/05 12:0 a.m.18 views

iG Shop 1.0 (eval/sql injection) Multiple Remote Vulnerabilities

Exploit for unknown platform in category web applications ================================================================ iG Shop 1.0 eval/sql injection Multiple Remote Vulnerabilities ================================================================ "If eval is the answer, then you are asking th...

7.1AI score
SaveExploits0
exploitpack
exploitpack
added 2007/01/05 12:0 a.m.25 views

ig shop 1.0 - Code Execution SQL Injection

ig shop 1.0 - Code Execution SQL Injection "If eval is the answer, then you are asking the wrong question." --Unknowen ig-shop suffers from two eval's that can be controlled by an attacker: http://127.0.0.1/igshop/cart.php?action=;phpinfo;// ./cart.php line 692: eval "cart$action;";...

0.2AI score
SaveExploits0
Exploit DB
Exploit DB
added 2007/01/05 12:0 a.m.60 views

ig shop 1.0 - Code Execution / SQL Injection

"If eval is the answer, then you are asking the wrong question." --Unknowen ig-shop suffers from two eval's that can be controlled by an attacker: http://127.0.0.1/igshop/cart.php?action=;phpinfo;// ./cart.php line 692: eval "cart$action;"; http://127.0.0.1/igshop/page.php?action=;phpinfo;//...

7.5CVSS5.8AI score0.11327EPSS
SaveExploits3
Gentoo Linux
Gentoo Linux
added 2006/10/30 12:0 a.m.51 views

PHP: Integer overflow

Background PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. Description A flaw in the PHP memory handling routines allows an unserialize call to be executed on non-allocated memory due to a previous integer...

10CVSS7AI score0.15388EPSS
SaveExploits1
Packet Storm
Packet Storm
added 2006/10/20 12:0 a.m.20 views

php5-unserialize.txt

------=Part9129720240413.1161096528744 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline in function zendhashinit int overflow ecalloc - heap overflow here segfault in zendhashfind but it's possible to fake the bucket and explo...

SaveExploits0
Ubuntu
Ubuntu
added 2006/10/11 4:9 a.m.93 views

USN-362-1: PHP vulnerabilities

The stripos function did not check for invalidly long or empty haystack strings. In an application that uses this function on arbitrary untrusted data this could be exploited to crash the PHP interpreter. CVE-2006-4485 An integer overflow was discovered in the PHP memory allocation handling. On...

10CVSS6AI score0.15388EPSS
SaveExploits4
Tenable Nessus
Tenable Nessus
added 2006/10/10 12:0 a.m.42 views

FreeBSD : php -- _ecalloc Integer Overflow Vulnerability (e329550b-54f7-11db-a5ae-00508d6a62df)

Stefan Esser reports : The PHP 5 branch of the PHP source code lacks the protection against possible integer overflows inside ecalloc that is present in the PHP 4 branch and also for several years part of our Hardening-Patch and our new Suhosin-Patch. It was discovered that such an integer overfl...

10CVSS5.8AI score0.15388EPSS
SaveExploits1References3
Cvelist
Cvelist
added 2006/10/09 6:0 p.m.32 views

CVE-2006-4812

Integer overflow in PHP 5 up to 5.1.6 and 4 before 4.3.0 allows remote attackers to execute arbitrary code via an argument to the unserialize PHP function with a large value for the number of array elements, which triggers the overflow in the Zend Engine ecalloc function Zend/zendalloc.c...

7.9AI score0.15388EPSS
SaveExploits1References26
securityvulns
securityvulns
added 2006/10/09 12:0 a.m.71 views

PHP integer overflow

unserialize function integer overflow...

10CVSS4.3AI score0.15388EPSS
SaveExploits1References1Affected Software1
securityvulns
securityvulns
added 2006/10/09 12:0 a.m.71 views

Advisory 09/2006: PHP unserialize() Array Creation Integer Overflow

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hardened-PHP Project www.hardened-php.net -= Security Advisory =- Advisory: PHP unserialize Array Creation Integer Overflow Release Date: 2006/10/09 Last Modified: 2006/10/09 Author: Stefan Esser [email protected] Application: PHP 5 = 5.1.6, PHP...

10CVSS1.1AI score0.15388EPSS
SaveExploits1
RedHat Linux
RedHat Linux
added 2006/10/05 11:38 a.m.6 views

security flaw

Integer overflow in PHP 5 up to 5.1.6 and 4 before 4.3.0 allows remote attackers to execute arbitrary code via an argument to the unserialize PHP function with a large value for the number of array elements, which triggers the overflow in the Zend Engine ecalloc function Zend/zendalloc.c...

10CVSS6.3AI score0.15388EPSS
SaveExploits1References4
RedHat Linux
RedHat Linux
added 2006/10/05 11:30 a.m.4 views

security flaw

Integer overflow in PHP 5 up to 5.1.6 and 4 before 4.3.0 allows remote attackers to execute arbitrary code via an argument to the unserialize PHP function with a large value for the number of array elements, which triggers the overflow in the Zend Engine ecalloc function Zend/zendalloc.c...

10CVSS6.3AI score0.15388EPSS
SaveExploits1References4
FreeBSD
FreeBSD
added 2006/09/30 12:0 a.m.39 views

php -- _ecalloc Integer Overflow Vulnerability

Stefan Esser reports: The PHP 5 branch of the PHP source code lacks the protection against possible integer overflows inside ecalloc that is present in the PHP 4 branch and also for several years part of our Hardening-Patch and our new Suhosin-Patch. It was discovered that such an integer overflo...

10CVSS7.3AI score0.15388EPSS
SaveExploits1References2
Tenable Nessus
Tenable Nessus
added 2005/04/15 12:0 a.m.47 views

SUSE-SA:2005:023: php4, php5

The remote host is missing the patch for the advisory SUSE-SA:2005:023 php4, php5. This update fixes the following security issues in the PHP scripting language: - A bug in getimagesize EXIF handling which could lead to a denial of service attack. This is tracked by the Mitre CVE IDs CVE-2005-052...

5CVSS5.6AI score0.03331EPSS
SaveExploits1References2
Slackware Linux
Slackware Linux
added 2005/04/05 2:48 p.m.18 views

PHP

New PHP packages are available for Slackware 8.1, 9.0, 9.1, 10.0, 10.1, and -current to fix security issues. More details about the issues may be found in the PHP ChangeLogs on the PHP web site: http://php.net Here are the details from the Slackware 10.1 ChangeLog:...

7.1AI score
SaveExploits0
RedHat Linux
RedHat Linux
added 2005/02/15 9:23 a.m.8 views

security flaw

The deserialization code in PHP before 4.3.10 and PHP 5.x up to 5.0.2 allows remote attackers to cause a denial of service and execute arbitrary code via untrusted data to the unserialize function that may trigger "information disclosure, double-free and negative reference index array underflow"...

10CVSS7.3AI score0.07996EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2005/01/19 6:46 p.m.89 views

Important: Red Hat Security Advisory: php security update

Updated php packages that fix various security issues are now available for Red Hat Enterprise Linux 2.1. PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Web server. A double-free bug was found in the deserialization code of PHP. PHP applications use the unserialize...

10CVSS7AI score0.1616EPSS
SaveExploits2References3
NVD
NVD
added 2005/01/10 5:0 a.m.33 views

CVE-2004-1019

The deserialization code in PHP before 4.3.10 and PHP 5.x up to 5.0.2 allows remote attackers to cause a denial of service and execute arbitrary code via untrusted data to the unserialize function that may trigger "information disclosure, double-free and negative reference index array underflow"...

10CVSS9.7AI score0.07996EPSS
SaveExploits0References16
Rows per page
Query Builder