Skip to content
This repository was archived by the owner on Apr 14, 2026. It is now read-only.

Commit 413dca5

Browse files
authored
CVE-2026-33870: bump Netty to 4.1.132.Final (#172)
## Summary - Bump Netty from 4.1.125.Final to 4.1.132.Final to fix CVE-2026-33870 - Netty incorrectly parses quoted strings in HTTP/1.1 chunked transfer encoding extension values, enabling request smuggling attacks - Fix versions: 4.1.132.Final and 4.2.10.Final ## Test plan - [x] `mvn clean compile` — builds cleanly - [x] `mvn clean test` — 69 tests run, 0 failures, 0 errors - [ ] CI tests pass 🤖 Generated with [Claude Code](https://claude.com/claude-code) Signed-off-by: Filippe Spolti <fspolti@redhat.com>
1 parent 8f9c381 commit 413dca5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<jenkins-build-tag>${env.BUILD_TAG}</jenkins-build-tag> <!-- set by jenkins -->
5959

6060
<grpc-version>1.63.2</grpc-version>
61-
<netty-version>4.1.125.Final</netty-version>
61+
<netty-version>4.1.132.Final</netty-version>
6262
<litelinks-version>1.7.2</litelinks-version>
6363
<kv-utils-version>0.5.1</kv-utils-version>
6464
<etcd-java-version>0.0.24</etcd-java-version>

0 commit comments

Comments
 (0)