Logo
componentphp8
Name
php8
Version
8.4.21-r
Type
library
Description
-
Licenses
-
PURL
-
CPE
cpe:2.3:a:php:php:8.4.21:*:*:*:*:*:*:*

Other Versions#


Project
Branch
Version
master
8.4.23-r1

Patches#


#
Title
Author
Resolve
1
Use system timezone
Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>
2
Patch #2
Unknown
3
Add-support-for-use-of-the-system-timezone-database
Debian PHP Maintainers <team+pkg-php@tracker.debian.org>
4
Patch #4
Unknown
5
php-5.4.9-fixheader
Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>
6
Patch #6
Unknown
7
Patch #7
Unknown

Vulnerabilities#


Name
Analysis
Description
Exploitable
Circular symbolic links in phar archives could lead to unbounded recursion, exhausting the C stack and crashing the PHP process, in PHP versions from 8.2.* before 8.2.33, from 8.3.* before 8.3.33, from 8.4.* before 8.4.24, and from 8.5.* before 8.5.9.
Exploitable
Attacker-provided inputs to bccomp() could lead to an out-of-bounds write with stack and heap corruption in PHP versions from 8.4.* before 8.4.24 and from 8.5.* before 8.5.9.
Exploitable
Improper escaping of backslashes in attacker-provided parameters would allow for trivial SQL injection in PHP versions from 8.2.* before 8.2.33, from 8.3.* before 8.3.33, from 8.4.* before 8.4.24, and from 8.5.* before 8.5.9.
Exploitable
In PHP versions 8.2.* before 8.2.32, 8.3.* before 8.3.32, 8.4.* before 8.4.23, 8.5.* before 8.5.8, the AES-WRAP-PAD algorithm implementation in OpenSSL extension contains a buffer allocation flaw. The output buffer for the AES key-wrap-with-padding operation is sized from the plaintext length without accounting for RFC 5649 expansion. This may cause OpenSSL to write beyond allocated memory, corrupting heap metadata and triggering application abort.
Exploitable
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.