File tree 1 file changed +22
-2
lines changed
1 file changed +22
-2
lines changed Original file line number Diff line number Diff line change 1
1
PHP NEWS
2
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
- ?? ??? ???? , PHP 8.1.29
3
+ 06 Jun 2024 , PHP 8.1.29
4
4
5
+ - CGI:
6
+ . Fixed bug GHSA-3qgc-jrrr-25jv (Bypass of CVE-2012-1823, Argument Injection
7
+ in PHP-CGI). (CVE-2024-4577) (nielsdos)
5
8
9
+ - Filter:
10
+ . Fixed bug GHSA-w8qr-v226-r27w (Filter bypass in filter_var FILTER_VALIDATE_URL).
11
+ (CVE-2024-5458) (nielsdos)
12
+
13
+ - OpenSSL:
14
+ . The openssl_private_decrypt function in PHP, when using PKCS1 padding
15
+ (OPENSSL_PKCS1_PADDING, which is the default), is vulnerable to the Marvin Attack
16
+ unless it is used with an OpenSSL version that includes the changes from this pull
17
+ request: https://github.com/openssl/openssl/pull/13817 (rsa_pkcs1_implicit_rejection).
18
+ These changes are part of OpenSSL 3.2 and have also been backported to stable
19
+ versions of various Linux distributions, as well as to the PHP builds provided for
20
+ Windows since the previous release. All distributors and builders should ensure that
21
+ this version is used to prevent PHP from being vulnerable. (CVE-2024-2408)
22
+
23
+ - Standard:
24
+ . Fixed bug GHSA-9fcc-425m-g385 (Bypass of CVE-2024-1874).
25
+ (CVE-2024-5585) (nielsdos)
6
26
7
27
11 Apr 2024, PHP 8.1.28
8
28
@@ -31,7 +51,7 @@ PHP NEWS
31
51
- FPM:
32
52
. Fixed bug GH-12705 (Segmentation fault in fpm_status_export_to_zval).
33
53
(Patrick Prasse)
34
-
54
+
35
55
- Intl:
36
56
. Fixed bug GH-12635 (Test bug69398.phpt fails with ICU 74.1). (nielsdos)
37
57
You can’t perform that action at this time.
0 commit comments