Lucene search

K
openvasCopyright (C) 2011 Greenbone AGOPENVAS:1361412562310801976
HistorySep 09, 2011 - 12:00 a.m.

HP SiteScope Cross-Site Scripting and Session Fixation Vulnerabilities

2011-09-0900:00:00
Copyright (C) 2011 Greenbone AG
plugins.openvas.org
11

6 Medium

AI Score

Confidence

Low

8.3 High

CVSS2

Access Vector

NETWORK

Access Complexity

MEDIUM

Authentication

NONE

Confidentiality Impact

COMPLETE

Integrity Impact

PARTIAL

Availability Impact

PARTIAL

AV:N/AC:M/Au:N/C:C/I:P/A:P

0.016 Low

EPSS

Percentile

87.3%

HP SiteScope is prone to cross-site scripting and session fixation vulnerabilities.

# 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("2024-03-04T14:37:58+0000");
  script_tag(name:"last_modification", value:"2024-03-04 14:37:58 +0000 (Mon, 04 Mar 2024)");
  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);

6 Medium

AI Score

Confidence

Low

8.3 High

CVSS2

Access Vector

NETWORK

Access Complexity

MEDIUM

Authentication

NONE

Confidentiality Impact

COMPLETE

Integrity Impact

PARTIAL

Availability Impact

PARTIAL

AV:N/AC:M/Au:N/C:C/I:P/A:P

0.016 Low

EPSS

Percentile

87.3%

Related for OPENVAS:1361412562310801976