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.
{ "binaries": [ { "binary_name": "gunicorn", "binary_version": "19.4.5-1ubuntu1.1" }, { "binary_name": "gunicorn-examples", "binary_version": "19.4.5-1ubuntu1.1" }, { "binary_name": "gunicorn3", "binary_version": "19.4.5-1ubuntu1.1" }, { "binary_name": "python-gunicorn", "binary_version": "19.4.5-1ubuntu1.1" }, { "binary_name": "python3-gunicorn", "binary_version": "19.4.5-1ubuntu1.1" } ] }
{ "binaries": [ { "binary_name": "gunicorn", "binary_version": "19.7.1-4" }, { "binary_name": "gunicorn-examples", "binary_version": "19.7.1-4" }, { "binary_name": "gunicorn3", "binary_version": "19.7.1-4" }, { "binary_name": "python-gunicorn", "binary_version": "19.7.1-4" }, { "binary_name": "python3-gunicorn", "binary_version": "19.7.1-4" } ] }