Skip to content

Commit c4d7f1b

Browse files
committed
Update NEWS with security fixes info
1 parent 1f8e161 commit c4d7f1b

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

NEWS

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
PHP NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3-
?? ??? ????, PHP 8.2.24
3+
26 Sep 2024, PHP 8.2.24
4+
5+
- CGI:
6+
. Fixed bug GHSA-p99j-rfp4-xqvq (Bypass of CVE-2024-4577, Parameter Injection
7+
Vulnerability). (CVE-2024-8926) (nielsdos)
8+
. Fixed bug GHSA-94p6-54jq-9mwp (cgi.force_redirect configuration is
9+
byppassible due to the environment variable collision). (CVE-2024-8927)
10+
(nielsdos)
411

512
- Core:
613
. Fixed bug GH-15408 (MSan false-positve on zend_max_execution_timer).
@@ -26,6 +33,10 @@ PHP NEWS
2633
. Fixed bug GH-15752 (Incorrect error message for finfo_file
2734
with an empty filename argument). (DanielEScherzer)
2835

36+
- FPM:
37+
. Fixed bug GHSA-865w-9rf3-2wh5 (Logs from childrens may be altered).
38+
(CVE-2024-9026) (Jakub Zelenka)
39+
2940
- MySQLnd:
3041
. Fixed bug GH-15432 (Heap corruption when querying a vector). (cmb,
3142
Kamil Tekiela)
@@ -36,6 +47,10 @@ PHP NEWS
3647
. Fixed bug GH-15658 (Segmentation fault in Zend/zend_vm_execute.h).
3748
(nielsdos)
3849

50+
- SAPI:
51+
. Fixed bug GHSA-9pqp-7h25-4f32 (Erroneous parsing of multipart form data).
52+
(CVE-2024-8925) (Arnaud)
53+
3954
- SOAP:
4055
. Fixed bug #73182 (PHP SOAPClient does not support stream context HTTP
4156
headers in array form). (nielsdos)

0 commit comments

Comments
 (0)