From a8e1c38d8eddb0b80deba916c242a6338671b11a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 15 Nov 2021 11:18:11 +0100 Subject: Fix #79971 special character is breaking the path in xml function CVE-2021-21707 --- php70.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'php70.spec') diff --git a/php70.spec b/php70.spec index 006cff5..d1c3617 100644 --- a/php70.spec +++ b/php70.spec @@ -109,7 +109,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: php Version: %{upver}%{?rcver:~%{rcver}} -Release: 31%{?dist} +Release: 32%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -222,6 +222,7 @@ Patch250: php-bug81122.patch Patch251: php-bug76450.patch Patch252: php-bug81211.patch Patch253: php-bug81026.patch +Patch254: php-bug79971.patch # Fixes for tests (300+) # Factory is droped from system tzdata @@ -1134,6 +1135,7 @@ echo CIBLE = %{name}-%{version}-%{release} oci8=%{with_oci8} libzip=%{with_libzi %patch251 -p1 -b .bug76450 %patch252 -p1 -b .bug81211 %patch253 -p1 -b .bug81026 +%patch254 -p1 -b .bug79971 # Fixes for tests %if 0%{?fedora} >= 21 || 0%{?rhel} >= 5 @@ -2171,6 +2173,10 @@ fi %changelog +* Mon Nov 15 2021 Remi Collet - 7.0.33-32 +- Fix #79971 special character is breaking the path in xml function + CVE-2021-21707 + * Wed Oct 20 2021 Remi Collet - 7.0.33-31 - fix PHP-FPM oob R/W in root process leading to priv escalation CVE-2021-21703 -- cgit