Skip to content

Commit 5f5245c

Browse files
committed
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2: [skip ci] Add NEWS entries for 8.2.31 security issues
2 parents 398b7da + 887e649 commit 5f5245c

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

NEWS

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,36 @@ PHP NEWS
55
- Curl:
66
. Add support for brotli and zstd on Windows. (Shivam Mathur)
77

8+
- FPM:
9+
. Fixed GHSA-7qg2-v9fj-4mwv (XSS within status endpoint). (CVE-2026-6735)
10+
(Jakub Zelenka)
11+
12+
- MBString:
13+
. Fixed GHSA-wm6j-2649-pv75 (Null pointer dereference in
14+
php_mb_check_encoding() via mb_ereg_search_init()). (CVE-2026-7259)
15+
(vi3tL0u1s)
16+
817
- OpenSSL:
918
. Fix compatibility issues with OpenSSL 4.0. (jordikroon, Remi)
1019

20+
- PDO_Firebird:
21+
. Fixed GHSA-w476-322c-wpvm (SQL injection via NUL bytes in quoted strings).
22+
(CVE-2025-14179) (SakiTakamachi)
23+
24+
- SOAP:
25+
. Fixed GHSA-85c2-q967-79q5 (Stale SOAP_GLOBAL(ref_map) pointer with Apache
26+
Map). (CVE-2026-6722) (ilutov)
27+
. Fixed GHSA-m33r-qmcv-p97q (Use-after-free after header parsing failure with
28+
SOAP_PERSISTENCE_SESSION). (CVE-2026-7261) (ilutov)
29+
. Fixed GHSA-hmxp-6pc4-f3vv (Broken Apache map value NULL check).
30+
(CVE-2026-7262) (ilutov)
31+
32+
- Standard:
33+
. Fixed GHSA-96wq-48vp-hh57 (Signed integer overflow of char array offset).
34+
(CVE-2026-7568) (TimWolla)
35+
. Fixed GHSA-m8rr-4c36-8gq4 (Consistently pass unsigned char to ctype.h
36+
functions). (CVE-2026-7258) (ilutov)
37+
1138
15 Jan 2026, PHP 8.3.30
1239

1340
- Core:

0 commit comments

Comments
 (0)