Lucene search
+L

HP Integrated Lights-Out (iLO) Unspecified Authentication Bypass Vulnerability

🗓️ 10 Sep 2013 00:00:00Reported by Copyright (C) 2013 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 27 Views

HP iLO Unspecified Authentication Bypass Vulnerabilit

Related
Refs
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2013-4805
29 Jun 202011:04
circl
cve
CVE
CVE-2013-4805
3 Aug 201301:00
cve
cvelist
Cvelist
CVE-2013-4805
3 Aug 201301:00
cvelist
euvd
EUVD
EUVD-2013-4650
7 Oct 202500:30
euvd
nvd
NVD
CVE-2013-4805
5 Aug 201313:22
nvd
prion
Prion
Authentication flaw
5 Aug 201313:22
prion
securityvulns
securityvulns
[security bulletin] HPSBMU02902 rev.1 - HP Integrated Lights-Out iLO3, iLO4 IPMI Cipher Suite 0 Authentication Bypass Vulnerability
12 Aug 201300:00
securityvulns
securityvulns
securityvulns
HP Integrated Lights-Out authentication bypass
12 Aug 201300:00
securityvulns
SourceLink
securityfocuswww.securityfocus.com/bid/61556
# 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.103782");
  script_cve_id("CVE-2013-4805");
  script_tag(name:"cvss_base", value:"9.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:P/A:C");
  script_version("2023-07-27T05:05:08+0000");
  script_name("HP Integrated Lights-Out (iLO) Unspecified Authentication Bypass 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 14:47:03 +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/61556");

  script_tag(name:"impact", value:"An attacker can exploit this issue to bypass the authentication mechanism and
  perform unauthorized actions on the affected computer. This may aid in further attacks.");

  script_tag(name:"vuldetect", value:"Check the firmware version.");

  script_tag(name:"insight", value:"Bypass authentication 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 authentication-bypass
  vulnerability.");

  script_tag(name:"affected", value:"HP Integrated Lights-Out 3 (aka iLO3) firmware before 1.60 and 4 (aka iLO4)
  firmware before 1.30.");

  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.60" ) ) {
    report = report_fixed_ver( installed_version:version, fixed_version:"1.60" );
    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.30" ) ) {
    report = report_fixed_ver( installed_version:version, fixed_version:"1.30" );
    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

27 Jul 2023 00:00Current
6.7Medium risk
Vulners AI Score6.7
CVSS 29
EPSS0.0298
27