mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Update NEWS with entries for security fixes
This commit is contained in:
8
NEWS
8
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)
|
||||
|
||||
Reference in New Issue
Block a user