Update CVE-2021-21805.yaml
parent
195ff81939
commit
b12fd9a8ed
|
@ -3,7 +3,7 @@ id: CVE-2021-21805
|
||||||
info:
|
info:
|
||||||
name: Advantech R-SeeNet v 2.4.12 - OS Command Injection
|
name: Advantech R-SeeNet v 2.4.12 - OS Command Injection
|
||||||
author: arafatansari
|
author: arafatansari
|
||||||
severity: medium
|
severity: critical
|
||||||
description: |
|
description: |
|
||||||
Advantech R-SeeNet v 2.4.12 is vulnerable to OS Command Injection in the ping.php script functionality.
|
Advantech R-SeeNet v 2.4.12 is vulnerable to OS Command Injection in the ping.php script functionality.
|
||||||
reference:
|
reference:
|
||||||
|
@ -11,9 +11,9 @@ info:
|
||||||
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21805
|
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21805
|
||||||
- https://nvd.nist.gov/vuln/detail/CVE-2021-21805
|
- https://nvd.nist.gov/vuln/detail/CVE-2021-21805
|
||||||
metadata:
|
metadata:
|
||||||
verified: "true"
|
verified: true
|
||||||
shodan-query: http.html:"R-SeeNet"
|
shodan-query: http.html:"R-SeeNet"
|
||||||
tags: cve,cve2021,rce
|
tags: cve,cve2021,rce,r-seenet
|
||||||
|
|
||||||
requests:
|
requests:
|
||||||
- method: GET
|
- method: GET
|
||||||
|
@ -23,14 +23,16 @@ requests:
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
|
part: body
|
||||||
words:
|
words:
|
||||||
- "<title>Ping |dir</title>"
|
- "<title>Ping |dir</title>"
|
||||||
part: body
|
- "bottom.php"
|
||||||
|
condition: and
|
||||||
|
|
||||||
- type: word
|
- type: word
|
||||||
|
part: header
|
||||||
words:
|
words:
|
||||||
- "text/html"
|
- "text/html"
|
||||||
part: header
|
|
||||||
|
|
||||||
- type: status
|
- type: status
|
||||||
status:
|
status:
|
||||||
|
|
Loading…
Reference in New Issue