Critical CVE-2023-48720 reveals multiple Unauthenticated SQL Injection vulnerabilities in Student Result Management System v1.0, allowing unauthorized database access. Learn about impact, mitigation, and prevention.
Student Result Management System v1.0 is vulnerable to multiple Unauthenticated SQL Injection vulnerabilities. An attacker can exploit these vulnerabilities through the 'password' parameter of the login.php resource, as it does not validate the characters received and sends them unfiltered to the database.
Understanding CVE-2023-48720
A critical vulnerability in Student Result Management System v1.0 allows for multiple Unauthenticated SQL Injection attacks.
What is CVE-2023-48720?
CVE-2023-48720 details the presence of multiple Unauthenticated SQL Injection vulnerabilities in Student Result Management System v1.0, impacting the login functionality.
The Impact of CVE-2023-48720
The vulnerability poses a critical risk with a CVSS base score of 9.8, leading to high confidentiality, integrity, and availability impacts.
Technical Details of CVE-2023-48720
The vulnerability allows attackers to perform Unauthenticated SQL Injections, which can lead to unauthorized data access and manipulation.
Vulnerability Description
The 'password' parameter of the login.php resource in Student Result Management System v1.0 fails to properly validate user input, enabling SQL Injection attacks.
Affected Systems and Versions
Exploitation Mechanism
Attackers can exploit this vulnerability by inserting malicious SQL code into the 'password' parameter during the login process, bypassing authentication and gaining unauthorized access to the database.
Mitigation and Prevention
To address CVE-2023-48720, immediate action and long-term security measures are essential.
Immediate Steps to Take
Long-Term Security Practices
Patching and Updates