First published: Wed Dec 20 2023(Updated: )
Student Information System v1.0 is vulnerable to multiple Authenticated SQL Injection vulnerabilities. The 'id' 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.
CVE-2023-5007 is classified as a high severity vulnerability due to its potential for exploitation via SQL injection.
To fix CVE-2023-5007, sanitize and validate the 'id' parameter inputs in the marks.php file to prevent unfiltered data from being sent to the database.
CVE-2023-5007 affects version 1.0 of the Kashipara Student Information System.
CVE-2023-5007 contains multiple Authenticated SQL Injection vulnerabilities.
Exploitation of CVE-2023-5007 allows attackers to execute arbitrary SQL queries, potentially leading to data leakage or manipulation.