Skip to content

Commit 4c5f0e9

Browse files
committed
adapt test + NEWS
1 parent 69853e1 commit 4c5f0e9

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ Backported from 8.1.31
1111
. Fixed bug GHSA-g665-fm4p-vhff (OOB access in ldap_escape). (CVE-2024-8932)
1212
(nielsdos)
1313

14+
- MySQLnd:
15+
. Fixed bug GHSA-h35g-vwh6-m678 (Leak partial content of the heap through
16+
heap buffer over-read). (CVE-2024-8929) (Jakub Zelenka)
17+
1418
- PDO DBLIB:
1519
. Fixed bug GHSA-5hqh-c84r-qjcv (Integer overflow in the dblib quoter causing
1620
OOB writes). (CVE-2024-11236) (nielsdos)

ext/mysqli/tests/ghsa-h35g-vwh6-m678-auth-message.phpt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,4 @@ print "done!";
3434
[*] Sending - Malicious OK Auth Response [Extract heap through buffer over-read]: 0900000200000002000000fcff
3535

3636
Warning: mysqli::__construct(): OK packet message length is past the packet size in %s on line %d
37-
Unknown error while trying to connect via tcp://127.0.0.1:33305
38-
done!
37+
%A

0 commit comments

Comments
 (0)