File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -91,6 +91,8 @@ PHP NEWS
91
91
- PGSQL:
92
92
. Fix warning not being emitted when failure to cancel a query with
93
93
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)
94
96
95
97
- Random:
96
98
. Fix reference type confusion and leak in user random engine.
@@ -102,6 +104,12 @@ PHP NEWS
102
104
103
105
- Soap:
104
106
. 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)
105
113
106
114
- Tidy:
107
115
. Fix memory leak in tidy output handler on error. (nielsdos)
You can’t perform that action at this time.
0 commit comments