vendor:
Ultimate PHP Board
by:
nuffsaid
7,5
CVSS
HIGH
Remote Code Execution
78
CWE
Product Name: Ultimate PHP Board
Affected Version From: 2.0b1
Affected Version To: 2.0b1
Patch Exists: NO
Related CWE:
CPE: a:myupb:ultimate_php_board
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: None
Ultimate PHP Board <= 2.0b1 (chat/login.php) Remote Code Execution Vulnerability
Ultimate PHP Board chat/login.php does not sanatize the $username ($_GET["username"]) variable before writing it to chat/text.php on line 28, arbitrary php code can be written then executed by visiting chat/text.php.
Mitigation:
Sanitize the $username ($_GET["username"]) variable before writing it to chat/text.php on line 28.