CVE-2026-59920
Last modified
CVE-2026-59920 is a medium-severity vulnerability rated 6.5/10 on the CVSS scale. 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. EPSS estimates a 0.25% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Netty | Netty | < 4.1.136 |
| Netty | Netty | >= 4.2.0, < 4.2.16 |
References
- https://github.com/netty/netty/security/advisories/GHSA-3g8r-4pfx-jmfhMitigation, Vendor Advisory
- https://github.com/netty/netty/security/advisories/GHSA-3g8r-4pfx-jmfhMitigation, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-59920?
How severe is CVE-2026-59920?
How do I fix CVE-2026-59920?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-59913Dell Display and Peripheral Manager (DDPM Mac), versions pri…7.8
- CVE-2026-59914Dell Display and Peripheral Manager (DDPM Windows), versions…7.8
- CVE-2026-59916Dell Display and Peripheral Manager (DDPM Windows), versions…7.8
- CVE-2026-59917Dell Display and Peripheral Manager (DDPM Windows), versions…7.8
- CVE-2026-59919Netty is an asynchronous, event-driven network application f…5.5
- CVE-2026-5992A vulnerability was determined in Tenda F451 1.0.0.7. This a…8.8
- CVE-2026-59921Netty is an asynchronous, event-driven network application f…6.5
- CVE-2026-59922Mistune is a Python Markdown parser with renderers and plugi…7.5
- CVE-2026-59923Mistune is a Python Markdown parser with renderers and plugi…6.1
- CVE-2026-59924Mistune is a Python Markdown parser with renderers and plugi…5.9
- CVE-2026-59925Mistune is a Python Markdown parser with renderers and plugi…7.5
- CVE-2026-59926Mistune is a Python Markdown parser with renderers and plugi…6.1
Are you affected by CVE-2026-59920?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
