First published: Thu Dec 21 2023(Updated: )
Online Examination System v1.0 is vulnerable to multiple Authenticated SQL Injection vulnerabilities. The 'n' parameter of the /update.php?q=quiz 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 |
---|---|---|
SourceCodester Online Examination System | =1.0 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2023-45119 is classified as a high severity vulnerability due to the potential for unauthenticated SQL injections.
To fix CVE-2023-45119, validate and sanitize all user inputs, especially the 'n' parameter in the /update.php?q=quiz resource.
CVE-2023-45119 affects Online Examination System version 1.0.
The potential impacts of CVE-2023-45119 include unauthorized access to the database, data manipulation, and authentication bypass.
As of now, specific patches for CVE-2023-45119 have not been publicly released, and users should apply proper input validation measures.