vendor:
phpSecurePages
by:
D_7J
N/A
CVSS
N/A
Remote File Include
98
CWE
Product Name: phpSecurePages
Affected Version From: all versions
Affected Version To: all versions
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
2006
phpsecurepages (cfgProgDir) Remote File Include Vulnerability
A vulnerability exists in phpSecurePages, which is caused due to the use of user-supplied input in the 'cfgProgDir' parameter of the 'secure.php' script without proper sanitization. This can be exploited to include arbitrary files from remote locations by passing a URL in the 'cfgProgDir' parameter. Successful exploitation requires that 'allow_url_include' is set to 'On' in the php.ini configuration file.
Mitigation:
Disable 'allow_url_include' in the php.ini configuration file.