From 37eeab3864b96768419ed0ee5492bca293ad003c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 14 Apr 2020 11:01:37 +0200 Subject: standard: Fix #79330 shell_exec silently truncates after a null byte Fix #79465 OOB Read in urldecode CVE-2020-7067 --- php71.spec | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'php71.spec') diff --git a/php71.spec b/php71.spec index 07e33d0..2d27acd 100644 --- a/php71.spec +++ b/php71.spec @@ -118,7 +118,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: php Version: %{upver}%{?rcver:~%{rcver}} -Release: 6%{?dist} +Release: 7%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -191,6 +191,8 @@ Patch210: php-bug79221.patch Patch211: php-bug79082.patch Patch212: php-bug79282.patch Patch213: php-bug79329.patch +Patch214: php-bug79330.patch +Patch215: php-bug79465.patch # Fixes for tests (300+) # Factory is droped from system tzdata @@ -1060,6 +1062,8 @@ support for JavaScript Object Notation (JSON) to PHP. %patch211 -p1 -b .bug79082 %patch212 -p1 -b .bug79282 %patch213 -p1 -b .bug79329 +%patch214 -p1 -b .bug79330 +%patch215 -p1 -b .bug79465 # Fixes for tests %if 0%{?fedora} >= 25 || 0%{?rhel} >= 6 @@ -2134,6 +2138,12 @@ EOF %changelog +* Tue Apr 14 2020 Remi Collet - 7.1.33-7 +- standard: + Fix #79330 shell_exec silently truncates after a null byte + Fix #79465 OOB Read in urldecode + CVE-2020-7067 + * Tue Mar 17 2020 Remi Collet - 7.1.33-6 - standard: Fix #79329 get_headers() silently truncates after a null byte -- cgit