vendor:
OpenSIS Community
by:
Eric Salario
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: OpenSIS Community
Affected Version From: 8.0
Affected Version To: 8.0
Patch Exists: NO
Related CWE: N/A
CPE: a:os4ed:opensis_community:8.0
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Windows, Linux
2021
OpenSIS Community 8.0 – ‘cp_id_miss_attn’ SQL Injection
A SQL injection vulnerability exists in the Take Attendance functionality of OS4Ed's OpenSIS 8.0. allows an attacker to inject their own SQL query. The cp_id_miss_attn parameter from TakeAttendance.php is vulnerable to SQL injection. An attacker can make an authenticated HTTP request as a user with access to 'Take Attendance' functionality to trigger this vulnerability.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in an SQL query.