The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-2384

CVE-2026-2384: Quiz Maker WordPress Plugin XSS Flaw

CVE-2026-2384 is a stored cross-site scripting vulnerability in the Quiz Maker WordPress plugin that allows authenticated attackers to inject malicious scripts. This article covers technical details, affected versions, and mitigations.

Published: February 27, 2026

CVE-2026-2384 Overview

The Quiz Maker plugin for WordPress contains a Stored Cross-Site Scripting (XSS) vulnerability in the vc_quizmaker shortcode affecting all versions up to and including 6.7.1.7. The vulnerability arises from insufficient input sanitization and output escaping on user-supplied attributes within the shortcode implementation. This security flaw enables authenticated attackers with contributor-level access or above to inject arbitrary web scripts into pages, which execute whenever any user accesses the compromised page.

This vulnerability requires the WPBakery Page Builder plugin to be installed and active on the WordPress site, creating a specific attack surface for sites utilizing this popular page builder combination.

Critical Impact

Authenticated attackers with contributor-level access can inject malicious scripts that execute in victims' browsers, potentially leading to session hijacking, credential theft, defacement, or malware distribution through the affected WordPress site.

Affected Products

  • Quiz Maker plugin for WordPress versions up to and including 6.7.1.7
  • WordPress sites with WPBakery Page Builder installed and active
  • All WordPress installations running vulnerable Quiz Maker versions with contributor-level user accounts

Discovery Timeline

  • 2026-02-20 - CVE CVE-2026-2384 published to NVD
  • 2026-02-20 - Last updated in NVD database

Technical Details for CVE-2026-2384

Vulnerability Analysis

This Stored Cross-Site Scripting vulnerability exists within the Quiz Maker plugin's integration with WPBakery Page Builder. The vulnerable component is located in the quiz_maker_wpbvc.php template file, specifically in the handling of the vc_quizmaker shortcode.

When users with contributor-level privileges create or edit content using the WPBakery Page Builder interface, they can leverage the vc_quizmaker shortcode to embed quiz functionality. However, the plugin fails to properly sanitize and escape user-controlled attributes passed to this shortcode before rendering them in the page output.

The vulnerability classification under CWE-79 (Improper Neutralization of Input During Web Page Generation) indicates that attacker-supplied input is not adequately validated or encoded before being reflected in the generated HTML output. This allows JavaScript code embedded in shortcode attributes to persist in the database and execute in the context of any user's browser session when viewing the affected page.

The attack requires network access and authenticated contributor-level privileges, but once the malicious payload is stored, it affects all users who view the compromised page without requiring further attacker interaction.

Root Cause

The root cause of CVE-2026-2384 is insufficient input sanitization and output escaping in the Quiz Maker plugin's WPBakery integration module. The quiz_maker_wpbvc.php template file processes user-supplied shortcode attributes without applying proper WordPress sanitization functions such as esc_attr(), esc_html(), or wp_kses() before outputting the content to the page.

This oversight allows malicious script content embedded in shortcode parameters to bypass security controls and be rendered directly in the HTML output, creating a persistent XSS condition.

Attack Vector

The attack vector for this vulnerability requires the following conditions:

  1. Authentication: The attacker must have a valid WordPress account with contributor-level access or higher
  2. Plugin Dependencies: Both Quiz Maker (vulnerable version) and WPBakery Page Builder must be installed and active
  3. Content Creation: The attacker creates or modifies a page/post using WPBakery, inserting the vc_quizmaker shortcode with malicious JavaScript payloads in vulnerable attributes
  4. Persistence: The malicious script is stored in the WordPress database
  5. Execution: When any user (including administrators) views the page containing the malicious shortcode, the injected script executes in their browser context

The vulnerability exploitation mechanism involves crafting shortcode attributes that include JavaScript event handlers or script tags that bypass the insufficient filtering mechanisms. For detailed technical information about the vulnerable code paths, see the WordPress Quiz Maker Template source code and the Wordfence Vulnerability Report.

Detection Methods for CVE-2026-2384

Indicators of Compromise

  • Unexpected JavaScript code or event handlers present in post/page content containing vc_quizmaker shortcodes
  • Unusual shortcode attributes with encoded characters, script tags, or event handlers like onload, onerror, or onclick
  • Reports from users experiencing unexpected redirects, pop-ups, or browser warnings when viewing quiz pages
  • Suspicious contributor-level account activity focused on creating or editing pages with quiz shortcodes

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect and block XSS patterns in WordPress shortcode parameters
  • Deploy content security policy (CSP) headers to restrict inline script execution and report violations
  • Conduct regular database audits scanning wp_posts table for suspicious JavaScript patterns within shortcode content
  • Monitor WordPress revision history for unexpected modifications to pages containing Quiz Maker shortcodes

Monitoring Recommendations

  • Enable WordPress audit logging to track all content modifications by contributor-level users
  • Configure browser-side CSP violation reporting to identify attempted XSS exploitation
  • Set up alerts for new or modified pages containing vc_quizmaker shortcodes from contributor accounts
  • Review server access logs for unusual patterns of page views that may indicate XSS payload testing

How to Mitigate CVE-2026-2384

Immediate Actions Required

  • Update the Quiz Maker plugin to the latest version that addresses this vulnerability
  • Audit all existing pages and posts that use the vc_quizmaker shortcode for malicious content
  • Review contributor-level user accounts and remove unnecessary access privileges
  • Implement Content Security Policy headers to mitigate the impact of any stored XSS payloads

Patch Information

Organizations should update the Quiz Maker plugin to a patched version released after 6.7.1.7. Check the official WordPress plugin repository for the latest security update. Additional details about the vulnerability and remediation guidance are available in the Wordfence Vulnerability Report.

Workarounds

  • Temporarily disable the Quiz Maker plugin until a patched version can be applied
  • Remove contributor-level access from untrusted users until the vulnerability is remediated
  • If WPBakery integration is not required, deactivate WPBakery Page Builder to eliminate the attack surface
  • Deploy a WAF with XSS protection rules specifically monitoring WordPress shortcode parameters
bash
# Configuration example
# Add Content Security Policy header to wp-config.php or .htaccess
# Apache (.htaccess):
Header set Content-Security-Policy "default-src 'self'; script-src 'self'; object-src 'none';"

# Nginx (server block):
add_header Content-Security-Policy "default-src 'self'; script-src 'self'; object-src 'none';";

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechWordpress

  • SeverityMEDIUM

  • CVSS Score6.4

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • WordPress Quiz Maker Template

  • WordPress Quiz Maker Template

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2023-54358: adivaha Travel Plugin XSS Vulnerability

  • CVE-2026-3005: WordPress List Category Posts XSS Flaw

  • CVE-2026-5742: WordPress UsersWP Plugin XSS Vulnerability

  • CVE-2026-4336: WordPress Ultimate FAQ Accordion XSS Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English