HP iLO Remote Unauthorized Access Vulnerabilit
Reporter | Title | Published | Views | Family All 7 |
---|---|---|---|---|
![]() | iLO 3 < 1.57 / iLO 4 < 1.22 Unspecified Arbitrary Code Execution | 3 Sep 201300:00 | – | nessus |
![]() | CVE-2013-2338 | 14 Jun 201319:55 | – | nvd |
![]() | Code injection | 14 Jun 201319:55 | – | prion |
![]() | [security bulletin] HPSBHF02885 rev.1 - HP Integrated Lights-Out iLO3 and iLO4 using Single-Sign-On (SSO), Remote Unauthorized Access | 17 Jun 201300:00 | – | securityvulns |
![]() | HP Integrated Lights-Out unauthorized access | 17 Jun 201300:00 | – | securityvulns |
![]() | CVE-2013-2338 | 14 Jun 201319:55 | – | cve |
![]() | CVE-2013-2338 | 14 Jun 201319:00 | – | cvelist |
Source | Link |
---|---|
securityfocus | www.securityfocus.com/bid/60480 |
# SPDX-FileCopyrightText: 2013 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.103784");
script_cve_id("CVE-2013-2338");
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("2023-07-27T05:05:08+0000");
script_name("HP Integrated Lights-Out (iLO) Remote Unauthorized Access Vulnerability");
script_tag(name:"last_modification", value:"2023-07-27 05:05:08 +0000 (Thu, 27 Jul 2023)");
script_tag(name:"creation_date", value:"2013-09-10 18:32:43 +0200 (Tue, 10 Sep 2013)");
script_category(ACT_GATHER_INFO);
script_family("Web application abuses");
script_copyright("Copyright (C) 2013 Greenbone AG");
script_dependencies("ilo_detect.nasl");
script_mandatory_keys("hp/ilo/detected");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/60480");
script_tag(name:"impact", value:"A remote attacker can exploit this issue to gain unauthorized administrative
access to the affected application. Successful exploits will completely compromise the affected computer.");
script_tag(name:"vuldetect", value:"Check the firmware version.");
script_tag(name:"insight", value:"An unspecified vulnerability allows remote attackers to execute arbitrary
code via unknown vectors.");
script_tag(name:"solution", value:"Updates are available.");
script_tag(name:"summary", value:"HP Integrated Lights-Out (iLO) is prone to an unauthorized access
vulnerability.");
script_tag(name:"affected", value:"HP Integrated Lights-Out 3 (aka iLO3) with firmware before 1.57 and 4 (aka
iLO4) with firmware before 1.22, when Single-Sign-On (SSO) is used.");
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.57" ) ) {
report = report_fixed_ver( installed_version:version, fixed_version:"1.57" );
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:"1.22" ) ) {
report = report_fixed_ver( installed_version:version, fixed_version:"1.22" );
security_message( port:port, data:report );
exit( 0 );
}
}
exit( 99 );
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