Vulnerabilities > PHP

DATE CVE VULNERABILITY TITLE RISK
2009-11-29 CVE-2009-4018 Permissions, Privileges, and Access Controls vulnerability in PHP
The proc_open function in ext/standard/proc_open.c in PHP before 5.2.11 and 5.3.x before 5.3.1 does not enforce the (1) safe_mode_allowed_env_vars and (2) safe_mode_protected_env_vars directives, which allows context-dependent attackers to execute programs with an arbitrary environment via the env parameter, as demonstrated by a crafted value of the LD_LIBRARY_PATH environment variable.
network
low complexity
php CWE-264
7.5
2009-11-23 CVE-2009-3558 Permissions, Privileges, and Access Controls vulnerability in PHP
The posix_mkfifo function in ext/posix/posix.c in PHP before 5.2.12 and 5.3.x before 5.3.1 allows context-dependent attackers to bypass open_basedir restrictions, and create FIFO files, via the pathname and mode arguments, as demonstrated by creating a .htaccess file.
network
php CWE-264
6.8
2009-11-23 CVE-2009-3557 Permissions, Privileges, and Access Controls vulnerability in PHP
The tempnam function in ext/standard/file.c in PHP before 5.2.12 and 5.3.x before 5.3.1 allows context-dependent attackers to bypass safe_mode restrictions, and create files in group-writable or world-writable directories, via the dir and prefix arguments.
network
low complexity
php CWE-264
5.0
2009-09-22 CVE-2009-3294 Use of Externally-Controlled Format String vulnerability in PHP
The popen API function in TSRM/tsrm_win32.c in PHP before 5.2.11 and 5.3.x before 5.3.1, when running on certain Windows operating systems, allows context-dependent attackers to cause a denial of service (crash) via a crafted (1) "e" or (2) "er" string in the second argument (aka mode), possibly related to the _fdopen function in the Microsoft C runtime library.
network
low complexity
php CWE-134
5.0
2009-09-22 CVE-2009-3293 Unspecified vulnerability in PHP
Unspecified vulnerability in the imagecolortransparent function in PHP before 5.2.11 has unknown impact and attack vectors related to an incorrect "sanity check for the color index."
network
low complexity
php
7.5
2009-09-22 CVE-2009-3292 Unspecified vulnerability in PHP
Unspecified vulnerability in PHP before 5.2.11, and 5.3.x before 5.3.1, has unknown impact and attack vectors related to "missing sanity checks around exif processing."
network
low complexity
php
7.5
2009-09-22 CVE-2009-3291 Improper Input Validation vulnerability in PHP
The php_openssl_apply_verification_policy function in PHP before 5.2.11 does not properly perform certificate validation, which has unknown impact and attack vectors, probably related to an ability to spoof certificates.
network
low complexity
php CWE-20
7.5
2009-08-25 CVE-2008-7068 Improper Input Validation vulnerability in PHP
The dba_replace function in PHP 5.2.6 and 4.x allows context-dependent attackers to cause a denial of service (file truncation) via a key with the NULL byte.
network
low complexity
php CWE-20
6.4
2009-08-19 CVE-2008-7002 Permissions, Privileges, and Access Controls vulnerability in PHP 5.2.5
PHP 5.2.5 does not enforce (a) open_basedir and (b) safe_mode_exec_dir restrictions for certain functions, which might allow local users to bypass intended access restrictions and call programs outside of the intended directory via the (1) exec, (2) system, (3) shell_exec, (4) passthru, or (5) popen functions, possibly involving pathnames such as "C:" drive notation.
local
low complexity
php CWE-264
7.2
2009-04-08 CVE-2009-1272 Improper Input Validation vulnerability in PHP
The php_zip_make_relative_path function in php_zip.c in PHP 5.2.x before 5.2.9 allows context-dependent attackers to cause a denial of service (crash) via a ZIP file that contains filenames with relative paths, which is not properly handled during extraction.
network
low complexity
php CWE-20
5.0