vendor:
PHP Auction System
by:
darkmasking
N/A
CVSS
N/A
Remote File Inclusion
98
CWE
Product Name: PHP Auction System
Affected Version From: N/A
Affected Version To: N/A
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
2009
PHPAuctionSystem Multiple Remote File Inclusion Vulnerability
PHPAuctionSystem is vulnerable to a remote file inclusion vulnerability due to insufficient sanitization of the 'include_path' parameter in the 'settings.inc.php' file. An attacker can exploit this vulnerability by sending a malicious URL to the vulnerable application. This URL can be used to include a remote file containing arbitrary code, which will be executed by the web server.
Mitigation:
Input validation should be used to prevent the inclusion of remote files. The application should also be configured to use a safe include_path.