From 5bb71a5f0f089f933cb7803b665796afb8c554aa Mon Sep 17 00:00:00 2001 From: Peter Marko Date: Tue, 14 Oct 2025 23:12:37 +0200 Subject: [PATCH] squid: mark CVE-2025-54574 as patched Per [1] CVE-2025-54574 is fixed in patch for CVE-2023-5824. That was a composite patch from more commits. When checking it, it really contains also commit [2] which is mentioned as fix for CVE-2025-54574. [1] https://security-tracker.debian.org/tracker/CVE-2025-54574 [2] https://github.com/squid-cache/squid/commit/a27bf4b84da23594150c7a86a23435df0b35b988 Signed-off-by: Peter Marko Signed-off-by: Gyorgy Sarvari --- meta-networking/recipes-daemons/squid/files/CVE-2023-5824.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-daemons/squid/files/CVE-2023-5824.patch b/meta-networking/recipes-daemons/squid/files/CVE-2023-5824.patch index 4946060313..6a58b56a9e 100644 --- a/meta-networking/recipes-daemons/squid/files/CVE-2023-5824.patch +++ b/meta-networking/recipes-daemons/squid/files/CVE-2023-5824.patch @@ -8,7 +8,7 @@ Date: Tue Nov 21 13:21:43 2023 +0100 backport Upstream-Status: Backport [RedHat RHEL8 squid-4.15-7.module+el8.9.0+20806+014d88aa.3.src.rpm] -CVE: CVE-2023-5824 +CVE: CVE-2023-5824 CVE-2025-54574 Signed-off-by: Vijay Anusuri diff --git a/src/AccessLogEntry.cc b/src/AccessLogEntry.cc