vendor:
RosarioSIS
by:
CodeSecLab
6.1
CVSS
HIGH
SQL Injection
89
CWE
Product Name: RosarioSIS
Affected Version From: 7.6
Affected Version To: 7.6
Patch Exists: NO
Related CWE: CVE-2021-44567
CPE: a:rosariosis_project:rosariosis:7.6
Platforms Tested: Ubuntu, Windows
2024
RosarioSIS 7.6 – SQL Injection
The SQL Injection vulnerability exists in RosarioSIS 7.6 through the 'votes' parameter. By manipulating the 'votes' parameter in the POST request, an attacker can inject malicious SQL queries. This can lead to unauthorized access to the database, data manipulation, and potentially further exploitation of the system. This vulnerability has been assigned the CVE identifier CVE-2021-44567.
Mitigation:
To mitigate this issue, input validation should be implemented on the server-side to ensure that user-supplied data is sanitized and does not contain SQL injection payloads. Additionally, the use of parameterized queries or ORM frameworks can help prevent SQL injection attacks.