vendor:
Achievo
by:
High-Tech Bridge Security Research Lab
4,3
CVSS
MEDIUM
SQL Injection [CWE-89], Cross-Site Scripting [CWE-79]
89, 79
CWE
Product Name: Achievo
Affected Version From: 1.4.5
Affected Version To: 1.4.5
Patch Exists: YES
Related CWE: CVE-2012-5865, CVE-2012-5866
CPE: 2.3:a:achievo:achievo:1.4.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: None
2012
Advisory ID: HTB23126
High-Tech Bridge Security Research Lab discovered two vulnerabilities in Achievo, which can be exploited to perform SQL injection and cross-site scripting (XSS) attacks. The first vulnerability is an SQL Injection vulnerability in the 'dispatch.php' script while handling the 'activityid' HTTP GET parameter. A remote authenticated attacker can inject and execute arbitrary SQL commands in application's database. The second vulnerability is a Cross-Site Scripting (XSS) vulnerability in the 'include.php' script when handling the 'field' HTTP GET parameter. A remote attacker can execute arbitrary HTML and script code in user's browser in context of a vulnerable website.
Mitigation:
Input sanitation should be implemented to prevent malicious input from being processed by the application.