| Reporter | Title | Published | Views | Family All 16 |
|---|---|---|---|---|
| CVE-2010-4111 | 15 Dec 201000:00 | – | circl | |
| HP Insight Diagnostics Online Edition Cross-Site Scripting (CVE-2010-4111) | 15 Nov 202000:00 | – | checkpoint_advisories | |
| CVE-2010-4111 | 22 Dec 201020:00 | – | cve | |
| CVE-2010-4111 | 22 Dec 201020:00 | – | cvelist | |
| EUVD-2010-4087 | 7 Oct 202500:30 | – | euvd | |
| KLA10187 CI vulnerability in HP Insight Diagnostics | 22 Dec 201000:00 | – | kaspersky | |
| CVE-2010-4111 | 22 Dec 201021:00 | – | nvd | |
| HP System Management Homepage (SMH) Insight Diagnostics XSS Vulnerability (HPSBMA02615) - Linux | 18 Jan 201100:00 | – | openvas | |
| HP System Management Homepage (SMH) Insight Diagnostics XSS Vulnerability (HPSBMA02615) - Windows | 18 Jan 201100:00 | – | openvas | |
| HP/HPE System Management Homepage (SMH) Insight Diagnostics XSS Vulnerability (HPSBMA02615) - Active Check | 1 Jun 201100:00 | – | openvas |
| Source | Link |
|---|---|
| securitytracker | www.securitytracker.com/alerts/2010/Dec/1024897.html |
| marc | www.marc.info/ |
| h20000 | www.h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp |
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_hp_smh_insight_diag_xss_vuln_lin.nasl 7024 2017-08-30 11:51:43Z teissa $
#
# HP SMH Insight Diagnostics Cross Site Scripting Vulnerability - Linux
#
# Authors:
# Veerendra GG <[email protected]>
#
# Copyright:
# Copyright (c) 2011 Greenbone Networks GmbH, http://www.greenbone.net
#
# 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_impact = "Successful exploitation will allow attackers to inject arbitrary HTML code
in the context of an affected site.
Impact Level: Application";
tag_affected = "HP Insight Diagnostics Online Edition before 8.5.1.3712 on Linux.";
tag_insight = "The flaw is caused due imporper validation of user supplied input via
unspecified vectors, which allows attackers to execute arbitrary HTML
and script code in a user's browser session in the context of an
affected site.";
tag_solution = "Upgrade to 8.5.1.3712 or higher versions or refer vendor advisory for
update, http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?objectID=c02652463";
tag_summary = "The host is running HP SMH with Insight Diagnostics and is prone
to cross-site scripting vulnerability.";
if(description)
{
script_id(800191);
script_version("$Revision: 7024 $");
script_tag(name:"last_modification", value:"$Date: 2017-08-30 13:51:43 +0200 (Wed, 30 Aug 2017) $");
script_tag(name:"creation_date", value:"2011-01-18 07:48:41 +0100 (Tue, 18 Jan 2011)");
script_cve_id("CVE-2010-4111");
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 SMH Insight Diagnostics Cross Site Scripting Vulnerability - Linux");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (c) 2011 Greenbone Networks GmbH");
script_family("General");
script_dependencies("gather-package-list.nasl");
script_mandatory_keys("login/SSH/success");
script_tag(name : "impact" , value : tag_impact);
script_tag(name : "affected" , value : tag_affected);
script_tag(name : "insight" , value : tag_insight);
script_tag(name : "solution" , value : tag_solution);
script_tag(name : "summary" , value : tag_summary);
script_tag(name:"qod_type", value:"executable_version");
script_tag(name:"solution_type", value:"VendorFix");
script_xref(name : "URL" , value : "http://marc.info/?l=bugtraq&m=129245189832672&w=2");
script_xref(name : "URL" , value : "http://securitytracker.com/alerts/2010/Dec/1024897.html");
script_xref(name : "URL" , value : "http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?objectID=c02652463");
exit(0);
}
##
## The script code starts here
##
include("ssh_func.inc");
include("version_func.inc");
## Default HP SMH HTTPS port
hpsmhPort = 2381;
if(!get_port_state(hpsmhPort)){
exit(0);
}
## Login to linux box
sock = ssh_login_or_reuse_connection();
if(!sock){
exit(0);
}
## Command to get version of HP Insight Diagnostics
rpm_cmd = "rpm -qa --qf '%{VERSION}.%{RELEASE}\n' hpdiags";
hpdiag_ver = ssh_cmd(socket:sock, cmd:rpm_cmd, timeout:120);
## Exit if response is NULL or command not found and some other errors etc
if(hpdiag_ver == NULL || "rpm:" >< hpdiag_ver || "not found" >< hpdiag_ver){
exit(0);
}
if(ereg(pattern:"^[0-9]+", string:hpdiag_ver))
{
## Check version is < 8.5.1.3712
if(version_is_less(version:hpdiag_ver, test_version:"8.5.1.3712")){
security_message(hpsmhPort);
}
}
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