vendor:
jCore
by:
SecurityFocus
7,5
CVSS
HIGH
SQL-injection and Cross-Site Scripting
89, 79
CWE
Product Name: jCore
Affected Version From: 1.0pre
Affected Version To: 1.0pre
Patch Exists: YES
Related CWE: N/A
CPE: a:jcore:jcore
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
2012
jCore SQL-injection and Cross-Site Scripting Vulnerabilities
jCore is prone to an SQL-injection vulnerability and a cross-site scripting vulnerability because it fails to sufficiently sanitize user-supplied data. An attacker may exploit these issues to steal cookie-based authentication credentials, compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database. An example of the exploit is http://www.example.com/admin/?path=%27%20onmouseover%3dalert%28document.cookie%29%20%27
Mitigation:
Input validation should be used to ensure that untrusted data is not used to dynamically construct SQL queries.