CVE-2026-19879

MEDIUMCVSS 5.3/10

Last modified

CVE-2026-19879 is a medium-severity vulnerability rated 5.3/10 on the CVSS scale. A flaw was found in Undertow, an HTTP server, within its HTTP response header writing path. The `writeString()` method performs a silent narrowing cast from 16-bit Unicode characters to 8-bit bytes when writing HTTP response header values.

Description

A flaw was found in Undertow, an HTTP server, within its HTTP response header writing path. The `writeString()` method performs a silent narrowing cast from 16-bit Unicode characters to 8-bit bytes when writing HTTP response header values. A remote attacker can exploit this by supplying specific Unicode characters in user-controlled input that an application places into response headers. This can lead to the truncation of these characters into ASCII control characters or special symbols, potentially resulting in limited integrity impact or information disclosure if the application does not properly sanitize user input.

Metrics

Weakness Enumeration

Affected Software

Source: CNA advisory (CVE.org). NVD analysis pending.

VendorProductVersions
Red HatRed Hat build of Apache Camel for Spring Boot 4All versions
Red HatRed Hat Enterprise Linux 10All versions
Red HatRed Hat Enterprise Linux 8All versions
Red HatRed Hat Enterprise Linux 9All versions
Red HatRed Hat JBoss Enterprise Application Platform 7All versions
Red HatRed Hat JBoss Enterprise Application Platform 8All versions
Red HatRed Hat JBoss Enterprise Application Platform Expansion PackAll versions
Red HatRed Hat Single Sign-On 7All versions

References

Timeline

Published
Last Modified
Status
Awaiting Analysis

Frequently Asked Questions

What is CVE-2026-19879?
A flaw was found in Undertow, an HTTP server, within its HTTP response header writing path. The `writeString()` method performs a silent narrowing cast from 16-bit Unicode characters to 8-bit bytes when writing HTTP response header values. A remote attacker can exploit this by supplying specific Unicode characters in user-controlled input that an application places into response headers. This can lead to the truncation of these characters into ASCII control characters or special symbols, potentially resulting in limited integrity impact or information disclosure if the application does not properly sanitize user input.
How severe is CVE-2026-19879?
CVE-2026-19879 has a CVSS score of 5.3/10 (MEDIUM severity).
How do I fix CVE-2026-19879?
Check the vendor references and advisories linked above for patched versions and mitigation guidance. You can also run a Strix scan to test if your systems are affected.

How Strix Helps

Related CVEs from 2026

Are you affected by CVE-2026-19879?

Run a free Strix scan to check your systems for this vulnerability.

Scan your code now

Source: NVD / NIST