CVE Catalog

CVE-2026-89044

MediumCVSS 6.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.25%

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

Summary

Netty versions 4.1.133.Final through 4.1.137.Final and 4.2.13.Final through 4.2.17.Final fail to properly validate the final transfer coding in the Transfer-Encoding header. Attackers can split the header across multiple lines or use values like 'chunked, xchunked' to bypass validation and decode messages incorrectly.

Risk Assessment

This enables request smuggling attacks that can lead to security control bypass, cache poisoning, or unauthorized access to backend resources. Applications and proxies using Netty for HTTP handling are at risk.

Recommendation

Upgrade Netty to a version containing the fix (later than 4.1.137.Final or 4.2.17.Final). Until patched, consider normalizing and validating Transfer-Encoding headers at the proxy layer.

Other vulnerabilities in Netty

See all
Original NVD description (English source)

Netty versions 4.1.133.Final through 4.1.137.Final and 4.2.13.Final through 4.2.17.Final fail to properly validate the final transfer coding in the Transfer-Encoding header, allowing attackers to smuggle requests by using malformed encoding declarations. Attackers can split Transfer-Encoding headers across multiple lines or use values like 'chunked, xchunked' to bypass validation and decode messages as chunked when the final coding is not chunked, enabling request smuggling attacks.

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