Skip to content

Commit fc49d33

Browse files
bukkaericmann
authored andcommitted
Update NEWS with entries for security fixes
1 parent dd06065 commit fc49d33

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

NEWS

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ PHP NEWS
9191
- PGSQL:
9292
. Fix warning not being emitted when failure to cancel a query with
9393
pg_cancel_query(). (Girgias)
94+
. Fixed GHSA-hrwm-9436-5mv3 (pgsql extension does not check for errors during
95+
escaping). (CVE-2025-1735) (Jakub Zelenka)
9496

9597
- Random:
9698
. Fix reference type confusion and leak in user random engine.
@@ -102,6 +104,12 @@ PHP NEWS
102104

103105
- Soap:
104106
. Fix memory leaks in php_http.c when call_user_function() fails. (nielsdos)
107+
. Fixed GHSA-453j-q27h-5p8x (NULL Pointer Dereference in PHP SOAP ExtensionAdd commentMore actions
108+
via Large XML Namespace Prefix). (CVE-2025-6491) (Lekssays, nielsdos)
109+
110+
- Standard:
111+
. Fixed GHSA-3cr5-j632-f35r (Null byte termination in hostnames).
112+
(CVE-2025-1220) (Jakub Zelenka)
105113

106114
- Tidy:
107115
. Fix memory leak in tidy output handler on error. (nielsdos)

0 commit comments

Comments
 (0)