vendor:
WebInsta FM
by:
TrinTiTTY
7.5
CVSS
HIGH
Remote File Inclusion
98
CWE
Product Name: WebInsta FM
Affected Version From: 0.1.0
Affected Version To: 2000.1.4
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
2007
WebInsta FM <= 0.1.4 Remote File Inclusion Vulnerability
This is a basic file manager written by WebInsta.com. The vulnerability exists in the login.php file, where the adminname and adminpass cookies are not properly sanitized before being included in the $absolute_path variable. This allows an attacker to include arbitrary files from remote servers.
Mitigation:
To mitigate this vulnerability, it is recommended to sanitize and validate user input before including it in any file paths or URLs.