| Reporter | Title | Published | Views | Family All 5 |
|---|---|---|---|---|
| CVE-2001-0399 | 24 May 200104:00 | – | cve | |
| CVE-2001-0399 | 24 May 200104:00 | – | cvelist | |
| EUVD-2001-0396 | 7 Oct 202500:30 | – | euvd | |
| CVE-2001-0399 | 18 Jun 200104:00 | – | nvd | |
| '/.jsp/WEB-INF/' Information Disclosure Vulnerability (HTTP) | 11 Feb 202100:00 | – | openvas |
| Source | Link |
|---|---|
| marc | www.marc.info/ |
# SPDX-FileCopyrightText: 2023 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:caucho:resin";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.104802");
script_version("2023-07-03T05:06:07+0000");
script_tag(name:"last_modification", value:"2023-07-03 05:06:07 +0000 (Mon, 03 Jul 2023)");
script_tag(name:"creation_date", value:"2023-06-15 12:34:22 +0000 (Thu, 15 Jun 2023)");
script_tag(name:"cvss_base", value:"5.0");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:N/A:N");
script_cve_id("CVE-2001-0399");
script_tag(name:"qod_type", value:"remote_vul");
script_tag(name:"solution_type", value:"VendorFix");
script_name("Caucho Resin Path Traversal Vulnerability (CVE-2001-0399) - Active Check");
script_category(ACT_ATTACK);
script_copyright("Copyright (C) 2023 Greenbone AG");
script_family("Web Servers");
script_dependencies("gb_caucho_resin_http_detect.nasl", "no404.nasl", "webmirror.nasl", "DDI_Directory_Scanner.nasl");
script_mandatory_keys("caucho/resin/http/detected");
script_require_ports("Services/www", 80);
script_tag(name:"summary", value:"Caucho Resin is prone to a path traversal vulnerability.");
script_tag(name:"vuldetect", value:"Sends a crafted HTTP GET request and checks the response.");
script_tag(name:"insight", value:"There is a path traversal vulnerability in Caucho Resin which
allows remote attackers to read files in arbitrary directories via a '.jsp' in a pathname
within an HTTP request.");
script_tag(name:"affected", value:"Caucho Resin version 1.2.x and 1.3b1 are known to be affected.
Other versions might be affected as well.");
script_tag(name:"solution", value:"Update to a later version.");
script_xref(name:"URL", value:"https://marc.info/?l=bugtraq&m=98633597813833&w=2");
exit(0);
}
include("host_details.inc");
include("http_func.inc");
include("http_keepalive.inc");
include("list_array_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);
base_pattern = "^\s*<(web-app( .+|>$)|servlet(-mapping)?>$)";
extra_pattern = "^\s*</(web-app|servlet(-mapping)?)>$";
# nb: We need a valid web application deployed so we are iterating over all known dirs
foreach dir (make_list_unique("/", "/resin-doc", http_cgi_dirs(port: port))) {
if (dir == "/")
dir = "";
# Note: e.g. /.jsp/WEB-INF/web.xml is already checked by 2021/gb_web-inf_dotjsp_info_disclosure.nasl
# so no need to test it twice. We're only doing a check for '/resin-web.xml' because it has been
# determined that some targets only have 'resin-web.xml' exposed.
url = dir + "/.jsp/WEB-INF/resin-web.xml";
if (http_vuln_check(port: port, url: url, pattern: base_pattern, check_header: TRUE,
extra_check: extra_pattern)) {
report = http_report_vuln_url(port: port, url: url);
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