First published: Thu Dec 21 2023(Updated: )
Student Result Management System v1.0 is vulnerable to multiple Unauthenticated SQL Injection vulnerabilities. The 'class_id' parameter of the add_classes.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 |
---|---|---|
Projectworlds Student Result Management System | =1.0 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2023-48716 is classified as a high severity vulnerability due to its potential for unauthorized access to sensitive data.
To fix CVE-2023-48716, implement proper input validation and parameter sanitization for the 'class_id' parameter in the add_classes.php resource.
CVE-2023-48716 is an Unauthenticated SQL Injection vulnerability affecting the Student Result Management System v1.0.
CVE-2023-48716 affects the Projectworlds Student Result Management System version 1.0.
Yes, CVE-2023-48716 can be exploited remotely due to the lack of authentication in the vulnerable parameter.