[GHSA-mj44-8qq5-6386] A HTTP request smuggling and desynchronization... - #8931
Closed
cooliscool wants to merge 1 commit into
Closed
[GHSA-mj44-8qq5-6386] A HTTP request smuggling and desynchronization...#8931cooliscool wants to merge 1 commit into
cooliscool wants to merge 1 commit into
Conversation
github-actions
Bot
changed the base branch from
main
to
cooliscool/advisory-improvement-8931
August 1, 2026 06:39
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.
Updates
Comments
The current advisory identifies only Kong Gateway Enterprise as affected. I
independently reproduced the same HTTP request-smuggling/desynchronization
behavior in the official public Kong Gateway OSS image
kong/kong:3.9.3.The reproduction uses HAProxy as an HTTP/1.1 frontend with backend connection
reuse enabled. A control request is handled normally. When the otherwise
equivalent request contains
Connection: Content-Length, body bytes containinga second HTTP request are processed by Kong as a separate request.
Minimal
compose.yaml:This file uses inline Compose configs and requires Docker Compose 2.23.1 or
newer.
Reproduction commands:
kong versionreports:The Kong access log contains:
There is no
GET /CONTROLXentry. The two bodies have the same length, butonly the request carrying
Connection: Content-Lengthcauses its body bytes tobe parsed as another request.
This demonstrates that Kong Gateway OSS 3.9.3 is affected. I am suggesting only
that the confirmed OSS version be identified; Kong should verify the complete
affected and patched OSS version ranges.
Supporting image:
https://hub.docker.com/r/kong/kong/tags?name=3.9.3