From: Peter Marko Date: Fri, 16 Jan 2026 19:39:21 +0000 (+0100) Subject: zlib: ignore CVE-2026-22184 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0592c51b6ad038d737d2f6b30977bd0c5c50058;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git zlib: ignore CVE-2026-22184 This is CVE for example tool contrib/untgz. This is not compiled in Yocto zlib recipe. This CVE has controversial CVSS3 score of 9.8. Signed-off-by: Peter Marko Signed-off-by: Antonin Godard Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/zlib/zlib_1.3.1.bb b/meta/recipes-core/zlib/zlib_1.3.1.bb index 592b7f1422..ef83142121 100644 --- a/meta/recipes-core/zlib/zlib_1.3.1.bb +++ b/meta/recipes-core/zlib/zlib_1.3.1.bb @@ -51,3 +51,5 @@ BBCLASSEXTEND = "native nativesdk" # Adding 'CVE_PRODUCT' to avoid false detection of CVEs CVE_PRODUCT = "zlib:zlib gnu:zlib" + +CVE_STATUS[CVE-2026-22184] = "not-applicable-config: vulnerable file is not compiled"