CVE-2023-45119: Online Examination System v1.0 - Multiple Authenticated SQL Injections (SQLi)
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.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2023-45119?
CVE-2023-45119 is classified as a high severity vulnerability due to the potential for unauthenticated SQL injections.
How do I fix CVE-2023-45119?
To fix CVE-2023-45119, validate and sanitize all user inputs, especially the 'n' parameter in the /update.php?q=quiz resource.
Which version of Online Examination System is affected by CVE-2023-45119?
CVE-2023-45119 affects Online Examination System version 1.0.
What are the potential impacts of CVE-2023-45119?
The potential impacts of CVE-2023-45119 include unauthorized access to the database, data manipulation, and authentication bypass.
Are there any available patches for CVE-2023-45119?
As of now, specific patches for CVE-2023-45119 have not been publicly released, and users should apply proper input validation measures.