Skip to content

Commit db28ee8

Browse files
committed
move CVEs in 8.0.25 changelog
1 parent 80ccaa3 commit db28ee8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

NEWS

+8-8
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,6 @@ PHP NEWS
55
- CLI:
66
. Fixed bug GH-9709 (Null pointer dereference with -w/-s options). (Adam Saponara)
77

8-
- GD:
9-
. Fixed bug #81739: OOB read due to insufficient input validation in
10-
imageloadfont(). (CVE-2022-31630) (cmb)
11-
12-
- Hash:
13-
. Fixed bug #81738: buffer overflow in hash_update() on long parameter.
14-
(CVE-2022-37454) (nicky at mouha dot be)
15-
168
- Core:
179
. Fixed bug GH-9752 (Generator crashes when interrupted during argument
1810
evaluation with extra named params). (Arnaud)
@@ -33,6 +25,14 @@ PHP NEWS
3325

3426
27 Oct 2022, PHP 8.0.25
3527

28+
- GD:
29+
. Fixed bug #81739: OOB read due to insufficient input validation in
30+
imageloadfont(). (CVE-2022-31630) (cmb)
31+
32+
- Hash:
33+
. Fixed bug #81738: buffer overflow in hash_update() on long parameter.
34+
(CVE-2022-37454) (nicky at mouha dot be)
35+
3636
- Session:
3737
. Fixed bug GH-9583 (session_create_id() fails with user defined save handler
3838
that doesn't have a validateId() method). (Girgias)

0 commit comments

Comments
 (0)