From: Peter Marko Date: Wed, 22 Jul 2026 16:47:59 +0000 (+0200) Subject: libpng: set status for CVE-2026-40930 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=8a4758455a2534050ee4b5cedcfdf86da9f243c2;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git libpng: set status for CVE-2026-40930 Per [1]: * The vulnerable code originates from the third-party libpng-apng patch, which adds APNG support to libpng 1.6.x. * Upstream libpng 1.6.x (without the apng patch) is not affected. As Yocto never included libpng-apng patch, we can ignore this CVE. [1] https://github.com/pnggroup/libpng/security/advisories/GHSA-c4v6-gxrq-6g2x Signed-off-by: Peter Marko Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-multimedia/libpng/libpng_1.6.58.bb b/meta/recipes-multimedia/libpng/libpng_1.6.58.bb index 630b489d00a..6e4e5e9f387 100644 --- a/meta/recipes-multimedia/libpng/libpng_1.6.58.bb +++ b/meta/recipes-multimedia/libpng/libpng_1.6.58.bb @@ -72,3 +72,4 @@ do_install_ptest() { BBCLASSEXTEND = "native nativesdk" CVE_STATUS[CVE-2026-34757] = "fixed-version: fixed since 1.6.57" +CVE_STATUS[CVE-2026-40930] = "cpe-incorrect: Yocto never included affected libpng-apng patch"