We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05f6c51 commit b7cbb6cCopy full SHA for b7cbb6c
NEWS
@@ -2,9 +2,16 @@ PHP NEWS
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
?? ??? ????, PHP 8.0.26
4
5
+- Hash:
6
+ . Fixed bug #81738: buffer overflow in hash_update() on long parameter.
7
+ (CVE-2022-37454) (nicky at mouha dot be)
8
9
13 Oct 2022, PHP 8.0.25RC1
10
11
+- GD:
12
+ . Fixed bug #81739: OOB read due to insufficient input validation in
13
+ imageloadfont(). (CVE-2022-31630) (cmb)
14
+
15
- Session:
16
. Fixed bug GH-9583 (session_create_id() fails with user defined save handler
17
that doesn't have a validateId() method). (Girgias)
0 commit comments