vendor:
BugTracker.NET
by:
Unknown
7.5
CVSS
HIGH
SQL Injection, Cross-Site Scripting
89, 79
CWE
Product Name: BugTracker.NET
Affected Version From: 3.4.2004
Affected Version To: 3.4.2004
Patch Exists: YES
Related CWE: CVE-2010-3897
CPE: a:bugtrackernet:bugtrackernet:3.4.4
Platforms Tested:
2010
BugTracker.NET SQL Injection and Cross-Site Scripting Vulnerabilities
BugTracker.NET is prone to an SQL-injection vulnerability and a cross-site scripting vulnerability because it fails to sufficiently sanitize user-supplied data. Exploiting these vulnerabilities could allow an attacker to steal cookie-based authentication credentials, compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.
Mitigation:
To mitigate the SQL injection vulnerability, it is recommended to use parameterized queries or prepared statements. To mitigate the cross-site scripting vulnerability, it is recommended to properly sanitize user-supplied input and implement output encoding.