vendor:
Flat PHP Board
by:
KiNgOfThEwOrLd
5.5
CVSS
MEDIUM
Remote User Credentials Disclosure, Multiple Remote Command Executions / File Uploading
CWE
Product Name: Flat PHP Board
Affected Version From: 1
Affected Version To: 1.2
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
Flat PHP Board <= 1.2 Multiple Vulnerabilities
An attacker can obtain the target's information by visiting the URL http://[target]/[flat_php_board_path]/users/[target_username].php. The information exposed includes the target's username, password, and email. Additionally, when registering a new account, Flat PHP Board does not correctly filter the fields (Username, Password, Email), allowing an attacker to execute malicious code on the vulnerable server. The attacker can exploit this by accessing the URL http://[target]/[flat_php_board_path]/31337.php.
Mitigation:
To mitigate the vulnerability, it is recommended to update Flat PHP Board to a version greater than 1.2 that addresses these vulnerabilities. Additionally, ensure that user input is properly filtered and sanitized to prevent code execution.