HP System Management Homepage < 6.1.0.102 / 6.1.0-103 Multiple Vulnerabilities - Session renegotiations are not handled properly, arbitrary plaintext insertion vulnerability, Namazu component vulnerabilit
Reporter | Title | Published | Views | Family All 199 |
---|---|---|---|---|
Tenable Nessus | Oracle Linux 5 : nss (ELSA-2010-0165) | 12 Jul 201300:00 | – | nessus |
Tenable Nessus | Scientific Linux Security Update : openssl097a on SL5.x i386/x86_64 | 1 Aug 201200:00 | – | nessus |
Tenable Nessus | SuSE 11 / 11.1 Security Update : GnuTLS (SAT Patch Numbers 3650 / 3651) | 16 Dec 201000:00 | – | nessus |
Tenable Nessus | SuSE 10 Security Update : Mozilla NSS (ZYPP Patch Number 6978) | 11 Oct 201000:00 | – | nessus |
Tenable Nessus | Mandriva Linux Security Advisory : nss (MDVSA-2010:069) | 9 Apr 201000:00 | – | nessus |
Tenable Nessus | Fedora 12 : nss-3.12.6-1.2.fc12 (2010-3956) | 1 Jul 201000:00 | – | nessus |
Tenable Nessus | Ubuntu 9.04 : nss vulnerability (USN-927-6) | 26 Jul 201000:00 | – | nessus |
Tenable Nessus | Fedora 11 : proftpd-1.3.2c-1.fc11 (2009-13236) | 28 Dec 200900:00 | – | nessus |
Tenable Nessus | SuSE 11 Security Update : libopenssl (SAT Patch Number 1540) | 17 Nov 200900:00 | – | nessus |
Tenable Nessus | SuSE 11 Security Update : Mozilla (SAT Patch Number 2239) | 2 Dec 201000:00 | – | nessus |
Source | Link |
---|---|
seclists | www.seclists.org/bugtraq/2010/May/139 |
nessus | www.nessus.org/u |
cve | www.cve.mitre.org/cgi-bin/cvename.cgi |
#%NASL_MIN_LEVEL 70300
#
# (C) Tenable Network Security, Inc.
#
include('deprecated_nasl_level.inc');
include('compat.inc');
if (description)
{
script_id(46677);
script_version("1.20");
script_set_attribute(attribute:"plugin_modification_date", value:"2022/04/11");
script_cve_id("CVE-2009-3555");
script_bugtraq_id(36935);
script_xref(name:"SECUNIA", value:"39777");
script_name(english:"HP System Management Homepage < 6.1.0.102 / 6.1.0-103 Multiple Vulnerabilities");
script_set_attribute(attribute:"synopsis", value:
"The remote web server has multiple vulnerabilities.");
script_set_attribute(attribute:"description", value:
"According to the web server banner, the version of HP System
Management Homepage (SMH) running on the remote host is potentially
affected by the following vulnerabilities :
- Session renegotiations are not handled properly, which
could be exploited to insert arbitrary plaintext by a
man-in-the-middle. (CVE-2009-3555)
- An unspecified vulnerability in version 2.0.18 of the
Namazu component, used by the Windows version of SMH.");
script_set_attribute(attribute:"see_also", value:"https://seclists.org/bugtraq/2010/May/139");
# http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareDescription.jsp?lang=en&cc=us&prodTypeId=15351&prodSeriesId=3884319&swItem=MTX-1b189d95582249b58d9ca94c45&prodNameId=3884320&swEnvOID=4024&swLang=13&taskId=135&mode=5
script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?4e8707ba");
script_set_attribute(attribute:"solution", value:
"Upgrade to HP System Management Homepage 6.1.0.102 (Windows) /
6.1.0-103 (Linux) or later.");
script_set_cvss_base_vector("CVSS2#AV:N/AC:M/Au:N/C:N/I:P/A:P");
script_set_cvss_temporal_vector("CVSS2#E:POC/RL:OF/RC:C");
script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L");
script_set_attribute(attribute:"cvss_score_source", value:"CVE-2009-3555");
script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available");
script_set_attribute(attribute:"exploit_available", value:"true");
script_cwe_id(310);
script_set_attribute(attribute:"vuln_publication_date", value:"2009/11/04");
script_set_attribute(attribute:"patch_publication_date", value:"2010/05/17");
script_set_attribute(attribute:"plugin_publication_date", value:"2010/05/19");
script_set_attribute(attribute:"plugin_type", value:"remote");
script_set_attribute(attribute:"cpe", value:"cpe:/a:hp:system_management_homepage");
script_set_attribute(attribute:"thorough_tests", value:"true");
script_end_attributes();
script_category(ACT_GATHER_INFO);
script_family(english:"Web Servers");
script_copyright(english:"This script is Copyright (C) 2010-2022 Tenable Network Security, Inc.");
script_dependencies("compaq_wbem_detect.nasl");
script_require_keys("www/hp_smh");
script_require_ports("Services/www", 2301, 2381);
exit(0);
}
include("audit.inc");
include("global_settings.inc");
include("misc_func.inc");
include("http.inc");
include("webapp_func.inc");
var port = get_http_port(default:2381, embedded:TRUE);
var install = get_install_from_kb(appname:'hp_smh', port:port, exit_on_fail:TRUE);
var dir = install['dir'];
var version = install['ver'];
var prod = get_kb_item_or_exit('www/'+port+'/hp_smh/variant');
if (version == UNKNOWN_VER)
audit(AUDIT_UNKNOWN_APP_VER, prod + ' installed at ' + build_url(port:port, qs:dir+'/'));
# nb: 'version' can have non-numeric characters in it so we'll create
# an alternate form and make sure that's safe for use in 'ver_compare()'.
version_alt = ereg_replace(pattern:"[_-]", replace:".", string:version);
if (!preg(pattern:"^[0-9][0-9.]+$", string:version_alt))
audit(AUDIT_NONNUMERIC_VER, prod + ' installed at ' + build_url(port:port, qs:dir+'/'), port, version);
# technically 6.1.0.103 is the fix for Linux and 6.1.0.102 is the fix for
# Windows, but there is no way to infer OS from the banner. since there
# is no 6.1.0.102 publicly released for Linux, this check should be
# Good Enough
var fixed_version = '6.1.0.102';
if (ver_compare(ver:version_alt, fix:fixed_version, strict:FALSE) == -1)
{
var source_line = get_kb_item('www/'+port+'/hp_smh/source');
var report = '\n Product : ' + prod;
if (!isnull(source_line))
report += '\n Version source : ' + source_line;
report +=
'\n Installed version : ' + version +
'\n Fixed version : 6.1.0.102 (Windows) / 6.1.0-103 (Linux)\n';
security_report_v4(port:port, extra:report, severity:SECURITY_WARNING);
}
else audit(AUDIT_LISTEN_NOT_VULN, prod, port, version);
Transform Your Security Services
Elevate your offerings with Vulners' advanced Vulnerability Intelligence. Contact us for a demo and discover the difference comprehensive, actionable intelligence can make in your security strategy.
Book a live demo