CVE-2026-2384
Stored XSS in Quiz Maker WordPress Plugin via vc_quizmaker Shortcode
Publication date: 2026-02-20
Last updated on: 2026-02-20
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| ays | quiz_maker | to 6.7.1.7 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-79 | The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
The Quiz Maker plugin for WordPress has a Stored Cross-Site Scripting (XSS) vulnerability in its `vc_quizmaker` shortcode in all versions up to and including 6.7.1.7. This vulnerability arises because the plugin does not properly sanitize or escape user-supplied attributes. As a result, authenticated users with contributor-level access or higher can inject malicious web scripts into pages. These scripts will execute whenever any user accesses the affected page.
This vulnerability specifically requires the WPBakery Page Builder plugin to be installed and active, as the shortcode is integrated with WPBakery through a custom element.
How can this vulnerability impact me? :
An attacker with contributor-level access or higher can exploit this vulnerability to inject arbitrary scripts into pages. These scripts can execute in the context of other users visiting the infected pages, potentially leading to theft of user credentials, session hijacking, defacement, or distribution of malware.
Because the vulnerability allows for stored XSS, the malicious code persists on the site and affects all users who view the compromised content.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
I don't know
How can this vulnerability be detected on my network or system? Can you suggest some commands?
I don't know
What immediate steps should I take to mitigate this vulnerability?
To mitigate this vulnerability, you should update the Quiz Maker plugin for WordPress to a version later than 6.7.1.7 where the issue is fixed.
Additionally, ensure that WPBakery Page Builder is either disabled or removed if it is not required, as the vulnerability requires WPBakery Page Builder to be installed and active.
Limit contributor-level access and above to trusted users only, since the vulnerability requires authenticated users with contributor-level access or higher to exploit.