Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2017-12542-Exploit — Proof-of-concept exploit for CVE-2017-12542, an authentication bypass vulnerability in HP iLO. Allows vulnerability detection and unauthorized account creation on affected systems | Kitploit
Tools/GitHubGitHub/gill-singh-a/cve-2017-12542-exploit
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingAuthenticationRed Teaming
GitHubgill-singh-a/cve-2017-12542-exploit

CVE-2017-12542-Exploit

Proof-of-concept exploit for CVE-2017-12542, an authentication bypass vulnerability in HP iLO. Allows vulnerability detection and unauthorized account creation on affected systems

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View Repository
6 months agoNot yet reviewed

HP iLO Authentication Bypass (CVE-2017-12542)

This repository contains a proof-of-concept exploit for CVE-2017-12542, an authentication bypass vulnerability affecting certain versions of HP Integrated Lights-Out (iLO) firmware.

The vulnerability allows unauthenticated access to the iLO REST API, which can be abused to enumerate accounts and, in vulnerable configurations, create a new administrative user.

Vulnerability Overview

  • CVE: CVE-2017-12542

  • Affected Product: HP iLO (multiple generations)

  • Impact:

    • Authentication bypass
    • Unauthorized account enumeration
    • Potential creation of administrative users
  • Attack Vector: Network (HTTP/HTTPS)

  • Privileges Required: None (unauthenticated)

This issue was caused by improper handling of malformed HTTP headers in the iLO REST API.

Requirements

  • Python 3.x
  • requests
  • colorama

Install dependencies:

root@kitploit:~
pip install -r requirements.txt

Usage

Usage

This tool supports two primary modes:

  • Vulnerability check ('-c', "--check") Determines whether the target iLO endpoint is affected by CVE-2017-12542. Vulnerability Check

  • Account creation attempt Attempts to create a new administrative user on a vulnerable system. Account Creation

References

  • NVD: CVE-2017-12542
  • HP Security Advisory for iLO
  • Redfish / iLO REST API documentation
Download Tool