vendor:
rConfig
by:
Gregory Pickett (@shogun7273), Hellfire Security
7,5
CVSS
HIGH
Local File Inclusion
22
CWE
Product Name: rConfig
Affected Version From: rConfig 3.1.1 and earlier
Affected Version To: rConfig 3.1.1 and earlier
Patch Exists: NO
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: N/A
N/A
rConfig, the open source network device configuration management tool, Vulnerable to Local File Inclusion
rConfig, the open source network device configuration management tool, is vulnerable to local file inclusion in /lib/crud/downloadFile.php. downloadFile.php allows authenticated users to download any file on the server. This is because downloadFile.php does not check the download_file parameter before it uses it. It merely opens and sends the file in the parameter to the user. As long as the account running the web server has access to it, rConfig will open it and send it.
Mitigation:
Ensure that the download_file parameter is properly validated before being used.