From 7f6fa51a3dac9cd717a60e7719c8e214f6382146 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 28 Nov 2024 12:55:45 +0100 Subject: Fix Leak partial content of the heap through heap buffer over-read CVE-2024-8929 --- php73.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'php73.spec') diff --git a/php73.spec b/php73.spec index a958ae6..dcec99a 100644 --- a/php73.spec +++ b/php73.spec @@ -124,7 +124,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: php Version: %{upver}%{?rcver:~%{rcver}} -Release: 17%{?dist} +Release: 18%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -220,6 +220,7 @@ Patch219: php-cve-2024-11234.patch Patch220: php-cve-2024-8932.patch Patch221: php-cve-2024-11233.patch Patch222: php-ghsa-4w77-75f9-2c8w.patch +Patch223: php-cve-2024-8929.patch # Fixes for tests (300+) # Factory is droped from system tzdata @@ -1231,6 +1232,7 @@ low-level PHP extension for the libsodium cryptographic library. %patch -P220 -p1 -b .cve8932 %patch -P221 -p1 -b .cve11233 %patch -P222 -p1 -b .ghsa4w77 +%patch -P223 -p1 -b .cve8929 # Fixes for tests %if 0%{?fedora} >= 25 || 0%{?rhel} >= 6 @@ -2325,6 +2327,10 @@ EOF %changelog +* Wed Nov 27 2024 Remi Collet - 7.3.33-18 +- Fix Leak partial content of the heap through heap buffer over-read + CVE-2024-8929 + * Fri Nov 22 2024 Remi Collet - 7.3.33-17 - Fix Heap-Use-After-Free in sapi_read_post_data Processing in CLI SAPI Interface GHSA-4w77-75f9-2c8w -- cgit