We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f892845 + 9855fdd commit 43950c3Copy full SHA for 43950c3
NEWS
@@ -6,6 +6,14 @@ PHP NEWS
6
. Added pdeathsig to builtin server to terminate workers when the master
7
process is killed. (ilutov)
8
9
+- GD:
10
+ . Fixed bug #81739: OOB read due to insufficient input validation in
11
+ imageloadfont(). (CVE-2022-31630) (cmb)
12
+
13
+- Hash:
14
+ . Fixed bug #81738: buffer overflow in hash_update() on long parameter.
15
+ (CVE-2022-37454) (nicky at mouha dot be)
16
17
- Core:
18
. Fixed bug GH-9388 (Improve unset property and __get type incompatibility
19
error message). (ilutov)
0 commit comments