From d9365e96d932c78bedb507a5c9a7de0c72d275aa Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 4 Jun 2024 17:18:50 +0200 Subject: Fix filter bypass in filter_var FILTER_VALIDATE_URL CVE-2024-5458 --- php80.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'php80.spec') diff --git a/php80.spec b/php80.spec index 6bf2b89..581c977 100644 --- a/php80.spec +++ b/php80.spec @@ -25,9 +25,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 @@ -118,7 +118,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 @@ -197,6 +197,7 @@ Patch91: php-7.2.0-oci8conf.patch # Security fixes (200+) Patch200: php-cve-2024-2756.patch Patch201: php-cve-2024-3096.patch +Patch202: php-cve-2024-5458.patch # Fixes for tests (300+) # Factory is droped from system tzdata @@ -1218,6 +1219,7 @@ rm ext/openssl/tests/p12_with_extra_certs.p12 # security patches %patch -P200 -p1 -b .cve2756 %patch -P201 -p1 -b .cve3096 +%patch -P202 -p1 -b .cve5458 # Fixes for tests related to tzdata %patch -P300 -p1 -b .datetests @@ -2223,6 +2225,10 @@ EOF %changelog +* Tue Jun 4 2024 Remi Collet - 8.0.30-6 +- Fix filter bypass in filter_var FILTER_VALIDATE_URL + CVE-2024-5458 + * Wed Apr 10 2024 Remi Collet - 8.0.30-5 - Fix __Host-/__Secure- cookie bypass due to partial CVE-2022-31629 fix CVE-2024-2756 -- cgit