Flaw in Undertow HTTP Server Affects Multiple Applications
CVE-2026-19879
5.3MEDIUM
What is CVE-2026-19879?
A flaw exists in the Undertow HTTP server related to the handling of HTTP response headers. Specifically, the writeString() method allows a silent narrowing cast from 16-bit Unicode to 8-bit bytes, making it susceptible to exploitation by remote attackers. By injecting carefully crafted Unicode characters into user-controlled input that subsequently becomes part of response headers, attackers can cause truncation to ASCII control characters or special symbols. If the application does not adequately sanitize user input, this vulnerability may lead to information disclosure or other forms of integrity impact.