First published: Wed Dec 20 2023(Updated: )
Student Information System v1.0 is vulnerable to multiple Authenticated SQL Injection vulnerabilities. The 'coursename' parameter of the marks.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 |
---|---|---|
Student Information 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-5011 is critical due to its exploitation potential via SQL injection.
To fix CVE-2023-5011, implement input validation on the 'coursename' parameter in the marks.php file to sanitize user inputs.
The potential impacts of CVE-2023-5011 include unauthorized data access, data manipulation, and compromise of the underlying database.
CVE-2023-5011 affects Kashipara Student Information System version 1.0.
As of now, there is no specific patch available for CVE-2023-5011, and users are advised to implement input validation as a workaround.