vendor:
phpBB
by:
1dt.w0lf
7,5
CVSS
HIGH
Remote Command Execution
78
CWE
Product Name: phpBB
Affected Version From: 2.0.17
Affected Version To: 2.0.17
Patch Exists: YES
Related CWE: N/A
CPE: a:phpbb:phpbb:2.0.17
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
2005
phpBB <= 2.0.17 remote command execution exploit
This exploit allows an attacker to execute arbitrary commands on a vulnerable phpBB version 2.0.17 or lower. The exploit requires PHP 5 < 5.0.5, register_globals=On, and magic_quotes off. The exploit registers a new user with a malicious signature, which is then executed when the user profile is edited.
Mitigation:
Upgrade to a version of phpBB that is not vulnerable to this exploit, or ensure that register_globals and magic_quotes are set to the appropriate values.