summaryrefslogtreecommitdiffstats
path: root/php74.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-04-10 11:40:27 +0200
committerRemi Collet <remi@php.net>2024-04-10 11:40:27 +0200
commitb3134164ac72768f850d259aefef6edf32775e95 (patch)
treeb3717fe0b270ff7c4294264506225fea33c605d9 /php74.spec
parent6ebd4a8ef593388ab06c3a7f697386ada8464861 (diff)
Fix __Host-/__Secure- cookie bypass due to partial CVE-2022-31629 fixHEADmaster
CVE-2024-2756 Fix password_verify can erroneously return true opening ATO risk CVE-2024-3096
Diffstat (limited to 'php74.spec')
-rw-r--r--php74.spec12
1 files changed, 11 insertions, 1 deletions
diff --git a/php74.spec b/php74.spec
index 16be05b..556daf3 100644
--- a/php74.spec
+++ b/php74.spec
@@ -109,7 +109,7 @@
Summary: PHP scripting language for creating dynamic web sites
Name: php
Version: %{upver}%{?rcver:~%{rcver}}
-Release: 13%{?dist}
+Release: 14%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -183,6 +183,8 @@ Patch203: php-cve-2023-0662.patch
Patch204: php-cve-2023-3247.patch
Patch205: php-cve-2023-3823.patch
Patch206: php-cve-2023-3824.patch
+Patch207: php-cve-2024-2756.patch
+Patch208: php-cve-2024-3096.patch
# Fixes for tests (300+)
# Factory is droped from system tzdata
@@ -1198,6 +1200,8 @@ rm ext/openssl/tests/p12_with_extra_certs.p12
%patch -P204 -p1 -b .cve3247
%patch -P205 -p1 -b .cve3823
%patch -P206 -p1 -b .cve3824
+%patch -P207 -p1 -b .cve2756
+%patch -P208 -p1 -b .cve3096
# Fixes for tests related to tzdata
%patch -P300 -p1 -b .datetests
@@ -2217,6 +2221,12 @@ EOF
%changelog
+* Wed Apr 10 2024 Remi Collet <remi@remirepo.net> - 7.4.33-14
+- Fix __Host-/__Secure- cookie bypass due to partial CVE-2022-31629 fix
+ CVE-2024-2756
+- Fix password_verify can erroneously return true opening ATO risk
+ CVE-2024-3096
+
* Wed Mar 6 2024 Remi Collet <remi@remirepo.net> - 7.4.33-13
- patch test suite for zlib-ng