From: Peter Marko Date: Wed, 5 Aug 2026 18:38:45 +0000 (+0200) Subject: libarchive: set status for CVE-2026-4424 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4359d85f9dcb0a6d188859f1ae0200352668b9cc;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git libarchive: set status for CVE-2026-4424 New version of sbom-cve-check makes more torough version validation and version strings with distro specific suffix is no longer accepted, thus leaving some CVEs without version to compare (no-version-ranges). These are RedHat CVEs listing version-less or distro versions. Release 3.8.7 notes [1] contain reference to pull [2] from NVD report. [1] https://github.com/libarchive/libarchive/releases/tag/v3.8.7 [2] https://github.com/libarchive/libarchive/pull/2898 Signed-off-by: Peter Marko Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/libarchive/libarchive_3.8.9.bb b/meta/recipes-extended/libarchive/libarchive_3.8.9.bb index 63c66eea81..2f3f3b90af 100644 --- a/meta/recipes-extended/libarchive/libarchive_3.8.9.bb +++ b/meta/recipes-extended/libarchive/libarchive_3.8.9.bb @@ -90,6 +90,7 @@ do_install_ptest() { RDEPENDS:${PN}-ptest += "bsdtar bsdcpio" +CVE_STATUS[CVE-2026-4424] = "fixed-version: fixed since 3.8.7" CVE_STATUS[CVE-2026-4426] = "fixed-version: fixed since 3.8.7" CVE_STATUS[CVE-2026-5121] = "fixed-version: fixed since 3.8.7" CVE_STATUS[CVE-2026-5745] = "fixed-version: fixed since 3.8.6"