Skip to content

Commit e77f582

Browse files
committed
Merge branch 'PHP-8.3' into PHP-8.4
* PHP-8.3: [skip ci] Add NEWS entries for 8.2.31 security issues
2 parents 56ee76f + 5f5245c commit e77f582

1 file changed

Lines changed: 34 additions & 3 deletions

File tree

NEWS

Lines changed: 34 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,30 @@ PHP NEWS
4444
. Add support for brotli and zstd on Windows. (Shivam Mathur)
4545

4646
- DOM:
47-
. Fixed bug GH-21566 (Dom\XMLDocument::C14N() emits duplicate xmlns
48-
declarations after setAttributeNS()). (David Carlier)
47+
. Fixed GHSA-4jhr-8w89-j733 and GH-21566 (Dom\XMLDocument::C14N() emits
48+
duplicate xmlns declarations after setAttributeNS()). (CVE-2026-7263)
49+
(David Carlier)
4950
. Fixed bug GH-21688 (segmentation fault on empty HTMLDocument).
5051
(David Carlier)
51-
. Upgrade to lexbor v2.7.0. (ndossche, ilutov)
52+
. Upgrade to lexbor v2.7.0. (CVE-2026-29078, CVE-2026-29079)
53+
(ndossche, ilutov)
5254
. Fixed bug GH-21544 (Dom\XMLDocument::C14N*( drops namespace declarations
5355
on DOM-built documents). (David Carlier, ndossche)
5456

57+
- FPM:
58+
. Fixed GHSA-7qg2-v9fj-4mwv (XSS within status endpoint). (CVE-2026-6735)
59+
(Jakub Zelenka)
60+
5561
- Iconv:
5662
. Fixed bug GH-17399 (iconv memory leak on bailout). (iliaal)
5763

64+
- MBString:
65+
. Fixed GHSA-wm6j-2649-pv75 (Null pointer dereference in
66+
php_mb_check_encoding() via mb_ereg_search_init()). (CVE-2026-7259)
67+
(vi3tL0u1s)
68+
. Fixed GHSA-74r9-qxhc-fx53 (Out-of-bounds access in mbfl_name2encoding_ex()).
69+
(CVE-2026-6104) (ilutov)
70+
5871
- Opcache:
5972
. Fixed bug GH-21158 (JIT: Assertion jit->ra[var].flags & (1<<0) failed in
6073
zend_jit_use_reg). (Arnaud)
@@ -65,6 +78,10 @@ PHP NEWS
6578
- OpenSSL:
6679
. Fix a bunch of memory leaks and crashes on edge cases. (ndossche)
6780

81+
- PDO_Firebird:
82+
. Fixed GHSA-w476-322c-wpvm (SQL injection via NUL bytes in quoted strings).
83+
(CVE-2025-14179) (SakiTakamachi)
84+
6885
- Phar:
6986
. Restore is_link handler in phar_intercept_functions_shutdown. (iliaal)
7087
. Fixed bug GH-21797 (phar: NULL dereference in Phar::webPhar() when
@@ -84,12 +101,26 @@ PHP NEWS
84101
. Fixed memory leak when session GC callback return a refcounted value.
85102
(jorgsowa)
86103

104+
- SOAP:
105+
. Fixed GHSA-85c2-q967-79q5 (Stale SOAP_GLOBAL(ref_map) pointer with Apache
106+
Map). (CVE-2026-6722) (ilutov)
107+
. Fixed GHSA-m33r-qmcv-p97q (Use-after-free after header parsing failure with
108+
SOAP_PERSISTENCE_SESSION). (CVE-2026-7261) (ilutov)
109+
. Fixed GHSA-hmxp-6pc4-f3vv (Broken Apache map value NULL check).
110+
(CVE-2026-7262) (ilutov)
111+
87112
- SPL:
88113
. Fixed bug GH-21499 (RecursiveArrayIterator getChildren UAF after parent
89114
free). (Girgias)
90115
. Fix concurrent iteration and deletion issues in SplObjectStorage.
91116
(ndossche)
92117

118+
- Standard:
119+
. Fixed GHSA-96wq-48vp-hh57 (Signed integer overflow of char array offset).
120+
(CVE-2026-7568) (TimWolla)
121+
. Fixed GHSA-m8rr-4c36-8gq4 (Consistently pass unsigned char to ctype.h
122+
functions). (CVE-2026-7258) (ilutov)
123+
93124
- Streams:
94125
. Fixed bug GH-21468 (Segfault in file_get_contents w/ a https URL
95126
and a proxy set). (ndossche)

0 commit comments

Comments
 (0)