Vulnerability Description
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.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://access.redhat.com/security/cve/CVE-2026-14180
- https://bugzilla.redhat.com/show_bug.cgi?id=2494771
FAQ
What is CVE-2026-14180?
CVE-2026-14180 is a vulnerability with a CVSS score of 5.3 (MEDIUM). 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...
How severe is CVE-2026-14180?
CVE-2026-14180 has been rated MEDIUM with a CVSS base score of 5.3/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-14180?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.