CVE-2026-14180 MEDIUM

CVE-2026-14180: Undertow-core: undertow:http request smuggling via oversized chunk-size bit overlap

Vendor Red Hat
Product Red Hat build of Apache Camel for Spring Boot 4
Weakness CWE-444
Published August 11, 2026
Last update August 11, 2026

CVSS base score

5.3/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality None
Integrity Low

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N

What the vulnerability does

01Description

A flaw was found in the ChunkReader component of the Undertow HTTP server, which is used by WildFly and JBoss EAP to handle chunked transfer encoding. The issue occurs because the parser uses a single internal variable to store both the remaining chunk size and state flags. By sending a specially crafted request with an extremely large chunk size, an attacker can cause these values to overlap, tricking the parser into thinking a request has finished prematurely. This can allow a second, "smuggled" request to be processed out of sync, potentially bypassing security controls.

Key dates

02Disclosure timeline

August 11, 2026 CVE published