vendor:
OvBB
by:
cOndemned
7,5
CVSS
HIGH
Local File Inclusion
98
CWE
Product Name: OvBB
Affected Version From: v0.16a
Affected Version To: v0.16a
Patch Exists: NO
Related CWE: N/A
CPE: ovbb
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Linux Debian
2008
OvBB v0.16a Multiple Local File Inclusion Vulnerabilities
OvBB v0.16a is vulnerable to multiple Local File Inclusion (LFI) vulnerabilities due to insufficient sanitization of user-supplied input. The vulnerability exists in the 'skins/default' directory, where there are about 67 vulnerable files. An attacker can exploit this vulnerability by sending a crafted HTTP request with maliciously crafted input to the vulnerable application. This can allow an attacker to include and execute arbitrary local files on the server, leading to remote code execution.
Mitigation:
To mitigate this vulnerability, user input should be properly sanitized and validated. Additionally, register_globals and magic_quotes_gpc should be turned off.