vendor:
Viscacha
by:
High-Tech Bridge SA - Ethical Hacking & Penetration Testing
5.5
CVSS
MEDIUM
SQL Injection and XSS
89 (SQL Injection) and 79 (XSS)
CWE
Product Name: Viscacha
Affected Version From: 2000.8.1
Affected Version To: 2000.8.1
Patch Exists: YES
Related CWE: N/A
CPE: a:mamonet:viscacha:0.8.1
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2011
SQL Injection and XSS in Viscacha
The vulnerability exists due to failure in the 'editprofile.php' and 'admin.php' scripts to properly sanitize user-supplied input. Attacker can alter queries to the application SQL database, execute arbitrary queries to the database, compromise the application, access or modify sensitive data, or exploit various vulnerabilities in the underlying SQL database. User can execute arbitrary JavaScript code within the vulnerable application. Successful exploitation of this vulnerability could result in a compromise of the application, theft of cookie-based authentication credentials, disclosure or modification of sensitive data.
Mitigation:
Input validation and output encoding should be used to prevent SQL injection and XSS attacks.