CVE-2026-62380
Received
Received - Intake
Null Byte Injection in Netty SOCKS Client Encoders
Vulnerability report for CVE-2026-62380, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.
Publication date: 2026-08-22
Last updated on: 2026-08-22
Assigner: VulnCheck
Description
Description
Netty (io.netty:netty-codec-socks) versions 4.2.0.Final through 4.2.16.Final and 4.1.x through 4.1.136.Final contain null byte, CRLF, and credential injection vulnerabilities in the SOCKS4 (Socks4ClientEncoder) and SOCKS5 (Socks5ClientEncoder) client encoders, which fail to validate domain address and authentication (username/password) fields. An attacker able to control these fields can inject null bytes or CRLF characters to truncate or alter values, potentially enabling domain spoofing, SOCKS4 userid truncation, authentication data injection, and protocol confusion. Fixed in 4.2.17.Final and 4.1.137.Final.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| io.netty | netty-codec-socks | From 4.1.0 (inc) to 4.2.16.Final (inc) |
| io.netty | netty-codec-socks | 4.2.17.Final |
| io.netty | netty-codec-socks | 4.1.137.Final |
| netty | netty_codec_socks | From 4.2.0.Final (inc) to 4.2.16.Final (inc) |
| netty | netty_codec_socks | From 4.1.0.Final (inc) to 4.1.136.Final (inc) |
| netty | netty_codec_socks | 4.2.17.Final |
| netty | netty_codec_socks | 4.1.137.Final |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-626 | The product does not properly handle null bytes or NUL characters when passing data between different representations or components. |