Gunicorn fails to properly validate Transfer-Encoding headers, leading to HTTP Request Smuggling (HRS) vulnerabilities. By crafting requests with conflicting Transfer-Encoding headers, attackers can bypass security restrictions and access restricted endpoints. This issue is due to Gunicorn's handling of Transfer-Encoding headers, where it incorrectly processes requests with multiple, conflicting Transfer-Encoding headers, treating them as chunked regardless of the final encoding specified. This vulnerability allows for a range of attacks including cache poisoning, session manipulation, and data exposure.
References
Configurations
No configuration.
History
20 Dec 2024, 07:15
Type | Values Removed | Values Added |
---|---|---|
References |
|
21 Nov 2024, 08:49
Type | Values Removed | Values Added |
---|---|---|
References | () https://huntr.com/bounties/22158e34-cfd5-41ad-97e0-a780773d96c1 - | |
References | () https://lists.debian.org/debian-lts-announce/2024/06/msg00027.html - |
30 Jun 2024, 23:15
Type | Values Removed | Values Added |
---|---|---|
References |
|
16 Apr 2024, 13:24
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2024-04-16 00:15
Updated : 2024-12-20 07:15
NVD link : CVE-2024-1135
Mitre link : CVE-2024-1135
CVE.ORG link : CVE-2024-1135
JSON object : View
Products Affected
No product.
CWE
CWE-444
Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling')