CVE-2026-62380

Summary

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.

Affected Software

VendorProductVersion RangeStatus
nettynetty4.2.0.Final < 4.2.16.Finalaffected
nettynetty4.2.16.Finalunaffected
nettynetty0 < 4.1.137.Finalaffected
nettynetty4.1.137.Finalunaffected

Weaknesses

  • CWE-626: Null Byte Interaction Error (Poison Null Byte)

References