summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-11-26 12:04:31 +0100
committerRemi Collet <remi@php.net>2024-11-26 12:04:31 +0100
commite78fd22632c92dbb1c01dc16797eead09f2affd9 (patch)
tree197b741456eab05664386c9cab48478c848afc70 /php.spec
parent0a7d8ea9433e5dfe45c285961e3780de7a5625b2 (diff)
Fix Heap-Use-After-Free in sapi_read_post_data Processing in CLI SAPI InterfaceHEADmaster
GHSA-4w77-75f9-2c8w Fix OOB access in ldap_escape CVE-2024-8932 Fix Integer overflow in the dblib/firebird quoter causing OOB writes CVE-2024-11236 Fix Configuring a proxy in a stream context might allow for CRLF injection in URIs CVE-2024-11234 Fix Single byte overread with convert.quoted-printable-decode filter CVE-2024-11233
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec26
1 files changed, 24 insertions, 2 deletions
diff --git a/php.spec b/php.spec
index 17a81c6..8531b44 100644
--- a/php.spec
+++ b/php.spec
@@ -61,7 +61,7 @@
%global oraclelib 19.1
%global oracledir 19.24
%else
-%global oraclever 23.5
+%global oraclever 23.6
%global oraclemax 24
%global oraclelib 23.1
%global oracledir 23
@@ -135,7 +135,7 @@
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
Version: %{upver}%{?rcver:~%{rcver}}
-Release: 31%{?dist}
+Release: 32%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -245,6 +245,11 @@ Patch243: php-cve-2024-5458.patch
Patch244: php-cve-2024-8925.patch
Patch245: php-cve-2024-8926.patch
Patch246: php-cve-2024-8927.patch
+Patch247: php-cve-2024-11236.patch
+Patch248: php-cve-2024-11234.patch
+Patch249: php-cve-2024-8932.patch
+Patch250: php-cve-2024-11233.patch
+Patch251: php-ghsa-4w77-75f9-2c8w.patch
# Fixes for tests (300+)
# Factory is droped from system tzdata
@@ -1027,6 +1032,11 @@ sed -e 's/php-devel/%{?scl_prefix}php-devel/' -i scripts/phpize.in
%patch -P244 -p1 -b .cve8925
%patch -P245 -p1 -b .cve8926
%patch -P246 -p1 -b .cve8927
+%patch -P247 -p1 -b .cve11236
+%patch -P248 -p1 -b .cve11234
+%patch -P249 -p1 -b .cve8932
+%patch -P250 -p1 -b .cve11233
+%patch -P251 -p1 -b .ghsa4w77
# Fixes for tests
%patch -P300 -p1 -b .datetests
@@ -1990,6 +2000,18 @@ EOF
%changelog
+* Tue Nov 26 2024 Remi Collet <remi@remirepo.net> - 7.1.33-32
+- Fix Heap-Use-After-Free in sapi_read_post_data Processing in CLI SAPI Interface
+ GHSA-4w77-75f9-2c8w
+- Fix OOB access in ldap_escape
+ CVE-2024-8932
+- Fix Integer overflow in the dblib/firebird quoter causing OOB writes
+ CVE-2024-11236
+- Fix Configuring a proxy in a stream context might allow for CRLF injection in URIs
+ CVE-2024-11234
+- Fix Single byte overread with convert.quoted-printable-decode filter
+ CVE-2024-11233
+
* Thu Sep 26 2024 Remi Collet <remi@remirepo.net> - 7.1.33-31
- Fix Bypass of CVE-2012-1823, Argument Injection in PHP-CGI
CVE-2024-4577