Skip to content

Commit 12c3636

Browse files
committedSep 30, 2022
add missing CVEs
1 parent f597e4c commit 12c3636

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎NEWS

+6
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ PHP NEWS
2222
Christian Schneider)
2323
. Fixed bug GH-9447 (Invalid class FQN emitted by AST dump for new and class
2424
constants in constant expressions). (ilutov)
25+
. Fixed bug #81727: Don't mangle HTTP variable names that clash with ones
26+
that have a specific semantic meaning. (CVE-2022-31629). (Derick)
2527

2628
- DOM:
2729
. Fixed bug #79451 (DOMDocument->replaceChild on doctype causes double free).
@@ -48,6 +50,10 @@ PHP NEWS
4850
. Fixed bug GH-9411 (PgSQL large object resource is incorrectly closed).
4951
(Yurunsoft)
5052

53+
- Phar:
54+
. Fixed bug #81726: phar wrapper: DOS when using quine gzip file.
55+
(CVE-2022-31628). (cmb)
56+
5157
- Reflection:
5258
. Fixed bug GH-8932 (ReflectionFunction provides no way to get the called
5359
class of a Closure). (cmb, Nicolas Grekas)

0 commit comments

Comments
 (0)