Name
php
Version
8.5.7
Type
library
Description
A server-side, HTML-embedded scripting language
Licenses
PHP-3.01
PURL
-
CPE
cpe:2.3:*:php:php:8.5.7:*:*:*:*:*:*:*
Other Versions#
Patches#
#
Title
Author
Resolve
1
explicitly not generate phar.php during cross-compile
Hongxu Jia <hongxu.jia@windriver.com>
2
pear: fix Makefile.frag for Yocto
Claude Bing <cbing@cybernetics.com>
3
ext/phar/Makefile.frag: Fix phar packaging
Claude Bing <cbing@cybernetics.com>
4
iconv: fix detection
Claude Bing <cbing@cybernetics.com>
5
configure.ac: don't include build/libtool.m4
Claude Bing <cbing@cybernetics.com>
Vulnerabilities#
Name
Analysis
Description
False Positive
A command inject vulnerability allows an attacker to perform command injection on Windows applications that indirectly depend on the CreateProcess function when the specific conditions are satisfied.
False Positive
A vulnerability was found in PHP where setting the environment variable PHP_CLI_SERVER_WORKERS to a large value leads to a heap buffer overflow.
Not Affected
The perl extension in PHP does not follow safe_mode restrictions, which allows context-dependent attackers to execute arbitrary code via the Perl eval function. NOTE: this might only be a vulnerability in limited environments.
Not Affected
The parse_str function in (1) PHP, (2) Hardened-PHP, and (3) Suhosin, when called without a second parameter, might allow remote attackers to overwrite arbitrary variables by specifying variable names and values in the string to be parsed. NOTE: it is not clear whether this is a design limitation of the function or a bug in PHP, although it is likely to be regarded as a bug in Hardened-PHP and Suhosin.
Not Affected
The soap extension in PHP calls php_rand_r with an uninitialized seed variable, which has unknown impact and attack vectors, a related issue to the mcrypt_create_iv issue covered by CVE-2007-2727. Note: The PHP team argue that this is not a valid security issue.