Mort Bay Jetty 6.x <= 6.1.21 Multiple XSS Vulnerabilities - Active Check
🗓️ 02 Feb 2010 00:00:00Reported by Copyright (C) 2010 Greenbone AGType
openvas🔗 plugins.openvas.org👁 59 Views
| Reporter | Title | Published | Views | Family All 13 |
|---|---|---|---|---|
| Security Bulletin: Provision to add https and Secure Flag to bayeux_browser cookie for IBM Control Desk. | 19 Sep 202220:54 | – | ibm | |
| Security Bulletin: Jetty vulnerabilities found in IBM Sterling B2B Integrator and IBM Sterling File Gateway (CVE-2011-4461, CVS-2009-4612, CVE-2009-4611, CVE-2009-4610, CVS-2009-4609, CVE-2009-1524, CVE-2009-1523) | 11 Feb 202018:29 | – | ibm | |
| CVE-2009-4612 | 24 Oct 200900:00 | – | circl | |
| CVE-2009-4612 | 13 Jan 201020:00 | – | cve | |
| CVE-2009-4612 | 13 Jan 201020:00 | – | cvelist | |
| Jetty 6.1.x - JSP Snoop Page Multiple Cross-Site Scripting Vulnerabilities | 24 Oct 200900:00 | – | exploitdb | |
| EUVD-2009-4577 | 7 Oct 202500:30 | – | euvd | |
| Mort Bay Jetty Multiple XSS | 26 Jan 201000:00 | – | nessus | |
| CVE-2009-4612 | 13 Jan 201020:30 | – | nvd | |
| Mort Bay Jetty 6.0.0 - 7.0.0 Multiple Vulnerabilities - Active Check | 2 Feb 201000:00 | – | openvas |
10
# SPDX-FileCopyrightText: 2010 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:eclipse:jetty";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.800285");
script_version("2024-06-12T05:05:44+0000");
script_tag(name:"last_modification", value:"2024-06-12 05:05:44 +0000 (Wed, 12 Jun 2024)");
script_tag(name:"creation_date", value:"2010-02-02 07:26:26 +0100 (Tue, 02 Feb 2010)");
script_tag(name:"cvss_base", value:"4.3");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:N/I:P/A:N");
script_cve_id("CVE-2009-4612");
script_name("Mort Bay Jetty 6.x <= 6.1.21 Multiple XSS Vulnerabilities - Active Check");
script_xref(name:"URL", value:"http://seclists.org/fulldisclosure/2009/Oct/319");
script_xref(name:"URL", value:"http://www.ush.it/team/ush/hack_httpd_escape/adv.txt");
script_tag(name:"solution_type", value:"WillNotFix");
script_tag(name:"qod_type", value:"remote_analysis");
script_category(ACT_ATTACK);
script_copyright("Copyright (C) 2010 Greenbone AG");
script_family("Web Servers");
script_dependencies("gb_jetty_http_detect.nasl");
script_require_ports("Services/www", 8080);
script_mandatory_keys("jetty/http/detected");
script_tag(name:"summary", value:"Mort Bay Jetty is prone to multiple cross-site scripting (XSS)
vulnerabilities.");
script_tag(name:"vuldetect", value:"Sends a crafted HTTP GET request and checks the response.");
script_tag(name:"insight", value:"Multiple flaws exist due to error in 'PATH_INFO' parameter, it
is not properly sanitised data before used via the default URI under 'jspsnoop/',
'jspsnoop/ERROR/', 'jspsnoop/IOException/' and 'snoop.jsp'");
script_tag(name:"impact", value:"Successful exploitation could allow remote attackers to execute
arbitrary HTML and script code in a user's browser session in the context of an affected site
allowing XSS attacks.");
script_tag(name:"affected", value:"Mort Bay Jetty versions 6.x through 6.1.21.");
script_tag(name:"solution", value:"No known solution was made available for at least one year
since the disclosure of this vulnerability. Likely none will be provided anymore. General solution
options are to upgrade to a newer release, disable respective features, remove the product or
replace the product by another one.");
exit(0);
}
include("http_func.inc");
include("http_keepalive.inc");
include("host_details.inc");
if (!port = get_app_port(cpe: CPE, service: "www"))
exit(0);
if (!get_app_location(cpe: CPE, port: port, nofork:TRUE))
exit(0);
url = "/test/jsp/dump.jsp?<script>alert(document.cookie)</script>";
if (http_vuln_check(port: port, url: url, pattern: "<script>alert\(document\.cookie\)</script>",
check_header: TRUE)) {
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
12 Jun 2024 00:00Current
6.2Medium risk
Vulners AI Score6.2
CVSS 24.3
EPSS0.03343