From 1410436f6af54cbee8d7f2e31befde3d91d18bfb Mon Sep 17 00:00:00 2001 From: Peter Marko Date: Sun, 19 Jul 2026 21:35:33 +0200 Subject: [PATCH] 7zip: set status for CVE-2026-58052 Per Debian team investogations, this can only occur on Windows. See main CVE page [1] which links to detailed explanation [2]. [1] https://security-tracker.debian.org/tracker/CVE-2026-58052 [2] https://lists.debian.org/debian-lts/2026/07/msg00038.html Signed-off-by: Peter Marko Signed-off-by: Anuj Mittal --- meta-oe/recipes-extended/7zip/7zip_26.00.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-extended/7zip/7zip_26.00.bb b/meta-oe/recipes-extended/7zip/7zip_26.00.bb index 85219b5052..0f1e741625 100644 --- a/meta-oe/recipes-extended/7zip/7zip_26.00.bb +++ b/meta-oe/recipes-extended/7zip/7zip_26.00.bb @@ -69,3 +69,5 @@ RPROVIDES:${PN} += "lib7z.so()(64bit) 7z lib7z.so p7zip" RPROVIDES:${PN}-dev += "lib7z.so()(64bit) 7z lib7z.so" BBCLASSEXTEND = "native nativesdk" + +CVE_STATUS[CVE-2026-58052] = "not-applicable-platform: Issue only applies on Windows"