vendor:
phpBB
by:
Unknown
7.5
CVSS
HIGH
Input Validation Error
20
CWE
Product Name: phpBB
Affected Version From: Unknown
Affected Version To: Unknown
Patch Exists: Yes
Related CWE: Unknown
CPE: a:phpbb:phpbb
Platforms Tested:
Unknown
Input Validation Error in phpBB
An input validation error exists in phpBB, a freely available WWW forums package. The problem is due to improper validation of some variables in phpBB. It is possible for users registered with the phpBB system to submit values for certain variables used internally by some scripts in the package. An attacker may be able to circumvent the loading of certain values used in the package, and thus be able to submit values of his or her choice. In the 'page_header.php' script, one such variable is evaluated using PHP's eval() command. As a result, it may be possible for a remote attacker to submit values causing the execution of arbitrary commands on the system running phpBB.
Mitigation:
Update to the latest version of phpBB that includes a fix for this input validation error. Verify that input validation is performed correctly in all user-submitted values.