vendor:
Global - Multi School Management System Express
by:
Ahmet Ümit BAYRAM
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Global - Multi School Management System Express
Affected Version From: 1
Affected Version To: 1
Patch Exists: NO
Related CWE:
CPE: a:global:multi_school_management_system_express:1.0
Platforms Tested: Kali Linux & MacOS
2023
Global – Multi School Management System Express v1.0- SQL Injection
The Global - Multi School Management System Express v1.0 is vulnerable to SQL Injection. The vulnerability exists in the 'school_id' parameter of the '/report/balance' endpoint. An attacker can exploit this vulnerability by injecting malicious SQL code in the 'school_id' parameter, allowing them to extract sensitive information from the database or manipulate the database.
Mitigation:
To mitigate this vulnerability, the vendor should sanitize and validate user input before executing SQL queries. Additionally, the use of prepared statements or parameterized queries can help prevent SQL Injection attacks.