]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
libpng: set status for CVE-2026-40930
authorPeter Marko <peter.marko@siemens.com>
Wed, 22 Jul 2026 16:47:59 +0000 (18:47 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 23 Jul 2026 10:27:20 +0000 (11:27 +0100)
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 <peter.marko@siemens.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-multimedia/libpng/libpng_1.6.58.bb

index 630b489d00a0530e28aca444fba119d6e4a19f0d..6e4e5e9f3879ff94091ff3ea75bdb60b58ac3fd9 100644 (file)
@@ -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"