File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ PHP NEWS
15
15
Christian Schneider)
16
16
. Fixed bug GH-9407 (LSP error in eval'd code refers to wrong class for static
17
17
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)
18
20
19
21
- DOM:
20
22
. Fixed bug #79451 (DOMDocument->replaceChild on doctype causes double free).
@@ -38,6 +40,10 @@ PHP NEWS
38
40
. Fixed bug GH-9411 (PgSQL large object resource is incorrectly closed).
39
41
(Yurunsoft)
40
42
43
+ - Phar:
44
+ . Fixed bug #81726: phar wrapper: DOS when using quine gzip file.
45
+ (CVE-2022-31628). (cmb)
46
+
41
47
- Reflection:
42
48
. Fixed bug GH-8932 (ReflectionFunction provides no way to get the called
43
49
class of a Closure). (cmb, Nicolas Grekas)
You can’t perform that action at this time.
0 commit comments