CVE Catalog

CVE-2026-59920

MediumCVSS 6.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.24%

15th percentile - higher than 15% of all known CVEs

Summary

Netty prior to versions 4.1.136.Final and 4.2.16.Final does not escape or validate header values in STOMP CONNECT and CONNECTED frames, allowing an attacker to inject additional STOMP headers by controlling a header value (e.g., login or passcode). This can lead to authentication bypass or privilege escalation depending on the broker.

Risk Assessment

The risk includes authentication bypass, privilege escalation, and manipulation of STOMP connection parameters, potentially compromising application security.

Recommendation

Upgrade Netty to version 4.1.136.Final or 4.2.16.Final.

Other vulnerabilities in Netty

See all
Original NVD description (English source)

Netty is an asynchronous, event-driven network application framework. In versions prior to 4.1.136.Final and 4.2.16.Final, Netty's STOMP encoder ( StompSubframeEncoder ) does not escape or validate header values in  CONNECT  and  CONNECTED  frames, so raw newline ( \n ) characters in a header value are written directly to the wire, allowing an attacker who controls a header value to inject additional STOMP headers. This happens because the encoder intentionally skips escaping for CONNECT/CONNECTED frames per the STOMP 1.2 specification but never rejects the raw newlines, and since a broker parses each line as a separate header, an attacker controlling a value such as a user-supplied login or passcode can overwrite connection parameters or add authentication/role headers to bypass authentication or escalate privileges (the actual impact is broker-dependent). The issue is fixed in versions 4.1.136.Final and 4.2.16.Final.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS