vendor:
TorrentFlux
by:
r0ut3r
7.5
CVSS
HIGH
Remote File Include
94
CWE
Product Name: TorrentFlux
Affected Version From: 2.1
Affected Version To: 2.2
Patch Exists: YES
Related CWE: N/A
CPE: a:torrentflux:torrentflux
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Windows, Linux, Mac
2008
TorrentFlux 2.1 – Remote File Include Vulnerability
TorrentFlux fails to sanitise the variable 'alias' in downloaddetails.php, allowing an attacker to include any file they want. The contents is displayed at in the spaces provided and the remaning data is displayed as error messages on the page. It is also possible to read the config.php file in the same way, since path was not sanitised. The vulnerability can be solved by using SecurityClean() of viewnfo.php.
Mitigation:
Use SecurityClean() of viewnfo.php to solve the problem.