vendor:
                    Computer Laboratory Management System
                by:
                    nu11secur1ty
                6.1
                        CVSS
                    HIGH
                    SQL Injection
                    89
                        CWE
                    Product Name: Computer Laboratory Management System
                    Affected Version From:  1
                    Affected Version To:  1
                    Patch Exists: NO
                    Related CWE: 
                    CPE:  
                    Platforms Tested:  
                    2024
                    Computer Laboratory Management System v1.0 – Multiple-SQL Injection
The 'id' parameter of Computer Laboratory Management System v1.0 is prone to SQL injection attacks. By injecting a payload that includes a sub-query to MySQL's load_file function with a UNC file path pointing to an external domain, an attacker can execute malicious SQL queries and retrieve sensitive information from the system.
Mitigation:
					To mitigate this vulnerability, input validation and parameterized queries should be implemented to sanitize user inputs and prevent SQL injection attacks.