Gunicorn < 22.0.0 HTTP Request Smuggling Vulnerabilit
Reporter | Title | Published | Views | Family All 83 |
---|---|---|---|---|
![]() | RHSA-2024:4054 Red Hat Security Advisory: Red Hat OpenStack Platform 16.2 (python-gunicorn) security update | 14 Sep 202401:55 | – | osv |
![]() | OPENSUSE-SU-2024:13891-1 python-gunicorn-doc-22.0.0-1.1 on GA media | 15 Jun 202400:00 | – | osv |
![]() | GHSA-W3H3-4RJ7-4PH4 Request smuggling leading to endpoint restriction bypass in Gunicorn | 16 Apr 202400:30 | – | osv |
![]() | SUSE-SU-2024:2881-1 Security update for python-gunicorn | 12 Aug 202415:40 | – | osv |
![]() | UBUNTU-CVE-2024-1135 | 16 Apr 202400:15 | – | osv |
![]() | RHSA-2024:2727 Red Hat Security Advisory: Red Hat OpenStack Platform 17.1 (python-gunicorn) security update | 14 Sep 202401:54 | – | osv |
![]() | CVE-2024-1135 | 16 Apr 202400:15 | – | osv |
![]() | SUSE-SU-2024:1440-1 Security update for python-gunicorn | 26 Apr 202405:59 | – | osv |
![]() | DLA-3851-1 gunicorn - security update | 30 Jun 202400:00 | – | osv |
![]() | CGA-47Q9-2W9J-Q9GQ | 6 Jun 202412:09 | – | osv |
# SPDX-FileCopyrightText: 2024 Greenbone AG
# Some text descriptions might be excerpted from (a) referenced
# source(s), and are Copyright (C) by the respective right holder(s).
#
# SPDX-License-Identifier: GPL-2.0-only
CPE = "cpe:/a:gunicorn:gunicorn";
if (description)
{
script_oid("1.3.6.1.4.1.25623.1.0.127727");
script_version("2024-04-19T15:38:40+0000");
script_tag(name:"last_modification", value:"2024-04-19 15:38:40 +0000 (Fri, 19 Apr 2024)");
script_tag(name:"creation_date", value:"2024-04-18 08:31:56 +0000 (Thu, 18 Apr 2024)");
script_tag(name:"cvss_base", value:"7.8");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:N/I:C/A:N");
script_cve_id("CVE-2024-1135");
script_tag(name:"qod_type", value:"remote_banner_unreliable");
script_tag(name:"solution_type", value:"VendorFix");
script_name("Gunicorn < 22.0.0 HTTP Request Smuggling Vulnerability");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2024 Greenbone AG");
script_family("Web Servers");
script_dependencies("gb_gunicorn_http_detect.nasl");
script_mandatory_keys("gunicorn/detected");
script_tag(name:"summary", value:"Gunicorn is prone to a HTTP request smuggling vulnerability.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");
script_tag(name:"insight", value:"Gunicorn does not properly validate Transfer-Encoding
headers.");
script_tag(name:"impact", value:"By crafting requests with conflicting Transfer-Encoding headers,
attackers can bypass security restrictions and access restricted endpoints.");
script_tag(name:"affected", value:"Gunicorn prior to version 22.0.0.");
script_tag(name:"solution", value:"Update to version 22.0.0 or later.");
script_xref(name:"URL", value:"https://huntr.com/bounties/22158e34-cfd5-41ad-97e0-a780773d96c1");
script_xref(name:"URL", value:"https://github.com/benoitc/gunicorn/releases/tag/22.0.0");
exit(0);
}
include("host_details.inc");
include("version_func.inc");
if (!port = get_app_port(cpe: CPE))
exit(0);
if (!version = get_app_version(cpe: CPE, port: port))
exit(0);
if (version_is_less(version: version, test_version: "22.0.0")) {
report = report_fixed_ver(installed_version: version, fixed_version: "22.0.0");
security_message(port: port, data: report);
exit(0);
}
exit(99);
Transform Your Security Services
Elevate your offerings with Vulners' advanced Vulnerability Intelligence. Contact us for a demo and discover the difference comprehensive, actionable intelligence can make in your security strategy.
Book a live demo