[Buildroot] [git commit] package/graphicsmagick: add CVE-2008-6621 to IGNORE_CVES
Julien Olivain
ju.o at free.fr
Tue Mar 3 17:30:15 UTC 2026
commit: https://gitlab.com/buildroot.org/buildroot/-/commit/b55fd37919e40c700251d0b8e9e10c73be048d5d
branch: https://gitlab.com/buildroot.org/buildroot/-/tree/master
This vulnerability match on every version of graphicsmagick. Since it's
really old it's unlikely it will be updated and is thus added to
IGNORE_CVES. See [1].
[1] https://nvd.nist.gov//vuln/detail/CVE-2008-6621
Signed-off-by: Thomas Perale <thomas.perale at mind.be>
Signed-off-by: Julien Olivain <ju.o at free.fr>
---
package/graphicsmagick/graphicsmagick.mk | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/package/graphicsmagick/graphicsmagick.mk b/package/graphicsmagick/graphicsmagick.mk
index 4b9f3bd23c..40107b3aae 100644
--- a/package/graphicsmagick/graphicsmagick.mk
+++ b/package/graphicsmagick/graphicsmagick.mk
@@ -11,6 +11,10 @@ GRAPHICSMAGICK_LICENSE = MIT
GRAPHICSMAGICK_LICENSE_FILES = Copyright.txt
GRAPHICSMAGICK_CPE_ID_VENDOR = graphicsmagick
+# Wrong NVD annotations
+# Fixed in version 1.2.3
+GRAPHICSMAGICK_IGNORE_CVES += CVE-2008-6621
+
# 0001-ReadJXLImage-Apply-image-dimension-resource-limits.patch
GRAPHICSMAGICK_IGNORE_CVES += CVE-2025-27795
More information about the buildroot
mailing list