CVE-2025-12016
Description
The qnotsquiz plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'qnotsquiz_custom_start_text' parameter in all versions up to, and including, 1.0.0 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with administrator-level access, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. This only affects multi-site installations and installations where unfiltered_html has been disabled.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Stored XSS in qnotsquiz plugin for WordPress allows admin-level attackers to inject scripts on multisite or unfiltered_html-disabled installations.
The qnotsquiz plugin for WordPress (versions up to and including 1.0.0) contains a Stored Cross-Site Scripting (XSS) vulnerability in the 'qnotsquiz_custom_start_text' parameter. The root cause is insufficient input sanitization and output escaping, allowing attacker-controlled input to be stored and later rendered unsafely in pages [1].
The vulnerability can be exploited by authenticated attackers with administrator-level access. It specifically affects multi-site installations and single-site installations where the 'unfiltered_html' capability has been disabled for administrators. The attacker must have the ability to save plugin settings or create/modify content that uses the vulnerable parameter [1].
If exploited, arbitrary web scripts (JavaScript, HTML, etc.) injected into the parameter will execute in the browsers of any user who visits a page where the stored payload is rendered. This can lead to session hijacking, defacement, or theft of sensitive data. The plugin has been closed on the WordPress plugin directory as of October 22, 2025, due to this security issue [1].
No patched version is available; the plugin is effectively end-of-life. Users running this plugin should immediately remove it from their WordPress installations and replace it with an alternative. Workarounds include restricting administrator access on multisite networks or ensuring the unfiltered_html capability is enabled (though this introduces other risks).
AI Insight generated on May 19, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
2(expand)+ 1 more
- (no CPE)
- (no CPE)range: <=1.0.0
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
2News mentions
0No linked articles in our index yet.