vendor:
PHPGroupWare
by:
Unknown
7.5
CVSS
HIGH
SQL Injection, Cross-Site Scripting (XSS)
89, 79
CWE
Product Name: PHPGroupWare
Affected Version From: 0.9.16.003
Affected Version To: Unknown
Patch Exists: NO
Related CWE: CVE-2005-0702, CVE-2005-0703
CPE: a:phpgroupware:phpgroupware:0.9.16.003
Platforms Tested:
2005
PHPGroupWare Multiple Input Validation Vulnerabilities
PHPGroupWare is prone to multiple SQL injection and cross-site scripting vulnerabilities due to a failure in input validation. The SQL injection vulnerabilities could allow an attacker to manipulate query logic, leading to unauthorized access or database corruption. The XSS vulnerabilities could enable an attacker to create malicious links with hostile code, potentially leading to theft of authentication credentials or other attacks.
Mitigation:
To mitigate these vulnerabilities, it is recommended to sanitize user-supplied input properly before using it in SQL queries or outputting it in HTML.