From 5575ebbeb35c019c8fd514feb0f01691f9e3f4a1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 15 Nov 2021 09:27:54 +0100 Subject: Fix #79971 special character is breaking the path in xml function CVE-2021-21707 --- php72.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'php72.spec') diff --git a/php72.spec b/php72.spec index 492122c..dd4075a 100644 --- a/php72.spec +++ b/php72.spec @@ -110,7 +110,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: php Version: %{upver}%{?rcver:~%{rcver}} -Release: 9%{?dist} +Release: 10%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -184,6 +184,7 @@ Patch203: php-bug81122.patch Patch204: php-bug76450.patch Patch205: php-bug81211.patch Patch206: php-bug81026.patch +Patch207: php-bug79971.patch # Fixes for tests (300+) # Factory is droped from system tzdata @@ -1127,6 +1128,7 @@ low-level PHP extension for the libsodium cryptographic library. %patch204 -p1 -b .bug76450 %patch205 -p1 -b .bug81211 %patch206 -p1 -b .bug81026 +%patch207 -p1 -b .bug79971 # Fixes for tests %if 0%{?fedora} >= 25 || 0%{?rhel} >= 6 @@ -2240,6 +2242,10 @@ EOF %changelog +* Mon Nov 15 2021 Remi Collet - 7.2.34-10 +- Fix #79971 special character is breaking the path in xml function + CVE-2021-21707 + * Wed Oct 20 2021 Remi Collet - 7.2.34-9 - fix PHP-FPM oob R/W in root process leading to priv escalation CVE-2021-21703 -- cgit