From 8452e8ff9480742cffaf8a971e4365fc122af593 Mon Sep 17 00:00:00 2001 From: sean wibisono Date: Tue, 11 Aug 2026 11:02:59 +1000 Subject: [PATCH] UID2-7662, UID2-7656: suppress 2 CVEs in .trivyignore (exp 2026-11-11) - CVE-2026-40984 (UID2-7662) - CVE-2026-56408 (UID2-7656) Each is present but not reachable from this service; see the linked tickets for the per-CVE impact assessments. Reachability alone determines suppress-vs-fix. --- .trivyignore | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/.trivyignore b/.trivyignore index 3511344..7ad3d13 100644 --- a/.trivyignore +++ b/.trivyignore @@ -31,10 +31,24 @@ CVE-2026-2100 exp:2026-09-01 # See: UID2-7456 CVE-2026-56131 exp:2026-08-09 CVE-2026-56407 exp:2026-08-09 -CVE-2026-56408 exp:2026-08-09 +# CVE-2026-56408 — libexpat (Alpine base image, transitive via eclipse-temurin:21-jre- +# alpine-3.23) (HIGH). +# Not exploitable here: Same eclipse-temurin alpine base; libexpat transitive only. No +# expat/XML_Parse/JNI references in source; JVM handles all XML parsing. +# See: UID2-7656 +CVE-2026-56408 exp:2026-11-11 # jackson-core async parser maxNumberLength bypass (GHSA-r7wm-3cxj-wff9) - incomplete fix for # GHSA-72hv-8253-57qq. Not exploitable: services only use the synchronous ObjectMapper API, not # jackson-core's non-blocking/async parser. A jackson bump is also in flight via uid2-shared # (PR #631) and will flow on the next release. See: UID2-7557 (predecessor UID2-6670) GHSA-r7wm-3cxj-wff9 exp:2026-08-23 + +# CVE-2026-40984 — io.micrometer:micrometer-core (transitive via micrometer-registry- +# prometheus/-jmx); micrometer-jetty11/12 not present (HIGH). +# Not exploitable here: pom.xml:118 vertx-micrometer-metrics + micrometer-registry-prometheus +# 1.12.2; Main.java uses io.vertx.micrometer.MicrometerMetricsOptions/VertxPrometheusOptions +# for HTTP metrics and only io.micrometer core primitives; no Jetty dep, no micrometer HTTP- +# server/servlet binder imports +# See: UID2-7662 +CVE-2026-40984 exp:2026-11-11