Vulnerabilities > PHP > PHP > 4.4.8

DATE CVE VULNERABILITY TITLE RISK
2011-01-18 CVE-2010-4697 Resource Management Errors vulnerability in PHP
Use-after-free vulnerability in the Zend engine in PHP before 5.2.15 and 5.3.x before 5.3.4 might allow context-dependent attackers to cause a denial of service (heap memory corruption) or have unspecified other impact via vectors related to use of __set, __get, __isset, and __unset methods on objects accessed by a reference.
network
php CWE-399
6.8
2011-01-18 CVE-2006-7243 Improper Input Validation vulnerability in PHP
PHP before 5.3.4 accepts the \0 character in a pathname, which might allow context-dependent attackers to bypass intended access restrictions by placing a safe file extension after this character, as demonstrated by .php\0.jpg at the end of the argument to the file_exists function.
network
low complexity
php CWE-20
5.0
2010-12-06 CVE-2010-4409 Numeric Errors vulnerability in PHP
Integer overflow in the NumberFormatter::getSymbol (aka numfmt_get_symbol) function in PHP 5.3.3 and earlier allows context-dependent attackers to cause a denial of service (application crash) via an invalid argument.
network
low complexity
php CWE-189
5.0
2010-11-12 CVE-2009-5016 Numeric Errors vulnerability in PHP
Integer overflow in the xml_utf8_decode function in ext/xml/xml.c in PHP before 5.2.11 makes it easier for remote attackers to bypass cross-site scripting (XSS) and SQL injection protection mechanisms via a crafted string that uses overlong UTF-8 encoding, a different vulnerability than CVE-2010-3870.
network
php CWE-189
6.8
2010-03-26 CVE-2010-1130 Permissions, Privileges, and Access Controls vulnerability in PHP
session.c in the session extension in PHP before 5.2.13, and 5.3.1, does not properly interpret ; (semicolon) characters in the argument to the session_save_path function, which allows context-dependent attackers to bypass open_basedir and safe_mode restrictions via an argument that contains multiple ; characters in conjunction with a ..
network
low complexity
php CWE-264
5.0
2010-03-26 CVE-2010-1128 Cryptographic Issues vulnerability in PHP
The Linear Congruential Generator (LCG) in PHP before 5.2.13 does not provide the expected entropy, which makes it easier for context-dependent attackers to guess values that were intended to be unpredictable, as demonstrated by session cookies generated by using the uniqid function.
network
low complexity
php CWE-310
6.4
2009-12-24 CVE-2009-4418 Numeric Errors vulnerability in PHP
The unserialize function in PHP 5.3.0 and earlier allows context-dependent attackers to cause a denial of service (resource consumption) via a deeply nested serialized variable, as demonstrated by a string beginning with a:1: followed by many {a:1: sequences.
network
low complexity
php CWE-189
5.0
2009-12-21 CVE-2009-4143 Unspecified vulnerability in PHP
PHP before 5.2.12 does not properly handle session data, which has unspecified impact and attack vectors related to (1) interrupt corruption of the SESSION superglobal array and (2) the session.save_path directive.
network
low complexity
php
critical
10.0
2009-12-21 CVE-2009-4142 Cross-Site Scripting vulnerability in PHP
The htmlspecialchars function in PHP before 5.2.12 does not properly handle (1) overlong UTF-8 sequences, (2) invalid Shift_JIS sequences, and (3) invalid EUC-JP sequences, which allows remote attackers to conduct cross-site scripting (XSS) attacks by placing a crafted byte sequence before a special character.
network
php CWE-79
4.3
2009-12-01 CVE-2009-2626 Information Disclosure vulnerability in PHP 'ini_restore()' Memory
The zend_restore_ini_entry_cb function in zend_ini.c in PHP 5.3.0, 5.2.10, and earlier versions allows context-specific attackers to obtain sensitive information (memory contents) and cause a PHP crash by using the ini_set function to declare a variable, then using the ini_restore function to restore the variable.
network
low complexity
php
6.4