HP Integrated Lights-Out (iLO) 3 and 4 Remote Denial of Service
🗓️ 01 Oct 2015 00:00:00Reported by Copyright (C) 2015 Greenbone AGType
openvas🔗 plugins.openvas.org👁 20 Views
| Reporter | Title | Published | Views | Family All 8 |
|---|---|---|---|---|
| HP integrated Lights Out (iLO) Denial of Service Vulnerability | 3 Oct 201500:00 | – | cnvd | |
| CVE-2015-5435 | 29 Sep 201500:00 | – | cve | |
| CVE-2015-5435 | 29 Sep 201500:00 | – | cvelist | |
| EUVD-2015-5391 | 7 Oct 202500:30 | – | euvd | |
| iLO 3 < 1.85 / iLO 4 < 2.22 Denial of Service Vulnerability | 14 Feb 201900:00 | – | nessus | |
| HP Integrated Lights-Out Denial of Service (CVE-2015-5435) | 13 Nov 202500:00 | – | nessus | |
| CVE-2015-5435 | 30 Sep 201501:59 | – | nvd | |
| Code injection | 30 Sep 201501:59 | – | prion |
| Source | Link |
|---|---|
| h20564 | www.h20564.www2.hpe.com/hpsc/doc/public/display |
# SPDX-FileCopyrightText: 2015 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
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.105392");
script_cve_id("CVE-2015-5435");
script_tag(name:"cvss_base", value:"4.0");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:S/C:N/I:N/A:P");
script_version("2023-07-25T05:05:58+0000");
script_name("HP Integrated Lights-Out (iLO) 3 and 4 Remote Denial of Service");
script_tag(name:"last_modification", value:"2023-07-25 05:05:58 +0000 (Tue, 25 Jul 2023)");
script_tag(name:"creation_date", value:"2015-10-01 14:58:10 +0200 (Thu, 01 Oct 2015)");
script_category(ACT_GATHER_INFO);
script_family("Denial of Service");
script_copyright("Copyright (C) 2015 Greenbone AG");
script_dependencies("ilo_detect.nasl");
script_mandatory_keys("hp/ilo/detected");
script_xref(name:"URL", value:"http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=emr_na-c04785857");
script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");
script_tag(name:"solution", value:"See vendor advisory for a solution.");
script_tag(name:"summary", value:"A potential security vulnerability has been identified with HP Integrated
Lights-Out 3 and 4 (iLO 3, iLO 4). The vulnerability could be exploited remotely resulting in Denial of Service
(DoS).");
script_tag(name:"affected", value:"HP Integrated Lights-Out 3 (iLO 3) prior to firmware version 1.85 HP
Integrated Lights-Out 4 (iLO 4) prior to firmware version 2.22.");
script_tag(name:"solution_type", value:"VendorFix");
script_tag(name:"qod_type", value:"remote_banner");
exit(0);
}
include("host_details.inc");
include("version_func.inc");
cpe_list = make_list( "cpe:/o:hp:integrated_lights-out_3_firmware", "cpe:/o:hp:integrated_lights-out_4_firmware" );
if( ! infos = get_app_port_from_list( cpe_list:cpe_list ) )
exit( 0 );
cpe = infos["cpe"];
port = infos["port"];
if( ! version = get_app_version( cpe:cpe, port:port, nofork:TRUE ) )
exit( 0 );
if( cpe == "cpe:/o:hp:integrated_lights-out_3_firmware" ) {
if( version_is_less( version:version, test_version:"1.85" ) ) {
report = report_fixed_ver( installed_version:version, fixed_version:"1.85" );
security_message( port:port, data:report );
exit( 0 );
}
} else if( cpe == "cpe:/o:hp:integrated_lights-out_4_firmware" ) {
if( version_is_less( version:version, test_version:"2.22" ) ) {
report = report_fixed_ver( installed_version:version, fixed_version:"2.22" );
security_message( port:port, data:report );
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
25 Jul 2023 00:00Current
6.7Medium risk
Vulners AI Score6.7
CVSS 24
EPSS0.02376