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 @@ -55,6 +55,10 @@ PHP NEWS
5555 . Fixed bug GH-20329 (opcache.file_cache broken with full interned string
5656 buffer). (Arnaud)
5757
58+ - PDO:
59+ . Fixed GHSA-8xr5-qppj-gvwj (PDO quoting result null deref). (CVE-2025-14180)
60+ (Jakub Zelenka)
61+
5862- Phar:
5963 . Fixed bug GH-20442 (Phar does not respect case-insensitiveness of
6064 __halt_compiler() when reading stub). (ndossche, TimWolla)
@@ -73,7 +77,12 @@ PHP NEWS
7377 . Fix memory leak in array_diff() with custom type checks. (ndossche)
7478 . Fixed bug GH-20583 (Stack overflow in http_build_query
7579 via deep structures). (ndossche)
76- . Fixed bug GH-20584 (Information Leak of Memory). (ndossche)
80+ . Fixed GHSA-www2-q4fc-65wf (Null byte termination in dns_get_record()).
81+ (ndossche)
82+ . Fixed GHSA-h96m-rvf9-jgm2 (Heap buffer overflow in array_merge()).
83+ (CVE-2025-14178) (ndossche)
84+ . Fixed GHSA-3237-qqm7-mfv7 (Information Leak of Memory in getimagesize).
85+ (CVE-2025-14177) (ndossche)
7786
7887- Tidy:
7988 . Fixed bug GH-20374 (PHP with tidy and custom-tags). (ndossche)
You can’t perform that action at this time.
0 commit comments