REDHAT-BUG-2494771: Medium severity Eclipse Undertow vulnerability
A request desynchronization vulnerability exists in Undertow's chunked transfer encoding parser. The ChunkReader.state field uses a long value to track both the remaining bytes in a chunk and internal state flags (such as FLAGFINISHED at bit 62 and FLAGREADINGAFTERLAST at bit 58). When a client sends a chunk-size header with a value large enough to set these high-order bits (e.g., 0x4000000000000000 or 0x0400000000000000), the parser incorrectly interprets the chunk or the entire request as completed. Because this logic error occurs during the parsing of the chunk header itself, default entity size limits (like max-post-size) are not triggered, as no body bytes have been consumed yet. Concrete Impact: An attacker can use this flaw to perform HTTP Request Smuggling. Specifically, they can: Force the server to treat part of a single TCP stream as a new, independent request.
Bypass security filters or routing rules implemented at the proxy/gateway level.
Cause request desynchronization where one user's request is prepended to another user's subsequent request on the same connection.
Affected Software
Event History
Frequently Asked Questions
What is the severity of REDHAT-BUG-2494771?
The severity of REDHAT-BUG-2494771 is classified as medium with a risk rating of 4.
How do I fix REDHAT-BUG-2494771?
To fix REDHAT-BUG-2494771, you should update to the latest version of Eclipse Undertow that addresses this vulnerability.
What components are affected by REDHAT-BUG-2494771?
REDHAT-BUG-2494771 affects the chunked transfer encoding parser in Eclipse Undertow.
What is the nature of the vulnerability in REDHAT-BUG-2494771?
The nature of the vulnerability in REDHAT-BUG-2494771 is a request desynchronization due to the handling of the ChunkReader.state field.
When was REDHAT-BUG-2494771 published?
REDHAT-BUG-2494771 was published on June 30, 2026.