Skip to content

Commit a8f0e75

Browse files
Merge pull request #2457 from IABTechLab/bmz-UID2-6806-CVE-2026-32776
UID2-6806: suppress CVE-2026-32776 (libexpat) in .trivyignore
2 parents 3178226 + 360336c commit a8f0e75

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

.trivyignore

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,14 @@ CVE-2026-25646 exp:2026-09-02
2323
# zlib contrib/untgz demo utility buffer overflow - not exploitable, Alpine does not ship the untgz binary
2424
# and the core libz library used by the JRE is unaffected. The zlib maintainer disputes this CVE.
2525
# See: UID2-6704
26-
CVE-2026-22184 exp:2026-09-09
26+
CVE-2026-22184 exp:2026-09-09
27+
28+
# libexpat NULL pointer dereference in Alpine base image - not exploitable, our Java services do not use libexpat
29+
# Fixed in libexpat 2.7.5, not yet available in eclipse-temurin Alpine 3.23 base image
30+
# See: UID2-6806
31+
CVE-2026-32776 exp:2026-04-25
32+
33+
# Trivy reports CVE-2026-32776 with transposed digits (32767 instead of 32776) - this is a known Trivy bug
34+
# See: https://github.com/aquasecurity/trivy/discussions/10412 and UID2-6806
35+
# This entry can be removed once Trivy fixes the typo
36+
CVE-2026-32767 exp:2026-04-25

0 commit comments

Comments
 (0)