The latest release of PHP 8.2 is
8.2.33 which includes important security patches.
Source Code
Change Log
-
cgi
-
Fixed bug
GHSA-p99j-rfp4-xqvq (Bypass of CVE-2024-4577, Parameter Injection Vulnerability). (CVE-2024-8926)
-
Fixed bug
GHSA-94p6-54jq-9mwp (cgi.force_redirect configuration is bypassable due to the environment variable collision). (CVE-2024-8927)
-
core
-
curl
-
FIxed bug
GH-15547 (curl_multi_select overflow on timeout argument).
-
dom
-
Fixed bug
GH-15551 (Segmentation fault (access null pointer) in ext/dom/xml_common.h).
-
fileinfo
-
Fixed bug
GH-15752 (Incorrect error message for finfo_file with an empty filename argument).
-
fpm
-
mysqlnd
-
Fixed bug
GH-15432 (Heap corruption when querying a vector).
-
opcache
-
Fixed bug
GH-15661 (Access null pointer in Zend/Optimizer/zend_inference.c).
-
Fixed bug
GH-15658 (Segmentation fault in Zend/zend_vm_execute.h).
-
sapi
-
soap
-
Fixed bug
#73182 (PHP SOAPClient does not support stream context HTTP headers in array form).
-
standard
-
Fixed bug
GH-15552 (Signed integer overflow in ext/standard/scanf.c).
-
streams
-
Fixed bug
GH-15628 (php_stream_memory_get_buffer() not zero-terminated).