vendor:
Traq
by:
Anonymous
7,5
CVSS
HIGH
CSRF,XSS,SQL injection
89
CWE
Product Name: Traq
Affected Version From: traq-2.3.5
Affected Version To: traq-2.3.5
Patch Exists: NO
Related CWE: N/A
CPE: 2.3.5
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Windows XP SP2 (32 bit)
2020
Vulnerable Software: traq-2.3.5
traq-2.3.5 is prone to Cross-Site Request Forgery (CSRF), Cross-Site Scripting (XSS) and SQL injection vulnerabilities. The vulnerable code section is located in the admincp/groups.php file, where the application fails to properly sanitize user-supplied input before using it in an SQL query. An attacker can exploit this vulnerability to inject or manipulate SQL queries in the back-end database, allowing for the manipulation or disclosure of arbitrary data.
Mitigation:
Input validation should be used to ensure that untrusted data is not used to generate SQL queries. Developers should also use parameterized queries to prevent SQL injection attacks.