vendor:
phporacleview
by:
Alkomandoz Hacker
5.5
CVSS
MEDIUM
Remote File Inclusion
CWE
Product Name: phporacleview
Affected Version From:
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
2007
phporacleview Remote File Inclusion Exploit
This exploit allows an attacker to include a remote file in the phporacleview script, specifically in the inc/include_all.inc.php file. By manipulating the 'page_dir' parameter in the URL, an attacker can include a malicious file hosted on a remote server.
Mitigation:
To mitigate this vulnerability, ensure that user input is properly validated and sanitized before being used in file inclusion functions. Additionally, consider using a web application firewall to detect and block malicious requests.