From 7a10cb429bc937b8417a7abba498af05b430a0df Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 5 Jun 2024 08:21:46 +0200 Subject: Fix filter bypass in filter_var FILTER_VALIDATE_URL CVE-2024-5458 --- php72.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'php72.spec') diff --git a/php72.spec b/php72.spec index 348295e..7cdee2f 100644 --- a/php72.spec +++ b/php72.spec @@ -26,9 +26,9 @@ %global mysql_sock %(mysql_config --socket 2>/dev/null || echo /var/lib/mysql/mysql.sock) %ifarch aarch64 -%global oraclever 19.19 +%global oraclever 19.22 %global oraclelib 19.1 -%global oracledir 19.19 +%global oracledir 19.22 %else %global oraclever 21.13 %global oraclelib 21.1 @@ -121,7 +121,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: php Version: %{upver}%{?rcver:~%{rcver}} -Release: 21%{?dist} +Release: 22%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -210,6 +210,7 @@ Patch218: php-cve-2023-3823.patch Patch219: php-cve-2023-3824.patch Patch220: php-cve-2024-2756.patch Patch221: php-cve-2024-3096.patch +Patch222: php-cve-2024-5458.patch # Fixes for tests (300+) # Factory is droped from system tzdata @@ -1165,6 +1166,7 @@ low-level PHP extension for the libsodium cryptographic library. %patch -P219 -p1 -b .cve3824 %patch -P220 -p1 -b .cve2756 %patch -P221 -p1 -b .cve3096 +%patch -P222 -p1 -b .cve5458 # Fixes for tests %if 0%{?fedora} >= 25 || 0%{?rhel} >= 6 @@ -2272,6 +2274,10 @@ EOF %changelog +* Tue Jun 4 2024 Remi Collet - 7.2.34-22 +- Fix filter bypass in filter_var FILTER_VALIDATE_URL + CVE-2024-5458 + * Wed Apr 10 2024 Remi Collet - 7.2.34-21 - use oracle client library version 21.13 on x86_64, 19.19 on aarch64 - Fix __Host-/__Secure- cookie bypass due to partial CVE-2022-31629 fix -- cgit