Skip to content

Commit b0cc5ed

Browse files
committed
add missing CVEs
1 parent 257f108 commit b0cc5ed

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
@@ -15,6 +15,8 @@ PHP NEWS
1515
Christian Schneider)
1616
. Fixed bug GH-9407 (LSP error in eval'd code refers to wrong class for static
1717
type). (ilutov)
18+
. Fixed bug #81727: Don't mangle HTTP variable names that clash with ones
19+
that have a specific semantic meaning. (CVE-2022-31629). (Derick)
1820

1921
- DOM:
2022
. Fixed bug #79451 (DOMDocument->replaceChild on doctype causes double free).
@@ -38,6 +40,10 @@ PHP NEWS
3840
. Fixed bug GH-9411 (PgSQL large object resource is incorrectly closed).
3941
(Yurunsoft)
4042

43+
- Phar:
44+
. Fixed bug #81726: phar wrapper: DOS when using quine gzip file.
45+
(CVE-2022-31628). (cmb)
46+
4147
- Reflection:
4248
. Fixed bug GH-8932 (ReflectionFunction provides no way to get the called
4349
class of a Closure). (cmb, Nicolas Grekas)

0 commit comments

Comments
 (0)