vendor:
PhpBrowse
by:
kezzap66345
5.5
CVSS
MEDIUM
RFI (Remote File Inclusion)
98
CWE
Product Name: PhpBrowse
Affected Version From:
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
2007
PhpBrowse
The PhpBrowse script is vulnerable to Remote File Inclusion (RFI) attack. An attacker can exploit this vulnerability by including a malicious file using the 'include' function in the 'include_stream.inc.php' file. The attacker can then execute arbitrary code or perform unauthorized actions on the targeted system.
Mitigation:
To mitigate this vulnerability, it is recommended to sanitize user input and validate file inclusion paths. Additionally, access controls should be implemented to restrict unauthorized access to sensitive files.