From a6a73cf6d843268c9a5b8eb9b3245f4defbf08bf Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 2 Jul 2026 10:34:29 +0200 Subject: Fix Memory corruption in openssl_encrypt with AES-WRAP-PAD --- php.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 9645f14..cc6e37c 100644 --- a/php.spec +++ b/php.spec @@ -141,7 +141,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: 5.6.40 -Release: 46%{?dist} +Release: 47%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -275,6 +275,8 @@ Patch276: php-ghsa-4w77-75f9-2c8w.patch Patch277: php-cve-2026-7261.patch Patch278: php-cve-2026-7262.patch Patch279: php-cve-2026-6735.patch +# from 8.2.32 +Patch280: php-gh22187.patch # Fixes for tests (300+) # Factory is droped from system tzdata @@ -1085,6 +1087,7 @@ sed -e 's/php-devel/%{?scl_prefix}php-devel/' -i scripts/phpize.in %patch -P277 -p1 -b .cve7261 %patch -P278 -p1 -b .cve7262 %patch -P279 -p1 -b .cve6735 +%patch -P280 -p1 -b .gh22187 # Fixes for tests %patch -P300 -p1 -b .datetests @@ -2035,6 +2038,9 @@ EOF %changelog +* Thu Jul 2 2026 Remi Collet - 5.6.40-47 +- Fix Memory corruption in openssl_encrypt with AES-WRAP-PAD + * Tue May 12 2026 Remi Collet - 5.6.40-46 - Fix XSS within status endpoint CVE-2026-6735 -- cgit