From 83aca909131d264cb26a2ea39397548cc1dd6793 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 15 Nov 2021 10:43:35 +0100 Subject: Fix #79971 special character is breaking the path in xml function CVE-2021-21707 --- php.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 445ffb2..187fc64 100644 --- a/php.spec +++ b/php.spec @@ -126,7 +126,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?rcver:~%{rcver}} -Release: 18%{?dist} +Release: 19%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -218,6 +218,7 @@ Patch225: php-bug81122.patch Patch226: php-bug76450.patch Patch227: php-bug81211.patch Patch228: php-bug81026.patch +Patch229: php-bug79971.patch # Fixes for tests (300+) # Factory is droped from system tzdata @@ -981,6 +982,7 @@ sed -e 's/php-devel/%{?scl_prefix}php-devel/' -i scripts/phpize.in %patch226 -p1 -b .bug76450 %patch227 -p1 -b .bug81211 %patch228 -p1 -b .bug81026 +%patch229 -p1 -b .bug79971 # Fixes for tests %patch300 -p1 -b .datetests @@ -1944,6 +1946,10 @@ EOF %changelog +* Mon Nov 15 2021 Remi Collet - 7.1.33-19 +- Fix #79971 special character is breaking the path in xml function + CVE-2021-21707 + * Wed Oct 20 2021 Remi Collet - 7.1.33-18 - fix PHP-FPM oob R/W in root process leading to priv escalation CVE-2021-21703 -- cgit