Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • 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-24358

CVE-2026-24358: Quiz And Survey Master Auth Bypass Flaw

CVE-2026-24358 is an authorization bypass vulnerability in Quiz And Survey Master plugin that allows attackers to exploit misconfigured access controls. This article covers the technical details, affected versions, and mitigation.

Published: January 23, 2026

CVE-2026-24358 Overview

CVE-2026-24358 is a Missing Authorization vulnerability (CWE-862) affecting the Quiz And Survey Master WordPress plugin developed by ExpressTech Systems. This vulnerability allows attackers to exploit incorrectly configured access control security levels, potentially enabling unauthorized access to sensitive plugin functionality. The vulnerability is classified as Broken Access Control, which occurs when proper authorization checks are missing from privileged functionality.

Critical Impact

Unauthorized users may be able to access, modify, or delete quiz and survey data, potentially compromising site integrity and exposing sensitive user responses collected through the plugin.

Affected Products

  • Quiz And Survey Master (quiz-master-next) WordPress plugin versions through 10.3.3
  • WordPress installations running vulnerable versions of the plugin
  • All sites using the affected plugin without additional access control measures

Discovery Timeline

  • 2026-01-22 - CVE CVE-2026-24358 published to NVD
  • 2026-01-22 - Last updated in NVD database

Technical Details for CVE-2026-24358

Vulnerability Analysis

This vulnerability stems from missing authorization checks within the Quiz And Survey Master WordPress plugin. The plugin fails to properly verify user permissions before allowing access to certain administrative or privileged functions. This type of Broken Access Control vulnerability allows attackers to bypass intended security restrictions and perform actions that should require elevated privileges.

The Quiz And Survey Master plugin is widely used for creating quizzes, surveys, and other interactive content on WordPress sites. Without proper authorization enforcement, authenticated users with lower privilege levels (such as subscribers or contributors) may be able to access functionality intended only for administrators, or in some cases, unauthenticated users may gain access to protected resources.

Root Cause

The root cause of CVE-2026-24358 is the absence of proper capability checks (such as current_user_can() in WordPress) before executing sensitive operations. WordPress plugins must explicitly verify that the current user has appropriate permissions before processing requests that modify data or access restricted functionality. When these checks are omitted, the application relies solely on interface-level restrictions, which can be easily bypassed by directly accessing the underlying endpoints.

Attack Vector

An attacker can exploit this vulnerability by directly accessing plugin endpoints or AJAX handlers that lack proper authorization verification. The attack does not require sophisticated techniques—an attacker simply needs to identify the vulnerable endpoints and submit requests to them. Depending on the specific functionality exposed, this could allow:

  • Accessing quiz results and user-submitted answers without authorization
  • Modifying quiz configurations or questions
  • Deleting quizzes, surveys, or collected responses
  • Exporting sensitive user data

The vulnerability can be exploited by authenticated users with minimal privileges, and potentially by unauthenticated attackers if the affected endpoints do not require authentication at all. For technical details regarding this vulnerability, refer to the Patchstack Vulnerability Advisory.

Detection Methods for CVE-2026-24358

Indicators of Compromise

  • Unexpected changes to quiz or survey configurations without corresponding administrator activity
  • Missing or modified quiz responses that administrators did not alter
  • Unusual access patterns to plugin-related AJAX endpoints in server logs
  • User accounts with low privileges accessing administrative plugin pages

Detection Strategies

  • Review WordPress access logs for requests to Quiz And Survey Master plugin endpoints from unauthorized user roles
  • Monitor for AJAX requests to admin-ajax.php with qsm or quiz-master-next related actions from non-administrator sessions
  • Implement WordPress audit logging plugins to track changes to quiz and survey content
  • Set up alerts for bulk data exports or deletions within the plugin

Monitoring Recommendations

  • Enable detailed WordPress access logging including user roles and request parameters
  • Deploy a Web Application Firewall (WAF) with rules to detect unauthorized access attempts to WordPress plugin endpoints
  • Regularly review user activity logs for anomalous behavior patterns
  • Consider implementing additional authorization layers through security plugins

How to Mitigate CVE-2026-24358

Immediate Actions Required

  • Update the Quiz And Survey Master plugin to a version newer than 10.3.3 once a patch is available
  • Review user roles and remove unnecessary accounts with contributor or higher privileges
  • Audit recent quiz and survey changes for signs of unauthorized modifications
  • Consider temporarily disabling the plugin if it is not critical to site operations until a patch is released

Patch Information

At the time of publication, users should monitor for updates from ExpressTech Systems addressing this vulnerability. Check the WordPress plugin repository and the Patchstack Vulnerability Advisory for patch availability and update instructions.

Workarounds

  • Restrict access to the WordPress admin area using IP whitelisting at the server level
  • Implement a WordPress security plugin that provides additional authorization controls and capability checks
  • Remove or reduce privileges for non-essential user accounts
  • Use .htaccess rules to limit access to plugin directories and AJAX handlers
bash
# Example .htaccess rule to restrict access to admin-ajax.php
# Add to WordPress root .htaccess file
<Files admin-ajax.php>
    Order Deny,Allow
    Deny from all
    Allow from 192.168.1.0/24
    # Add your trusted IP ranges above
</Files>

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechQuiz And Survey Master

  • SeverityNONE

  • CVSS ScoreN/A

  • Known ExploitedNo
  • Impact Assessment
  • ConfidentialityNone
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-862
  • Technical References
  • Patchstack Vulnerability Advisory
  • Related CVEs
  • CVE-2026-25324: Quiz And Survey Master Auth Bypass Flaw

  • CVE-2026-25329: Quiz And Survey Master Auth Bypass Flaw

  • CVE-2025-9637: Quiz and Survey Master Auth Bypass Flaw

  • CVE-2025-67987: Quiz And Survey Master SQLi Vulnerability
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