[php-src] master: [ci skip] add CVE ref
Remi Collet <[email protected]>
| Newsgroups | gmane.comp.php.cvs.general |
|---|---|
| Message-ID | <[email protected]> |
Author: Remi Collet (remicollet) Date: 2026-07-08T09:00:43+02:00 Commit: https://github.com/php/php-src/commit/5ec033c497e3d08c0718d0d16b595a40117faaa5 Raw diff: https://github.com/php/php-src/commit/5ec033c497e3d08c0718d0d16b595a40117faaa5.diff [ci skip] add CVE ref Changed paths: M NEWS Diff: diff --git a/NEWS b/NEWS index 5f615701b4ab..cdd6a48a4874 100644 --- a/NEWS +++ b/NEWS @@ -137,7 +137,7 @@ PHP NEWS - OpenSSL: . Fixed bug GH-22187 (Memory corruption (zend_mm_heap corrupted) in - openssl_encrypt with AES-WRAP-PAD). (David Carlier) + openssl_encrypt with AES-WRAP-PAD). (CVE-2026-14355) (David Carlier) - Phar: . Fixed a bypass of the magic ".phar" directory protection in @@ -311,7 +311,7 @@ PHP NEWS - Streams: . Fixed bug GH-21468 (Segfault in file_get_contents w/ a https URL - and a proxy set). (ndossche) + and a proxy set). (CVE-2026-12184) (ndossche) - XSL: . Fixed bug GH-21600 (Segfault on module shutdown). (David Carlier)