From e02d8c4dcdfa0dadc46f165b259f77dad9beb636 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 2 Jul 2026 08:53:25 +0200 Subject: Fix Memory corruption in openssl_encrypt with AES-WRAP-PAD --- php.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 09da223..5f47d8b 100644 --- a/php.spec +++ b/php.spec @@ -128,7 +128,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?rcver:~%{rcver}} -Release: 20%{?dist} +Release: 21%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -230,6 +230,7 @@ Patch226: php-cve-2026-7261.patch Patch227: php-cve-2026-7262.patch Patch228: php-cve-2026-6735.patch Patch229: php-cve-2026-7568.patch +Patch230: php-gh22187.patch # Fixes for tests (300+) # Factory is droped from system tzdata @@ -1032,6 +1033,7 @@ sed -e 's/php-devel/%{?scl_prefix}php-devel/' -i scripts/phpize.in %patch -P227 -p1 -b .cve7262 %patch -P228 -p1 -b .cve6735 %patch -P229 -p1 -b .cve7268 +%patch -P230 -p1 -b .gh22187 # Fixes for tests %patch -P300 -p1 -b .datetests @@ -1810,7 +1812,7 @@ cat << EOF WARNING : PHP 7.3 have reached its "End of Life" in December 2021. Even, if this package includes some of - the important security fixes, backported from 8.1, the + the important security fixes, backported from 8.2, the UPGRADE to a maintained version is very strongly RECOMMENDED. ===================================================================== @@ -1991,6 +1993,9 @@ EOF %changelog +* Thu Jul 2 2026 Remi Collet - 7.3.33-21 +- Fix Memory corruption in openssl_encrypt with AES-WRAP-PAD + * Tue May 12 2026 Remi Collet - 7.3.33-20 - Fix XSS within status endpoint CVE-2026-6735 -- cgit