HP SiteScope Cross-Site Scripting and Session Fixation Vulnerabilities
🗓️ 09 Sep 2011 00:00:00Reported by Copyright (C) 2011 Greenbone AGType
openvas🔗 plugins.openvas.org👁 49 Views
| Reporter | Title | Published | Views | Family All 13 |
|---|---|---|---|---|
| CVE-2011-2400 | 29 Jul 201120:00 | – | cve | |
| CVE-2011-2401 | 29 Jul 201120:00 | – | cve | |
| CVE-2011-2400 | 29 Jul 201120:00 | – | cvelist | |
| CVE-2011-2401 | 29 Jul 201120:00 | – | cvelist | |
| EUVD-2011-2389 | 7 Oct 202500:30 | – | euvd | |
| EUVD-2011-2390 | 7 Oct 202500:30 | – | euvd | |
| CVE-2011-2400 | 29 Jul 201120:55 | – | nvd | |
| CVE-2011-2401 | 29 Jul 201120:55 | – | nvd | |
| HP SiteScope Cross-Site Scripting and Session Fixation Vulnerabilities | 9 Sep 201100:00 | – | openvas | |
| Cross site scripting | 29 Jul 201120:55 | – | prion |
10
| Source | Link |
|---|---|
| securityfocus | www.securityfocus.com/bid/48916 |
| securitytracker | www.securitytracker.com/id |
| secunia | www.secunia.com/advisories/45440 |
| h20000 | www.h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp |
| xforce | www.xforce.iss.net/xforce/xfdb/68867 |
| securityfocus | www.securityfocus.com/bid/48913 |
# SPDX-FileCopyrightText: 2011 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:hp:sitescope";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.801976");
script_version("2026-04-28T06:28:06+0000");
script_tag(name:"last_modification", value:"2026-04-28 06:28:06 +0000 (Tue, 28 Apr 2026)");
script_tag(name:"creation_date", value:"2011-09-09 17:36:48 +0200 (Fri, 09 Sep 2011)");
script_cve_id("CVE-2011-2400", "CVE-2011-2401");
script_tag(name:"cvss_base", value:"8.3");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:C/I:P/A:P");
script_name("HP SiteScope Cross-Site Scripting and Session Fixation Vulnerabilities");
script_xref(name:"URL", value:"http://secunia.com/advisories/45440");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/48913");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/48916");
script_xref(name:"URL", value:"http://securitytracker.com/id?1025856");
script_xref(name:"URL", value:"http://xforce.iss.net/xforce/xfdb/68867");
script_xref(name:"URL", value:"http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?objectID=c02940969");
script_tag(name:"qod_type", value:"remote_banner");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2011 Greenbone AG");
script_family("Web application abuses");
script_dependencies("gb_get_http_banner.nasl");
script_mandatory_keys("SiteScope/banner");
script_tag(name:"impact", value:"Successful exploitation could allow execution of scripts or actions
written by an attacker. In addition, an attacker may conduct session fixation attacks to hijack the target
user's session.");
script_tag(name:"affected", value:"HP SiteScope version 9.x, 10.x, and 11.x");
script_tag(name:"insight", value:"Multiple flaws are due to:
- Certain unspecified input is not properly sanitised before being returned to the user. This can be exploited
to execute arbitrary HTML and script code in a user's browser session in context of an affected site.
- An error in the handling of sessions can be exploited to hijack another user's session by tricking the user
into logging in after following a specially crafted link.");
script_tag(name:"summary", value:"HP SiteScope is prone to cross-site scripting and session fixation vulnerabilities.");
script_tag(name:"solution", value:"Apply the patch from the referenced link.");
script_tag(name:"solution_type", value:"VendorFix");
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_equal(version:version, test_version:"9.54") ||
version_in_range(version:version, test_version:"11.0", test_version2:"11.10") ||
version_in_range(version:version, test_version:"10.0", test_version2:"10.14")) {
report = report_fixed_ver(installed_version:version, fixed_version:"See references");
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
28 Apr 2026 00:00Current
4.7Medium risk
Vulners AI Score4.7
CVSS 28.3
EPSS0.04129