vendor:
KORA
by:
Ihsan Sencan
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: KORA
Affected Version From: 2.7.2000
Affected Version To: 2.7.2000
Patch Exists: NO
Related CWE:
CPE: a:matrix.msu.edu:kora:2.7.0
Platforms Tested: Windows 7 x64, Kali Linux x64
2018
KORA 2.7.0 – SQL Injection
The KORA 2.7.0 web application is vulnerable to SQL Injection. An attacker can exploit this vulnerability by injecting malicious SQL queries into the 'cid' parameter of the 'assocSearch' action in the 'control.php' file. This can lead to unauthorized access to the database and potential data leakage.
Mitigation:
To mitigate this vulnerability, it is recommended to sanitize user input and use prepared statements or parameterized queries to prevent SQL injection attacks. Regularly updating the software to the latest version also helps in reducing the risk of such vulnerabilities.