vendor:
phpGB
by:
SecurityFocus
7.5
CVSS
HIGH
PHP Code Injection
94
CWE
Product Name: phpGB
Affected Version From: phpGB
Affected Version To: phpGB
Patch Exists: No
Related CWE: N/A
CPE: phpGB
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
2002
phpGB PHP Code Injection Vulnerability
phpGB is subject to a PHP code injection vulnerability. After bypassing authentication it is possible to inject code into the guestbook configuration file (config.php) by supplying malicious parameters for the savesettings.php script. The configuration file is referenced in most of the other guestbook scripts, so each time one of the scripts is accessed the attacker-supplied PHP code will be executed.
Mitigation:
Ensure that user input is properly validated and sanitized before being used in the application.