Logo
componentphp
Name
php
Version
8.2.31
Type
library
Description
A server-side, HTML-embedded scripting language
Licenses
PHP-3.0
PURL
-
CPE
cpe:2.3:*:php:php:8.2.31:*:*:*:*:*:*:*

Other Versions#


Project
Branch
Version
kirkstone
8.1.34
master
8.5.7

Patches#


#
Title
Author
Resolve
1
configure.ac: don't include build/libtool.m4
Claude Bing <cbing@cybernetics.com>
2
php: don't use broken wrapper for mkdir
Claude Bing <cbing@cybernetics.com>
3
sapi/cli/config.m4: fix build directory
Claude Bing <cbing@cybernetics.com>
4
ext/imap/config.m4: fix include paths
Claude Bing <cbing@cybernetics.com>
5
iconv: fix detection
Claude Bing <cbing@cybernetics.com>
6
pear: fix Makefile.frag for Yocto
Claude Bing <cbing@cybernetics.com>
7
ext/phar/Makefile.frag: Fix phar packaging
Claude Bing <cbing@cybernetics.com>
8
php: remove host specific info from header file
Claude Bing <cbing@cybernetics.com>
9
build/php.m4: don't unset cache variables
Claude Bing <cbing@cybernetics.com>
10
Change whether to inline XXH3_hashLong_withSecret to a config
easyaspi314 <easyaspi314@users.noreply.github.com>
11
ext/opcache/config.m4: enable opcache
Yogita Urade <yogita.urade@windriver.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.
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.