vendor:
PHPGroupWare
by:
Unknown
7.5
CVSS
HIGH
SQL Injection, Cross-Site Scripting (XSS)
89, 79
CWE
Product Name: PHPGroupWare
Affected Version From: PHPGroupWare 0.9.16.003
Affected Version To: Unknown
Patch Exists: NO
Related CWE: Not available
CPE: a:phpgroupware:phpgroupware
Platforms Tested: Unknown
Unknown
Multiple Input Validation Vulnerabilities in PHPGroupWare
PHPGroupWare contains multiple input validation vulnerabilities including SQL injection and cross-site scripting (XSS) issues. These vulnerabilities are caused by the failure of the application to properly sanitize user-supplied input. The SQL injection vulnerabilities can allow remote attackers to manipulate query logic, potentially leading to unauthorized access to sensitive information or corruption of database data. The XSS vulnerabilities can allow remote attackers to create malicious links that execute hostile HTML and script code, potentially leading to theft of authentication credentials or other attacks.
Mitigation:
To mitigate these vulnerabilities, it is recommended to update PHPGroupWare to the latest version available. Additionally, input validation and sanitization should be implemented to prevent SQL injection and XSS attacks.