First published: Thu Dec 21 2023(Updated: )
Online Examination System v1.0 is vulnerable to multiple Authenticated SQL Injection vulnerabilities. The 'qid' parameter of the /update.php?q=quiz&step=2 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-45120 has a high severity due to its potential for exploiting authenticated SQL injection vulnerabilities.
To fix CVE-2023-45120, sanitize and validate the 'qid' parameter to prevent unfiltered data from reaching the database.
Exploiting CVE-2023-45120 can lead to unauthorized database access, data leakage, or manipulation of quiz results.
CVE-2023-45120 affects Online Examination System version 1.0.
Yes, CVE-2023-45120 is an authenticated SQL injection vulnerability, requiring user access to exploit.