vendor:
Ovidentia
by:
sajith
5.5
CVSS
MEDIUM
SQL Injection, CSRF
89, 352
CWE
Product Name: Ovidentia
Affected Version From: Ovidentia 7.9.6
Affected Version To: Ovidentia 7.9.6
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
Ovidentia 7.9.6 Multiple Vulnerabilities
SQL injection vulnerability: Log into admin panel and access delegate functionality > managing administrators where &id parameter (shown below link) is vulnerable to sql injection. CSRF vulnerability: log into the admin portal and access the create user functionality using csrf vulnerability it was possible to add new user.
Mitigation:
Apply proper input validation and parameterized queries to prevent SQL injection. Implement CSRF tokens and anti-CSRF measures to prevent CSRF attacks.