File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,3 +43,16 @@ CVE-2026-66046 exp:2026-12-02
4343# usage; no loadLibrary/JNI in source
4444# See: UID2-7801
4545CVE-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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments