vendor:
Best Student Result Management System
by:
nu11secur1ty
6.1
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Best Student Result Management System
Affected Version From: 1
Affected Version To: 1
Patch Exists: NO
Related CWE:
CPE: a:mayurik:best_student_result_management_system:1.0
Platforms Tested:
2024
Best Student Result Management System v1.0 – Multiple SQL Injection Vulnerabilities
The 'nid' parameter in Best Student Result Management System v1.0 is prone to SQL injection attacks. An attacker can exploit this vulnerability to execute arbitrary SQL queries on the underlying database. By injecting a malicious payload that calls MySQL's load_file function with a UNC file path pointing to an external domain, the attacker can interact with the external domain and extract sensitive information from the system.
Mitigation:
To mitigate this vulnerability, input validation and parameterized queries should be implemented to prevent the execution of arbitrary SQL commands. Additionally, the principle of least privilege should be followed to restrict database permissions.