vendor:
Teacher Subject Allocation Management System
by:
Ersin Erenler
6.1
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Teacher Subject Allocation Management System
Affected Version From: 1
Affected Version To: 1
Patch Exists: NO
Related CWE: CVE-2023-46024
CPE: a:phpgurukul:teacher_subject_allocation_management_system:1.0
Platforms Tested: Windows, Linux
2023
Teacher Subject Allocation Management System 1.0 – ‘searchdata’ SQL Injection
Teacher Subject Allocation Management System version 1.0 is vulnerable to SQL injection due to inadequate security measures on the 'searchdata' parameter in the index.php file. This vulnerability can be exploited by injecting malicious SQL queries, potentially allowing unauthorized access to sensitive database information.
Mitigation:
To mitigate this vulnerability, it is recommended to sanitize and validate user input to prevent SQL injection attacks. Additionally, using parameterized queries can help defend against such exploits.