vendor:
phpGroupWare
by:
7.5
CVSS
HIGH
Remote File Include
CWE
Product Name: phpGroupWare
Affected Version From:
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
Remote File Include Vulnerability in phpGroupWare
The phpGroupWare software is prone to a remote file include vulnerability that may allow an attacker to execute arbitrary PHP code. The vulnerability exists in the 'tables_update.inc.php' script, which includes other PHP files without proper validation. An attacker can exploit this vulnerability by supplying a malicious file parameter in the URL, leading to the execution of the included PHP code.
Mitigation:
To mitigate this vulnerability, it is recommended to update to a patched version of phpGroupWare or apply the necessary security patches provided by the vendor. Additionally, it is advised to validate and sanitize user-supplied input before including files in PHP scripts.