vendor:
phpOCS
by:
dun
8.8
CVSS
HIGH
Local File Inclusion
98
CWE
Product Name: phpOCS
Affected Version From: 0.1-beta3
Affected Version To: 0.1-beta3
Patch Exists: NO
Related CWE: N/A
CPE: a:phpocs:phpocs
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
2008
phpOCS <= 0.1-beta3 Local File Inclusion Vulnerability
A local file inclusion vulnerability exists in phpOCS <= 0.1-beta3. The vulnerability is due to the application including user-supplied input without proper validation. This can be exploited to include arbitrary local files by e.g. passing 'act=../../../../../../../etc/passwd%00' in the 'act' parameter to index.php. Successful exploitation requires that 'register_globals' is enabled.
Mitigation:
Disable 'register_globals' and validate user-supplied input.