CVE-2026-50020
Last modified
CVE-2026-50020 is a medium-severity vulnerability rated 5.3/10 on the CVSS scale. Netty is a network application framework for development of protocol servers and clients. Prior to versions 4.1.135.Final and 4.2.15.Final, before reading the first request-line, `HttpObjectDecoder` skips every byte for which `Character.isISOControl(b)` is `true` (0x00–0x1F and 0x7F) as well as all whitespace. EPSS estimates a 0.23% chance of exploitation in the next 30 days.
Description
Netty is a network application framework for development of protocol servers and clients. Prior to versions 4.1.135.Final and 4.2.15.Final, before reading the first request-line, `HttpObjectDecoder` skips every byte for which `Character.isISOControl(b)` is `true` (0x00–0x1F and 0x7F) as well as all whitespace. RFC 9112 §2.2 only asks servers to ignore empty CRLF lines preceding the request-line — a carefully scoped robustness allowance intended to handle HTTP/1.0 POST workarounds. Silently absorbing NUL bytes, SOH, STX, and other non-CRLF control characters goes significantly beyond this, and can be exploited for request-boundary confusion in pipelined or multiplexed transports where a front-end component treats those bytes differently. Versions 4.1.135.Final and 4.2.15.Final patch the issue.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Netty | Netty | < 4.1.135 |
| Netty | Netty | >= 4.2.0, < 4.2.15 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-50020?
How severe is CVE-2026-50020?
How do I fix CVE-2026-50020?
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-50014pnpm is a package manager. Prior to 10.34.0 and 11.4.0, pnpm…7.3
- CVE-2026-50015pnpm is a package manager. Prior to 10.34.0 and 11.4.0, pnpm…7.3
- CVE-2026-50016pnpm is a package manager. Prior to 10.34.0 and 11.4.0, pnpm…8.8
- CVE-2026-50017pnpm is a package manager. Prior to 10.34.0 and 11.4.0, pnpm…6.5
- CVE-2026-50019yt-dlp is a command-line audio/video downloader. From 2023.0…7.4
- CVE-2026-5002A vulnerability has been found in PromtEngineer localGPT up …7.3
- CVE-2026-50021pnpm is a package manager. Prior to 10.34.0 and 11.4.0, pnpm…8.1
- CVE-2026-50023yt-dlp is a command-line audio/video downloader. Prior to 20…9.6
- CVE-2026-50026Frappe is a full-stack web application framework. Prior to v…6.9
- CVE-2026-5003A vulnerability was found in PromtEngineer localGPT up to 4d…5.5
- CVE-2026-50030DataEase is an open source data visualization and analysis t…7.1
- CVE-2026-50031ipmi-oem in FreeIPMI before 1.6.18 has exploitable buffer ov…7.5
Are you affected by CVE-2026-50020?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
