CHK-13432: Force io.netty:netty-codec-http to 4.2.13.Final to fix HTTP Request Smuggling (GHSA-m4cv-j2px-7723)#370
Closed
Copilot wants to merge 4 commits into
Closed
Conversation
Agent-Logs-Url: https://github.com/getyourguide/openapi-validation-java/sessions/1e18d25e-d3cc-425e-b2f4-db12caee9de3 Co-authored-by: gygrobot <19344429+gygrobot@users.noreply.github.com>
Agent-Logs-Url: https://github.com/getyourguide/openapi-validation-java/sessions/1e18d25e-d3cc-425e-b2f4-db12caee9de3 Co-authored-by: gygrobot <19344429+gygrobot@users.noreply.github.com>
Copilot
AI
changed the title
CHK-13432: [WIP] Fix HTTP request smuggling vulnerability in netty codec
Force io.netty:netty-codec-http to 4.2.13.Final to fix HTTP Request Smuggling (GHSA-m4cv-j2px-7723)
May 22, 2026
The gradlew.bat was inadvertently modified to use LF line endings during the security fix commit. This restores the original CRLF line endings to match main and avoid unnecessary diff noise.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
io.netty:netty-codec-httpversions>= 4.2.0.Alpha1, <= 4.2.12.Finalare vulnerable to HTTP Request Smuggling viaHttpClientCodecresponse desynchronization. The dependency enters transitively throughspring-boot-starter-webflux → reactor-netty-http.Changes
build.gradle: AddedresolutionStrategy.eachDependencyoverride to pinio.netty:netty-codec-httpto4.2.13.Final, following the existing pattern for Jackson and Tomcat CVE mitigations:Dependency tree confirms the resolution:
io.netty:netty-codec-http:4.2.10.Final -> 4.2.13.Final.Refs: CHK-13432 · GitHub Dependabot alert #56 · GHSA-m4cv-j2px-7723
Original prompt