First published: Thu Dec 21 2023(Updated: )
Student Result Management System v1.0 is vulnerable to multiple Unauthenticated SQL Injection vulnerabilities. The 'class_name' parameter of the add_students.php resource does not validate the characters received and they are sent unfiltered to the database.
Credit: help@fluidattacks.com
Affected Software | Affected Version | How to fix |
---|---|---|
Phpgurukul Student Result Management System | =1.0 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
The severity of CVE-2023-48718 is high due to multiple unauthenticated SQL Injection vulnerabilities.
To fix CVE-2023-48718, validate and sanitize user inputs for the 'class_name' parameter in the add_students.php file.
CVE-2023-48718 affects users of the Student Result Management System version 1.0.
CVE-2023-48718 can allow an attacker to execute arbitrary SQL commands, leading to data leakage or manipulation.
Currently, there is no official patch available for CVE-2023-48718, so users must implement input validation as a workaround.