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
    • 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-2025-49401

CVE-2025-49401: Quiz And Survey Master RCE Vulnerability

CVE-2025-49401 is a deserialization of untrusted data vulnerability in Quiz And Survey Master plugin that enables remote code execution. This article covers technical details, affected versions up to 10.2.5, and mitigation.

Published: March 25, 2026

CVE-2025-49401 Overview

A critical insecure deserialization vulnerability has been discovered in ExpressTech Systems Quiz And Survey Master, a popular WordPress plugin used for creating quizzes and surveys. The vulnerability allows unauthenticated attackers to inject malicious PHP objects through untrusted data deserialization, potentially leading to remote code execution, data theft, or complete site compromise.

Critical Impact

This PHP Object Injection vulnerability enables unauthenticated attackers to execute arbitrary code on vulnerable WordPress installations, potentially leading to complete site takeover, data exfiltration, and lateral movement within hosting environments.

Affected Products

  • Quiz And Survey Master WordPress plugin versions through 10.2.5
  • WordPress installations running vulnerable Quiz And Survey Master versions
  • Websites utilizing quiz or survey functionality from ExpressTech Systems

Discovery Timeline

  • September 5, 2025 - CVE-2025-49401 published to NVD
  • September 5, 2025 - Last updated in NVD database

Technical Details for CVE-2025-49401

Vulnerability Analysis

This vulnerability falls under CWE-502 (Deserialization of Untrusted Data), a dangerous class of security flaws that occurs when an application deserializes data from untrusted sources without proper validation. In the context of Quiz And Survey Master, the plugin fails to adequately sanitize serialized data before processing it through PHP's deserialization mechanisms.

The impact of this vulnerability is severe. An attacker can craft malicious serialized payloads that, when deserialized by the vulnerable plugin, instantiate arbitrary PHP objects with attacker-controlled properties. If exploitable gadget chains exist within the WordPress installation or its plugins, this can escalate to remote code execution, file system manipulation, or database compromise.

Root Cause

The root cause of this vulnerability is improper handling of user-supplied serialized data within the Quiz And Survey Master plugin. The application accepts and deserializes data without implementing sufficient validation or using safe deserialization practices. PHP's native unserialize() function, when called on untrusted input, can instantiate arbitrary objects and trigger magic methods such as __wakeup(), __destruct(), or __toString(), which may execute malicious code if exploitable classes exist in the application scope.

Attack Vector

The attack is network-based and requires no authentication or user interaction. An attacker can submit specially crafted serialized PHP objects through HTTP requests to vulnerable endpoints exposed by the Quiz And Survey Master plugin. The malicious payload is then processed by the server, triggering the deserialization vulnerability.

The exploitation flow typically involves:

  1. Identifying an endpoint that accepts and deserializes user input
  2. Discovering usable gadget chains within WordPress core, the vulnerable plugin, or other installed plugins
  3. Crafting a serialized payload that chains object instantiations to achieve code execution
  4. Submitting the payload to the vulnerable endpoint via HTTP request
  5. The server deserializes the malicious data, triggering the gadget chain and executing attacker-controlled code

Common exploitation techniques leverage Property Oriented Programming (POP) chains, where the attacker abuses existing class methods that are automatically invoked during deserialization. For detailed technical analysis, refer to the Patchstack WordPress Vulnerability Advisory.

Detection Methods for CVE-2025-49401

Indicators of Compromise

  • Unusual HTTP POST requests containing serialized PHP data (look for patterns like O: followed by class names and property structures)
  • Web server logs showing requests to Quiz And Survey Master endpoints with abnormal payload sizes or encoded serialized content
  • Unexpected file modifications in WordPress directories, particularly wp-content/plugins/ and wp-content/uploads/
  • New or modified PHP files with obfuscated code or webshell characteristics
  • Anomalous database entries or modified WordPress options containing serialized objects

Detection Strategies

  • Deploy Web Application Firewall (WAF) rules to detect and block serialized PHP object patterns in HTTP requests
  • Monitor for suspicious process execution originating from the web server process (e.g., php-fpm, apache, nginx)
  • Implement file integrity monitoring on WordPress installations to detect unauthorized file modifications
  • Review access logs for requests to /wp-admin/admin-ajax.php or plugin-specific endpoints with suspicious payloads
  • Utilize SentinelOne's behavioral AI to detect post-exploitation activities such as reverse shells or lateral movement

Monitoring Recommendations

  • Enable detailed logging for the Quiz And Survey Master plugin and review for deserialization-related errors
  • Set up alerts for new PHP file creation in web-accessible directories
  • Monitor outbound network connections from the web server for command-and-control communication
  • Implement runtime application self-protection (RASP) to detect object injection attacks at the application layer

How to Mitigate CVE-2025-49401

Immediate Actions Required

  • Update Quiz And Survey Master to a patched version as soon as one becomes available from ExpressTech Systems
  • If immediate patching is not possible, consider temporarily deactivating the Quiz And Survey Master plugin until a fix is released
  • Implement WAF rules to block requests containing serialized PHP object patterns
  • Conduct a thorough review of your WordPress installation for signs of compromise
  • Review and restrict file system permissions to prevent unauthorized file creation

Patch Information

Organizations should monitor the official Quiz And Survey Master plugin page and the Patchstack WordPress Vulnerability Advisory for patch availability. Update to a version higher than 10.2.5 once a security fix is released.

Workarounds

  • Temporarily disable the Quiz And Survey Master plugin if it is not critical to site operations
  • Implement strict input validation at the WAF or reverse proxy level to filter serialized data patterns
  • Consider placing the WordPress admin panel and plugin endpoints behind additional authentication layers
  • Use PHP configuration to disable dangerous functions such as exec, system, passthru, and shell_exec to limit post-exploitation impact
  • Regularly backup WordPress installations to enable rapid recovery in case of compromise
bash
# Example WAF rule pattern to block PHP serialized objects (ModSecurity)
SecRule REQUEST_BODY "@rx O:\d+:\"[a-zA-Z_][a-zA-Z0-9_]*\":\d+:\{" \
    "id:100001,phase:2,deny,status:403,msg:'Potential PHP Object Injection Attack'"

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechQuiz And Survey Master

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.10%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-502
  • Technical References
  • Patchstack WordPress Vulnerability Advisory
  • Related CVEs
  • CVE-2025-67987: Quiz And Survey Master SQLi Vulnerability

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

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

  • CVE-2026-24358: Quiz And Survey Master Auth Bypass 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