Commit fc49d334496 for php.net
commit fc49d334496c865dd7e60d8b6b360313823162ef
Author: Jakub Zelenka <bukka@php.net>
Date: Thu Jun 26 11:29:28 2025 +0200
Update NEWS with entries for security fixes
diff --git a/NEWS b/NEWS
index 267681cfa26..44c964099bc 100644
--- a/NEWS
+++ b/NEWS
@@ -91,6 +91,8 @@ PHP NEWS
- PGSQL:
. Fix warning not being emitted when failure to cancel a query with
pg_cancel_query(). (Girgias)
+ . Fixed GHSA-hrwm-9436-5mv3 (pgsql extension does not check for errors during
+ escaping). (CVE-2025-1735) (Jakub Zelenka)
- Random:
. Fix reference type confusion and leak in user random engine.
@@ -102,6 +104,12 @@ PHP NEWS
- Soap:
. Fix memory leaks in php_http.c when call_user_function() fails. (nielsdos)
+ . Fixed GHSA-453j-q27h-5p8x (NULL Pointer Dereference in PHP SOAP ExtensionAdd commentMore actions
+ via Large XML Namespace Prefix). (CVE-2025-6491) (Lekssays, nielsdos)
+
+- Standard:
+ . Fixed GHSA-3cr5-j632-f35r (Null byte termination in hostnames).
+ (CVE-2025-1220) (Jakub Zelenka)
- Tidy:
. Fix memory leak in tidy output handler on error. (nielsdos)