Publish GHSA-w3h3-4rj7-4ph4

This commit is contained in:
advisory-database[bot]
2024-04-26 05:04:04 +00:00
parent 67394de241
commit fae9965375
@@ -1,13 +1,13 @@
{
"schema_version": "1.4.0",
"id": "GHSA-w3h3-4rj7-4ph4",
"modified": "2024-04-16T23:23:26Z",
"modified": "2024-04-16T23:24:39Z",
"published": "2024-04-16T00:30:32Z",
"aliases": [
"CVE-2024-1135"
],
"summary": "Request smuggling leading to endpoint restriction bypass in Gunicorn",
"details": "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 has been shown to allow access to endpoints restricted by gunicorn.\n\nTo be affected users must have a network path which does not filter out invalid requests. These users are advised to block access to restricted endpoints via a firewall or other mechanism if they are unable to update. ",
"details": "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 has been shown to allow access to endpoints restricted by gunicorn. This issue has been addressed in version 22.0.0.\n\nTo be affected users must have a network path which does not filter out invalid requests. These users are advised to block access to restricted endpoints via a firewall or other mechanism if they are unable to update. ",
"severity": [
{
"type": "CVSS_V3",
@@ -48,6 +48,10 @@
"type": "PACKAGE",
"url": "https://github.com/benoitc/gunicorn"
},
{
"type": "WEB",
"url": "https://github.com/benoitc/gunicorn/releases/tag/22.0.0"
},
{
"type": "WEB",
"url": "https://huntr.com/bounties/22158e34-cfd5-41ad-97e0-a780773d96c1"