From 92dec08efd456401f8a0abfe12d1416b7ecc72a5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 24 Oct 2022 10:01:19 +0200 Subject: hash: fix #81738: buffer overflow in hash_update() on long parameter. CVE-2022-37454 --- php73.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'php73.spec') diff --git a/php73.spec b/php73.spec index 7db9636..09dbeb0 100644 --- a/php73.spec +++ b/php73.spec @@ -111,7 +111,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: php Version: %{upver}%{?rcver:~%{rcver}} -Release: 5%{?dist} +Release: 6%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -188,6 +188,7 @@ Patch200: php-bug81719.patch Patch201: php-bug81720.patch Patch202: php-bug81727.patch Patch203: php-bug81726.patch +Patch204: php-bug81738.patch # Fixes for tests (300+) # Factory is droped from system tzdata @@ -1171,6 +1172,7 @@ low-level PHP extension for the libsodium cryptographic library. %patch201 -p1 -b .bug81720 %patch202 -p1 -b .bug81727 %patch203 -p1 -b .bug81726 +%patch204 -p1 -b .bug81738 # Fixes for tests %if 0%{?fedora} >= 25 || 0%{?rhel} >= 6 @@ -2271,6 +2273,10 @@ EOF %changelog +* Mon Oct 24 2022 Remi Collet - 7.3.33-6 +- hash: fix #81738: buffer overflow in hash_update() on long parameter. + CVE-2022-37454 + * Tue Sep 27 2022 Remi Collet - 7.3.33-5 - phar: fix #81726 DOS when using quine gzip file. CVE-2022-31628 - core: fix #81727 Don't mangle HTTP variable names that clash with ones -- cgit