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_results.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.
CVE-2023-48722 is classified as a high severity vulnerability due to its potential for significant impact through SQL Injection.
To fix CVE-2023-48722, validate and sanitize all inputs, particularly the 'class_name' parameter, before sending them to the database.
CVE-2023-48722 affects Student Result Management System version 1.0 developed by Phpgurukul.
CVE-2023-48722 is an Unauthenticated SQL Injection vulnerability that allows attackers to execute arbitrary SQL code.
Yes, CVE-2023-48722 can be exploited remotely, allowing attackers to manipulate database queries without authentication.