Author: Remi Collet (remicollet)
Date: 2026-07-08T09:12:52+02:00

Commit: 
https://github.com/php/web-php/commit/0876692e23914baef42429e868cc828998690a66
Raw diff: 
https://github.com/php/web-php/commit/0876692e23914baef42429e868cc828998690a66.diff

add missing CVE ref

Changed paths:
  M  ChangeLog-8.php


Diff:

diff --git a/ChangeLog-8.php b/ChangeLog-8.php
index 13b9037e47..251bfa5809 100644
--- a/ChangeLog-8.php
+++ b/ChangeLog-8.php
@@ -230,7 +230,7 @@
 </ul></li>
 <li>Streams:
 <ul>
-  <li>Fixed bug <?php githubissuel('php/php-src', 21468); ?> (Segfault in 
file_get_contents w/ a https URL and a proxy set).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 21468); ?> (Segfault in 
file_get_contents w/ a https URL and a proxy set). (CVE-2026-12184)</li>
 </ul></li>
 <li>URI:
 <ul>
@@ -1155,7 +1155,7 @@
 </ul></li>
 <li>OpenSSL:
 <ul>
-  <li>Fixed bug <?php githubissuel('php/php-src', 22187); ?> (Memory 
corruption (zend_mm_heap corrupted) in openssl_encrypt with AES-WRAP-PAD).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 22187); ?> (Memory 
corruption (zend_mm_heap corrupted) in openssl_encrypt with AES-WRAP-PAD). 
(CVE-2026-14355)</li>
 </ul></li>
 <li>Phar:
 <ul>
@@ -1313,7 +1313,7 @@
 </ul></li>
 <li>Streams:
 <ul>
-  <li>Fixed bug <?php githubissuel('php/php-src', 21468); ?> (Segfault in 
file_get_contents w/ a https URL and a proxy set).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 21468); ?> (Segfault in 
file_get_contents w/ a https URL and a proxy set). (CVE-2026-12184)</li>
 </ul></li>
 <li>XSL:
 <ul>

Reply via email to