Skip to content

Commit ce961b5

Browse files
committed
Update NEWS with security fixes info
1 parent 913031c commit ce961b5

File tree

1 file changed

+27
-3
lines changed

1 file changed

+27
-3
lines changed

NEWS

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
PHP NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3-
?? ??? ????, PHP 8.2.26
3+
21 Nov 2024, PHP 8.2.26
44

5-
- Cli:
5+
- CLI:
66
. Fixed bug GH-16373 (Shebang is not skipped for router script in cli-server
77
started through shebang). (ilutov)
8+
. Fixed bug GHSA-4w77-75f9-2c8w (Heap-Use-After-Free in sapi_read_post_data
9+
Processing in CLI SAPI Interface). (nielsdos)
810

911
- COM:
1012
. Fixed out of bound writes to SafeArray data. (cmb)
@@ -77,10 +79,18 @@ PHP NEWS
7779
. Fixed segfaults and other issues related to operator overloading with
7880
GMP objects. (Girgias)
7981

82+
- LDAP:
83+
. Fixed bug GHSA-g665-fm4p-vhff (OOB access in ldap_escape). (CVE-2024-8932)
84+
(nielsdos)
85+
8086
- MBstring:
8187
. Fixed bug GH-16361 (mb_substr overflow on start/length arguments).
8288
(David Carlier)
8389

90+
- MySQLnd:
91+
. Fixed bug GHSA-h35g-vwh6-m678 (Leak partial content of the heap through
92+
heap buffer over-read). (CVE-2024-8929) (Jakub Zelenka)
93+
8494
- OpenSSL:
8595
. Fixed bug GH-16357 (openssl may modify member types of certificate arrays).
8696
(cmb)
@@ -89,7 +99,15 @@ PHP NEWS
8999
. Fix various memory leaks on error conditions in openssl_x509_parse().
90100
(nielsdos)
91101

92-
- PDO_ODBC:
102+
- PDO DBLIB:
103+
. Fixed bug GHSA-5hqh-c84r-qjcv (Integer overflow in the dblib quoter causing
104+
OOB writes). (CVE-2024-11236) (nielsdos)
105+
106+
- PDO Firebird:
107+
. Fixed bug GHSA-5hqh-c84r-qjcv (Integer overflow in the firebird quoter
108+
causing OOB writes). (CVE-2024-11236) (nielsdos)
109+
110+
- PDO ODBC:
93111
. Fixed bug GH-16450 (PDO_ODBC can inject garbage into field values). (cmb)
94112

95113
- Phar:
@@ -134,6 +152,12 @@ PHP NEWS
134152
. Fixed bug GH-16293 (Failed assertion when throwing in assert() callback with
135153
bail enabled). (ilutov)
136154

155+
- Streams:
156+
. Fixed bug GHSA-c5f2-jwm7-mmq2 (Configuring a proxy in a stream context
157+
might allow for CRLF injection in URIs). (CVE-2024-11234) (Jakub Zelenka)
158+
. Fixed bug GHSA-r977-prxv-hc43 (Single byte overread with
159+
convert.quoted-printable-decode filter). (CVE-2024-11233) (nielsdos)
160+
137161
- SysVMsg:
138162
. Fixed bug GH-16592 (msg_send() crashes when a type does not properly
139163
serialized). (David Carlier / cmb)

0 commit comments

Comments
 (0)