Skip to content

Commit a7c29fb

Browse files
mcollins-ttdclaude
andauthored
UID2-7849 UID2-7850: Suppress libexpat CVEs, upgrade netty-handler to 4.1.137.Final (#431)
Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>
1 parent e898c41 commit a7c29fb

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

.trivyignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,16 @@ CVE-2026-66046 exp:2026-12-02
4343
# usage; no loadLibrary/JNI in source
4444
# See: UID2-7801
4545
CVE-2026-76641 exp:2026-12-02
46+
47+
# CVE-2026-76956 — libexpat (Alpine base-image OS library) (HIGH), DoS via hash flooding
48+
# attack with crafted XML.
49+
# Not exploitable here: this is a Java/Vert.x service that parses XML via JAXP/Xerces, not
50+
# libexpat; no JNI/native/subprocess path reaches it.
51+
# See: UID2-7849
52+
CVE-2026-76956 exp:2026-10-10
53+
54+
# CVE-2026-76957 — libexpat (Alpine base-image OS library) (HIGH), memory corruption allowing
55+
# arbitrary code execution or DoS.
56+
# Not exploitable here: same reasoning as CVE-2026-76956 above.
57+
# See: UID2-7849
58+
CVE-2026-76957 exp:2026-10-10

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<launcher.class>io.vertx.core.Launcher</launcher.class>
2626

2727
<uid2-shared.version>11.6.0</uid2-shared.version>
28-
<netty.version>4.1.136.Final</netty.version>
28+
<netty.version>4.1.137.Final</netty.version>
2929
<jackson.version>2.21.4</jackson.version>
3030
<image.version>${project.version}</image.version>
3131
</properties>

0 commit comments

Comments
 (0)