Lucene search
K

HP SiteScope Cross Site Scripting and HTML Injection Vulnerabilities

🗓️ 29 Apr 2011 00:00:00Reported by This script is Copyright (C) 2011 Greenbone Networks GmbHType 
openvas
 openvas
🔗 plugins.openvas.org👁 16 Views

HP SiteScope Cross-Site Scripting and HTML Injection Vulnerabilitie

Related
Refs
Code
ReporterTitlePublishedViews
Family
ATTACKERKB
CVE-2011-1726
3 May 201120:55
attackerkb
ATTACKERKB
CVE-2011-1727
3 May 201120:55
attackerkb
CVE
CVE-2011-1726
3 May 201120:00
cve
CVE
CVE-2011-1727
3 May 201120:00
cve
Cvelist
CVE-2011-1726
3 May 201120:00
cvelist
Cvelist
CVE-2011-1727
3 May 201120:00
cvelist
EUVD
EUVD-2011-1725
7 Oct 202500:30
euvd
EUVD
EUVD-2011-1726
7 Oct 202500:30
euvd
Tenable Nessus
HP SiteScope XSS
2 May 201100:00
nessus
NVD
CVE-2011-1726
3 May 201120:55
nvd
Rows per page
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_hp_sitescope_47554.nasl 5390 2017-02-21 18:39:27Z mime $
#
# HP SiteScope Cross Site Scripting and HTML Injection Vulnerabilities
#
# Authors:
# Michael Meyer <[email protected]>
#
# Copyright:
# Copyright (c) 2011 Greenbone Networks GmbH
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2
# (or any later version), as published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
###############################################################################

tag_summary = "HP SiteScope is prone to a cross-site scripting vulnerability and an
HTML-injection vulnerability because it fails to properly sanitize user-
supplied input before using it in dynamically generated content.

Successful exploits will allow attacker-supplied HTML and script
code to run in the context of the affected browser, potentially
allowing the attacker to steal cookie-based authentication
credentials or to control how the site is rendered to the user.
Other attacks are also possible.

HP SiteScope versions 9.54, 10.13, 11.01, and 11.1 are affected.";

tag_solution = "Vendor updates are available. Please see the references for more
information.";

if (description)
{
 script_id(103149);
 script_version("$Revision: 5390 $");
 script_tag(name:"last_modification", value:"$Date: 2017-02-21 19:39:27 +0100 (Tue, 21 Feb 2017) $");
 script_tag(name:"creation_date", value:"2011-04-29 15:04:36 +0200 (Fri, 29 Apr 2011)");
 script_bugtraq_id(47554);
 script_cve_id("CVE-2011-1726","CVE-2011-1727");
 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("HP SiteScope Cross Site Scripting and HTML Injection Vulnerabilities");


 script_tag(name:"qod_type", value:"remote_banner");
 script_summary("Determine if installed SiteScope version is vulnerable");
 script_category(ACT_GATHER_INFO);
 script_family("Web application abuses");
 script_copyright("This script is Copyright (C) 2011 Greenbone Networks GmbH");
 script_dependencies("gb_get_http_banner.nasl", "http_version.nasl");
 script_mandatory_keys("SiteScope/banner");
 script_require_ports("Services/www", 80);
 script_exclude_keys("Settings/disable_cgi_scanning");
 script_tag(name : "solution" , value : tag_solution);
 script_tag(name : "summary" , value : tag_summary);
 script_xref(name : "URL" , value : "https://www.securityfocus.com/bid/47554");
 script_xref(name : "URL" , value : "https://h10078.www1.hp.com/cda/hpms/display/main/hpms_content.jsp?zn=bto&cp=1-11-15-25%5E849_4000_100__");
 script_xref(name : "URL" , value : "http://www11.itrc.hp.com/service/cki/docDisplay.do?docId=emr_na-c02807712");
 exit(0);
}

include("http_func.inc");
include("host_details.inc");
include("http_keepalive.inc");
include("version_func.inc");
   
port = get_http_port(default:80);
if(!get_port_state(port))exit(0);

if(!banner = get_http_banner(port:port))exit(0);
if("Server: SiteScope/" >!< banner)exit(0);

version = eregmatch(pattern:"Server: SiteScope/([^ ]+)", string:banner);
if(isnull(version[1]))exit(0);

if(version_is_equal(version:version[1], test_version:"9.54")  ||
   version_is_equal(version:version[1], test_version:"10.13") ||
   version_is_equal(version:version[1], test_version:"11.01")) {
     security_message(port:port);
  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