File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# List any vulnerability that are to be accepted
22# See https://aquasecurity.github.io/trivy/v0.35/docs/vulnerability/examples/filter/
33# for more details
4+
5+ # CVE-2026-42577 — netty-transport-native-epoll DoS via RST on half-closed TCP connection.
6+ # Advisory: https://github.com/netty/netty/security/advisories/GHSA-rwm7-x88c-3g2p
7+ # This is a server-side bug — the GHSA description says the unclean shutdown affects
8+ # the "server-side channel" that has ALLOW_HALF_CLOSURE enabled. uid2-attestation-azure
9+ # is a JAR library that only makes outbound HTTPS calls (Azure attestation + Key Vault)
10+ # via the Azure SDK; it does not run a netty server or accept inbound connections.
11+ # Additionally, the netty maintainers only backported the fix to 4.2.13.Final and the
12+ # advisory's human-readable text states "All versions of 4.2.x" are affected — the OSV
13+ # structured range over-reports 4.1.x. We are on 4.1.133.Final. Tracking via UID2-7027.
14+ CVE-2026-42577 exp:2026-06-08
Original file line number Diff line number Diff line change 4242
4343 <dependencyManagement >
4444 <dependencies >
45- <!-- Force netty to 4.1.132 .Final to fix CVE-2026-33870 and CVE-2026-33871 (UID2-6916 ) -->
45+ <!-- Force netty to 4.1.133 .Final to fix CVE-2026-42583, CVE-2026-42579, CVE-2026-42584 (UID2-7027 ) -->
4646 <dependency >
4747 <groupId >io.netty</groupId >
4848 <artifactId >netty-codec-http</artifactId >
49- <version >4.1.132 .Final</version >
49+ <version >4.1.133 .Final</version >
5050 </dependency >
5151 <dependency >
5252 <groupId >io.netty</groupId >
5353 <artifactId >netty-codec-http2</artifactId >
54- <version >4.1.132 .Final</version >
54+ <version >4.1.133 .Final</version >
5555 </dependency >
5656 <dependency >
5757 <groupId >io.netty</groupId >
5858 <artifactId >netty-bom</artifactId >
59- <version >4.1.132 .Final</version >
59+ <version >4.1.133 .Final</version >
6060 <type >pom</type >
6161 <scope >import</scope >
6262 </dependency >
You can’t perform that action at this time.
0 commit comments