Vulnerability Description
A flaw was found in Netty's HTTP/1.1 decoder. This vulnerability allows a remote attacker to bypass `Transfer-Encoding` header validation by splitting the `Transfer-Encoding` field across multiple headers, with the last field containing a non-final transfer coding like `gzip` or `deflate`. This bypass can lead to HTTP request smuggling, enabling attackers to bypass security controls, desynchronize request processing, or cause requests to be processed in an unintended context.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://access.redhat.com/security/cve/CVE-2026-93573
- https://bugzilla.redhat.com/show_bug.cgi?id=2536964
FAQ
What is CVE-2026-93573?
CVE-2026-93573 is a vulnerability with a CVSS score of 6.5 (MEDIUM). A flaw was found in Netty's HTTP/1.1 decoder. This vulnerability allows a remote attacker to bypass `Transfer-Encoding` header validation by splitting the `Transfer-Encoding` field across multiple hea...
How severe is CVE-2026-93573?
CVE-2026-93573 has been rated MEDIUM with a CVSS base score of 6.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-93573?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.