vendor:
Open Source Information System Community
by:
Security For Everyone Team
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Open Source Information System Community
Affected Version From: 8
Affected Version To: 8
Patch Exists: YES
Related CWE:
CPE: a:os4ed:opensis_community_edition:8.0
Platforms Tested: Linux/Windows
2021
openSIS Student Information System 8.0 – ‘multiple’ SQL Injection
A SQL injection vulnerability exists in OS4Ed Open Source Information System Community v8.0 via the 'student_id' and 'TRANSFER{SCHOOL]' parameters in POST request sent to /TransferredOutModal.php. If an attacker exploits this vulnerability, attacker may access private data in the database system.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in SQL queries.