From 652cab66e0652f1ff20a92bfcd4df14fb7df896c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 14 Feb 2023 16:54:53 +0100 Subject: fix #81744: Password_verify() always return true with some hash CVE-2023-0567 fix #81746: 1-byte array overrun in common path resolve code CVE-2023-0568 fix DOS vulnerability when parsing multipart request body CVE-2023-0662 --- php72.spec | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'php72.spec') diff --git a/php72.spec b/php72.spec index be6c43b..ada7ac7 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: 15%{?dist} +Release: 16%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -191,6 +191,9 @@ Patch210: php-bug81727.patch Patch211: php-bug81726.patch Patch212: php-bug81738.patch Patch213: php-bug81740.patch +Patch214: php-bug81744.patch +Patch215: php-bug81746.patch +Patch216: php-cve-2023-0662.patch # Fixes for tests (300+) # Factory is droped from system tzdata @@ -1137,6 +1140,9 @@ low-level PHP extension for the libsodium cryptographic library. %patch211 -p1 -b .bug81726 %patch212 -p1 -b .bug81738 %patch213 -p1 -b .bug81740 +%patch214 -p1 -b .bug81744 +%patch215 -p1 -b .bug81746 +%patch216 -p1 -b .cve0662 # Fixes for tests %if 0%{?fedora} >= 25 || 0%{?rhel} >= 6 @@ -2250,6 +2256,14 @@ EOF %changelog +* Tue Feb 14 2023 Remi Collet - 7.2.34-16 +- fix #81744: Password_verify() always return true with some hash + CVE-2023-0567 +- fix #81746: 1-byte array overrun in common path resolve code + CVE-2023-0568 +- fix DOS vulnerability when parsing multipart request body + CVE-2023-0662 + * Mon Dec 19 2022 Remi Collet - 7.2.34-15 - pdo: fix #81740: PDO::quote() may return unquoted string CVE-2022-31631 -- cgit