Skip to content

Commit 8a2542f

Browse files
authored
Bump Netty to 4.1.132.Final to fix CVE-2026-33870 and CVE-2026-33871 (#1347)
## Description Bumps `io.netty:netty-bom` from `4.1.130.Final` to `4.1.132.Final` to address two High severity CVEs: | CVE | Package | Severity | Description | |-----|---------|----------|-------------| | CVE-2026-33870 | `io.netty:netty-codec-http` | High (CVSS 7.5) | HTTP/1.1 Request Smuggling | | CVE-2026-33871 | `io.netty:netty-codec-http2` | High (CVSS 8.7) | HTTP/2 CONTINUATION frame flood DoS | Both CVEs were patched in [Netty 4.1.132.Final](https://netty.io/news/2026/03/24/4-1-132-Final.html) (released March 24, 2026). Fixes #1346
1 parent 5b6700b commit 8a2542f

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ If your change does not need a CHANGELOG entry, add the "skip changelog" label t
1717
([#1342](https://github.com/aws-observability/aws-otel-java-instrumentation/pull/1342))
1818
- End support for ADOT Java 1.x: remove v1 image scans and update README#1339
1919
([#1339](https://github.com/aws-observability/aws-otel-java-instrumentation/pull/1339))
20+
- Bump Netty to 4.1.132.Final to fix CVE-2026-33870 and CVE-2026-33871
21+
([#1347](https://github.com/aws-observability/aws-otel-java-instrumentation/pull/1347))
2022

2123
## v2.25.1 - 2026-03-11
2224

dependencyManagement/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ val dependencyBoms = listOf(
4040
"com.google.protobuf:protobuf-bom:3.25.1",
4141
"com.linecorp.armeria:armeria-bom:1.26.4",
4242
"io.grpc:grpc-bom:1.59.1",
43-
// netty-bom is a fix for CVE-2025-67735 (https://github.com/advisories/GHSA-84h7-rjj3-6jx4).
43+
// netty-bom pins to fix CVE-2026-33870 and CVE-2026-33871.
4444
// Remove once https://github.com/aws/aws-sdk-java-v2/pull/6635 is released and
4545
// AWS SDK for Java (v1) is upgraded to 1.12.796 at least.
46-
"io.netty:netty-bom:4.1.130.Final",
46+
"io.netty:netty-bom:4.1.132.Final",
4747
"io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:$otelAlphaVersion",
4848
"org.apache.logging.log4j:log4j-bom:2.21.1",
4949
"org.junit:junit-bom:5.10.1",

0 commit comments

Comments
 (0)