CVE-2023-48720: Student Result Management System v1.0 - Multiple Unauthenticated SQL Injections (SQLi)
Published Dec 21, 2023
·Updated
Student Result Management System v1.0 is vulnerable to multiple Unauthenticated SQL Injection vulnerabilities. The 'password' parameter of the login.php resource does not validate the characters received and they are sent unfiltered to the database.
Affected Software
1 affected component
PHPGurukul Student Result Management System=1.0
Event History
Dec 21, 2023
CVE Published
09:00 PM
Data Sourced
09:00 PM
DescriptionSeverityWeakness
Frequently Asked Questions
1
What are the implications of CVE-2023-48720?
CVE-2023-48720 can lead to unauthorized access and data manipulation due to multiple Unauthenticated SQL Injection vulnerabilities.
2
How do I resolve CVE-2023-48720?
To fix CVE-2023-48720, sanitize and validate all user input, especially the 'password' parameter in the login.php resource.
3
What software versions are affected by CVE-2023-48720?
CVE-2023-48720 affects Student Result Management System version 1.0.
4
Can CVE-2023-48720 expose sensitive information?
Yes, exploiting CVE-2023-48720 could potentially expose sensitive user data stored in the database.
5
What type of injection is involved in CVE-2023-48720?
CVE-2023-48720 involves multiple Unauthenticated SQL Injection vulnerabilities.