CVE Catalog

CVE-2026-59919

MediumCVSS 5.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.11%

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

Summary

Netty prior to versions 4.1.136.Final and 4.2.16.Final does not validate AF_UNIX addresses for CRLF characters in the HAProxyMessageEncoder, allowing an attacker to inject \r\n sequences and split the PROXY header into multiple lines. This enables spoofing of client source/destination IP to a downstream server or load balancer.

Risk Assessment

The risk is IP address spoofing in the HAProxy protocol, potentially leading to access control bypass, spoofing attacks, and network traffic integrity compromise.

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 HAProxy encoder ( HAProxyMessageEncoder ) writes AF_UNIX source and destination socket addresses into the HAProxy V1 text protocol without validating them for CRLF characters, so an attacker who controls an AF_UNIX address can inject  \r\n  sequences and split the single PROXY header into multiple lines. This is possible because the V1 protocol uses CRLF as its line terminator and, unlike IPv4/IPv6 addresses whose format checks implicitly reject CRLF, AF_UNIX addresses are only validated for length (up to 108 bytes), allowing a forged second PROXY header line that spoofs the client source/destination IP to a downstream server or load balancer. The issue is fixed in versions 4.1.136.Final and 4.2.16.Final.

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