From 44dddcb9db094ca60fdcb1f497f95a34b4881f65 Mon Sep 17 00:00:00 2001 From: Madhulata Baid <58360275+madhumantra11@users.noreply.github.com> Date: Wed, 17 Apr 2024 07:27:53 +0100 Subject: [PATCH] Improve GHSA-w3h3-4rj7-4ph4 --- .../2024/04/GHSA-w3h3-4rj7-4ph4/GHSA-w3h3-4rj7-4ph4.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/advisories/github-reviewed/2024/04/GHSA-w3h3-4rj7-4ph4/GHSA-w3h3-4rj7-4ph4.json b/advisories/github-reviewed/2024/04/GHSA-w3h3-4rj7-4ph4/GHSA-w3h3-4rj7-4ph4.json index 3c53e0e29398a..e94df326f02c4 100644 --- a/advisories/github-reviewed/2024/04/GHSA-w3h3-4rj7-4ph4/GHSA-w3h3-4rj7-4ph4.json +++ b/advisories/github-reviewed/2024/04/GHSA-w3h3-4rj7-4ph4/GHSA-w3h3-4rj7-4ph4.json @@ -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:40Z", "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"