From 9a770fefe98706541fa587fb64bdf1d043457882 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 20 Oct 2021 11:12:59 +0200 Subject: fix PHP-FPM oob R/W in root process leading to priv escalation CVE-2021-21703 use libicu version 69 --- php73.spec | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'php73.spec') diff --git a/php73.spec b/php73.spec index 8223ddb..326da27 100644 --- a/php73.spec +++ b/php73.spec @@ -111,7 +111,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: php Version: %{upver}%{?rcver:~%{rcver}} -Release: 1%{?dist} +Release: 2%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -182,6 +182,7 @@ Patch100: php-bug80682.patch Patch101: php-bug80783.patch # Security fixes (200+) +Patch200: php-bug81026.patch # Fixes for tests (300+) # Factory is droped from system tzdata @@ -1027,7 +1028,7 @@ Group: System Environment/Libraries License: PHP Requires: php-common%{?_isa} = %{version}-%{release} # Upstream requires 4.0, we require 50 to ensure use of libicu-last / libicu65 -BuildRequires: libicu-devel >= 50 +BuildRequires: libicu-devel >= 69 %if 0%{?rhel} Obsoletes: php53-intl, php53u-intl, php54-intl, php54w-intl, php55u-intl, php55w-intl, php56u-intl, php56w-intl Obsoletes: php70u-intl, php70w-intl, php71u-intl, php71w-intl, php72u-intl, php72w-intl @@ -1164,6 +1165,7 @@ low-level PHP extension for the libsodium cryptographic library. %patch101 -p1 -b .bug80783 # security patches +%patch200 -p1 -b .bug81026 # Fixes for tests %if 0%{?fedora} >= 25 || 0%{?rhel} >= 6 @@ -1691,7 +1693,7 @@ popd %check %if %runselftest -cd build-apache +cd build-fpm # Run tests, using the CLI SAPI export NO_INTERACTION=1 REPORT_EXIT_STATUS=1 MALLOC_CHECK_=2 @@ -2256,6 +2258,11 @@ fi %changelog +* Wed Oct 20 2021 Remi Collet - 7.3.31-2 +- fix PHP-FPM oob R/W in root process leading to priv escalation + CVE-2021-21703 +- use libicu version 69 + * Tue Sep 21 2021 Remi Collet - 7.3.31-1 - Update to 7.3.31 - http://www.php.net/releases/7_3_31.php - use oracle client library version 21.3 -- cgit