We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fd1b83 commit 1154fbdCopy full SHA for 1154fbd
NEWS
@@ -1,6 +1,23 @@
1
PHP NEWS
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
4
+Backported from 8.1.30
5
+
6
+- CGI:
7
+ . Fixed bug GHSA-p99j-rfp4-xqvq (Bypass of CVE-2024-4577, Parameter Injection
8
+ Vulnerability). (CVE-2024-8926) (nielsdos)
9
+ . Fixed bug GHSA-94p6-54jq-9mwp (cgi.force_redirect configuration is
10
+ bypassable due to the environment variable collision). (CVE-2024-8927)
11
+ (nielsdos)
12
13
+- FPM:
14
+ . Fixed bug GHSA-865w-9rf3-2wh5 (Logs from childrens may be altered).
15
+ (CVE-2024-9026) (Jakub Zelenka)
16
17
+- SAPI:
18
+ . Fixed bug GHSA-9pqp-7h25-4f32 (Erroneous parsing of multipart form data).
19
+ (CVE-2024-8925) (Arnaud)
20
21
Backported from 8.1.29
22
23
- CGI:
0 commit comments