Skip to content

Commit a001ad3

Browse files
committed
Update NEWS with security fixes info
1 parent 32f905f commit a001ad3

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

NEWS

+27-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,32 @@
11
PHP NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3-
?? ??? ????, PHP 8.1.31
3+
21 Nov 2024, PHP 8.1.31
4+
5+
- CLI:
6+
. Fixed bug GHSA-4w77-75f9-2c8w (Heap-Use-After-Free in sapi_read_post_data
7+
Processing in CLI SAPI Interface). (nielsdos)
8+
9+
- LDAP:
10+
. Fixed bug GHSA-g665-fm4p-vhff (OOB access in ldap_escape). (CVE-2024-8932)
11+
(nielsdos)
12+
13+
- MySQLnd:
14+
. Fixed bug GHSA-h35g-vwh6-m678 (Leak partial content of the heap through
15+
heap buffer over-read). (CVE-2024-8929) (Jakub Zelenka)
16+
17+
- PDO DBLIB:
18+
. Fixed bug GHSA-5hqh-c84r-qjcv (Integer overflow in the dblib quoter causing
19+
OOB writes). (CVE-2024-11236) (nielsdos)
20+
21+
- PDO Firebird:
22+
. Fixed bug GHSA-5hqh-c84r-qjcv (Integer overflow in the firebird quoter
23+
causing OOB writes). (CVE-2024-11236) (nielsdos)
24+
25+
- Streams:
26+
. Fixed bug GHSA-c5f2-jwm7-mmq2 (Configuring a proxy in a stream context
27+
might allow for CRLF injection in URIs). (CVE-2024-11234) (Jakub Zelenka)
28+
. Fixed bug GHSA-r977-prxv-hc43 (Single byte overread with
29+
convert.quoted-printable-decode filter). (CVE-2024-11233) (nielsdos)
430

531

632

0 commit comments

Comments
 (0)