CVE-2018-25207
Description
Online Quiz Maker 1.0 contains SQL injection vulnerabilities in the catid and usern parameters that allow authenticated attackers to execute arbitrary SQL commands. Attackers can submit malicious POST requests to quiz-system.php or add-category.php with crafted SQL payloads in POST parameters to extract sensitive database information or bypass authentication.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Online Quiz Maker 1.0 is vulnerable to SQL injection in the catid and usern parameters, enabling authenticated attackers to execute arbitrary SQL commands and extract database information.
Online Quiz Maker 1.0 contains SQL injection vulnerabilities in the catid parameter of quiz-system.php and the usern parameter of add-category.php. The application fails to properly sanitize user input in these POST parameters, allowing attackers to inject malicious SQL queries that are executed against the backend database [1][2].
An authenticated attacker can exploit these flaws by sending crafted POST requests to the vulnerable endpoints. For example, the catid parameter supports boolean-based blind, time-based blind, and UNION-based injection techniques, enabling incremental data extraction. The usern parameter in the admin login panel can be abused to bypass authentication entirely [1].
Successful exploitation allows an attacker to execute arbitrary SQL commands, potentially leading to full database compromise. Sensitive information such as user credentials, session tokens, and other application data can be extracted. Moreover, authentication bypass via the usern parameter can grant administrative access, escalating the attacker's privileges [2].
As of the advisory publication date, no official patch has been released for Online Quiz Maker 1.0. Users are advised to upgrade to a supported version or implement strong input validation, prepared statements, and least-privilege database accounts to mitigate the risk [1][2].
AI Insight generated on May 18, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
1- Range: =1.0
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
4News mentions
0No linked articles in our index yet.