Skip to content

Commit 8bb108b

Browse files
Merge pull request #39 from IABTechLab/syw-UID2-7027-netty-4.1.133-upgrade
UID2-7027: Upgrade netty 4.1.132 → 4.1.133 (3 HIGH CVEs)
2 parents 5d12b84 + a4029a9 commit 8bb108b

2 files changed

Lines changed: 15 additions & 4 deletions

File tree

.trivyignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
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

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,21 +42,21 @@
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>

0 commit comments

Comments
 (0)