Skip to content

Commit b6b98a9

Browse files
committed
[skip ci] Add NEWS entries for 8.5.6 security issues
1 parent a9f9a53 commit b6b98a9

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
@@ -25,14 +25,27 @@ PHP NEWS
2525
. Add support for brotli and zstd on Windows. (Shivam Mathur)
2626

2727
- DOM:
28-
. Fixed bug GH-21566 (Dom\XMLDocument::C14N() emits duplicate xmlns
29-
declarations after setAttributeNS()). (David Carlier)
28+
. Fixed GHSA-4jhr-8w89-j733 and GH-21566 (Dom\XMLDocument::C14N() emits
29+
duplicate xmlns declarations after setAttributeNS()). (CVE-2026-7263)
30+
(David Carlier)
31+
32+
- FPM:
33+
. Fixed GHSA-7qg2-v9fj-4mwv (XSS within status endpoint). (CVE-2026-6735)
34+
(Jakub Zelenka)
3035

3136
- Iconv:
3237
. Fixed bug GH-17399 (iconv memory leak on bailout). (iliaal)
3338

3439
- Lexbor:
35-
. Upgrade to lexbor v2.7.0. (ndossche, ilutov)
40+
. Upgrade to lexbor v2.7.0. (CVE-2026-29078, CVE-2026-29079)
41+
(ndossche, ilutov)
42+
43+
- MBString:
44+
. Fixed GHSA-wm6j-2649-pv75 (Null pointer dereference in
45+
php_mb_check_encoding() via mb_ereg_search_init()). (CVE-2026-7259)
46+
(vi3tL0u1s)
47+
. Fixed GHSA-74r9-qxhc-fx53 (Out-of-bounds access in mbfl_name2encoding_ex()).
48+
(CVE-2026-6104) (ilutov)
3649

3750
- Opcache:
3851
. Fixed bug GH-21158 (JIT: Assertion jit->ra[var].flags & (1<<0) failed in
@@ -45,6 +58,10 @@ PHP NEWS
4558
. Fix memory leak regression in openssl_pbkdf2(). (ndossche)
4659
. Fix a bunch of memory leaks and crashes on edge cases. (ndossche)
4760

61+
- PDO_Firebird:
62+
. Fixed GHSA-w476-322c-wpvm (SQL injection via NUL bytes in quoted strings).
63+
(CVE-2025-14179) (SakiTakamachi)
64+
4865
- PDO_PGSQL:
4966
. Fixed bug GH-21683 (pdo_pgsql throws with ATTR_PREFETCH=0
5067
on empty result set). (thomasschiet)
@@ -68,6 +85,14 @@ PHP NEWS
6885
. Fixed memory leak when session GC callback return a refcounted value.
6986
(jorgsowa)
7087

88+
- SOAP:
89+
. Fixed GHSA-85c2-q967-79q5 (Stale SOAP_GLOBAL(ref_map) pointer with Apache
90+
Map). (CVE-2026-6722) (ilutov)
91+
. Fixed GHSA-m33r-qmcv-p97q (Use-after-free after header parsing failure with
92+
SOAP_PERSISTENCE_SESSION). (CVE-2026-7261) (ilutov)
93+
. Fixed GHSA-hmxp-6pc4-f3vv (Broken Apache map value NULL check).
94+
(CVE-2026-7262) (ilutov)
95+
7196
- SPL:
7297
. Fixed bug GH-21499 (RecursiveArrayIterator getChildren UAF after parent
7398
free). (Girgias)
@@ -77,6 +102,12 @@ PHP NEWS
77102
- Sqlite3:
78103
. Fixed wrong free list comparator pointer type. (David Carlier)
79104

105+
- Standard:
106+
. Fixed GHSA-96wq-48vp-hh57 (Signed integer overflow of char array offset).
107+
(CVE-2026-7568) (TimWolla)
108+
. Fixed GHSA-m8rr-4c36-8gq4 (Consistently pass unsigned char to ctype.h
109+
functions). (CVE-2026-7258) (ilutov)
110+
80111
- Streams:
81112
. Fixed bug GH-21468 (Segfault in file_get_contents w/ a https URL
82113
and a proxy set). (ndossche)

0 commit comments

Comments
 (0)