File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,10 @@ PHP NEWS
5959 . Fixed bug GH-20329 (opcache.file_cache broken with full interned string
6060 buffer). (Arnaud)
6161
62+ - PDO:
63+ . Fixed GHSA-8xr5-qppj-gvwj (PDO quoting result null deref). (CVE-2025-14180)
64+ (Jakub Zelenka)
65+
6266- Phar:
6367 . Fixed bug GH-20442 (Phar does not respect case-insensitiveness of
6468 __halt_compiler() when reading stub). (ndossche, TimWolla)
@@ -77,7 +81,12 @@ PHP NEWS
7781 . Fix memory leak in array_diff() with custom type checks. (ndossche)
7882 . Fixed bug GH-20583 (Stack overflow in http_build_query
7983 via deep structures). (ndossche)
80- . Fixed bug GH-20584 (Information Leak of Memory). (ndossche)
84+ . Fixed GHSA-www2-q4fc-65wf (Null byte termination in dns_get_record()).
85+ (ndossche)
86+ . Fixed GHSA-h96m-rvf9-jgm2 (Heap buffer overflow in array_merge()).
87+ (CVE-2025-14178) (ndossche)
88+ . Fixed GHSA-3237-qqm7-mfv7 (Information Leak of Memory in getimagesize).
89+ (CVE-2025-14177) (ndossche)
8190
8291- Tidy:
8392 . Fixed bug GH-20374 (PHP with tidy and custom-tags). (ndossche)
You can’t perform that action at this time.
0 commit comments