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-2025-9318

CVE-2025-9318: Quiz and Survey Master Plugin SQLi Flaw

CVE-2025-9318 is a time-based SQL injection vulnerability in the Quiz and Survey Master plugin for WordPress affecting versions up to 10.3.1. Authenticated attackers can extract sensitive database information.

Updated: January 22, 2026

CVE-2025-9318 Overview

The Quiz and Survey Master (QSM) – Easy Quiz and Survey Maker plugin for WordPress contains a time-based SQL Injection vulnerability in the is_linking parameter. This security flaw affects all versions up to and including 10.3.1 and stems from insufficient escaping on user-supplied parameters combined with inadequate preparation of existing SQL queries. Authenticated attackers with Subscriber-level access or above can exploit this vulnerability to append malicious SQL queries, potentially extracting sensitive information from the WordPress database.

Critical Impact

Authenticated attackers can leverage this SQL Injection vulnerability to extract sensitive database information including user credentials, personally identifiable information, and other confidential data stored in the WordPress database.

Affected Products

  • Quiz and Survey Master (QSM) plugin for WordPress versions up to and including 10.3.1
  • WordPress installations with QSM plugin and Subscriber-level or higher authenticated users

Discovery Timeline

  • 2026-01-06 - CVE CVE-2025-9318 published to NVD
  • 2026-01-08 - Last updated in NVD database

Technical Details for CVE-2025-9318

Vulnerability Analysis

This vulnerability is classified as CWE-89 (SQL Injection), specifically a time-based blind SQL injection variant. The flaw exists within the plugin's REST API endpoint, where the is_linking parameter is processed without proper sanitization or parameterized query handling. Time-based SQL injection allows attackers to infer database contents by observing response time differences when injecting conditional SQL statements with time-delay functions.

The attack requires network access and authentication at the Subscriber level, which is the lowest tier of authenticated WordPress user. While this authentication requirement provides some protection, Subscriber accounts are commonly available on many WordPress sites that allow user registration. The vulnerability allows attackers to read sensitive database contents but does not permit data modification or system availability impact.

Root Cause

The root cause of this vulnerability is insufficient input validation and improper handling of user-supplied data in SQL queries. The is_linking parameter is passed directly into an SQL query without adequate escaping or the use of prepared statements with parameterized queries. This allows specially crafted input to manipulate the underlying SQL query structure.

The vulnerable code can be found in the plugin's REST API handler at php/rest-api.php. The lack of WordPress's built-in $wpdb->prepare() function or equivalent parameterization leaves the query susceptible to injection attacks.

Attack Vector

The attack vector for this vulnerability is network-based, requiring the attacker to have authenticated access to the WordPress installation with at least Subscriber-level privileges. The attacker exploits the vulnerability by sending specially crafted HTTP requests to the REST API endpoint, manipulating the is_linking parameter to inject malicious SQL statements.

In a time-based blind SQL injection attack, the attacker uses conditional SQL statements combined with time-delay functions (such as MySQL's SLEEP() function) to extract data one character at a time by observing response timing differences. This method is slower but effective when direct query output is not visible to the attacker.

The vulnerability mechanism involves manipulating the is_linking parameter in API requests to the Quiz and Survey Master plugin's REST API endpoint. Attackers can inject time-based SQL payloads that cause measurable delays when specific conditions are met, allowing gradual extraction of database contents. For detailed technical analysis, refer to the Wordfence Vulnerability Analysis and the vulnerable source code reference.

Detection Methods for CVE-2025-9318

Indicators of Compromise

  • Unusual REST API requests to QSM plugin endpoints containing SQL syntax patterns or time-delay functions such as SLEEP() or BENCHMARK()
  • HTTP request logs showing repeated requests to the same endpoint with incrementally varying parameter values
  • Database query logs displaying abnormally long execution times or containing injected SQL commands
  • Web Application Firewall (WAF) alerts for SQL injection patterns targeting the is_linking parameter

Detection Strategies

  • Enable and monitor WordPress REST API access logs for suspicious patterns targeting the Quiz and Survey Master plugin endpoints
  • Deploy a Web Application Firewall (WAF) with SQL injection detection rules that can identify time-based injection attempts
  • Implement database query logging and alerting for queries containing common SQL injection payloads or unusually long execution times
  • Use SentinelOne Singularity to monitor for anomalous web application behavior and potential data exfiltration attempts

Monitoring Recommendations

  • Configure real-time alerting for REST API requests containing SQL keywords or special characters in the is_linking parameter
  • Monitor database performance metrics for unusual spikes in query execution time that may indicate time-based SQL injection attempts
  • Review authentication logs for Subscriber-level accounts exhibiting suspicious API access patterns
  • Implement rate limiting on REST API endpoints to slow down automated injection attempts

How to Mitigate CVE-2025-9318

Immediate Actions Required

  • Update the Quiz and Survey Master plugin to the latest version that addresses this vulnerability
  • Review and audit Subscriber-level user accounts for any unauthorized or suspicious registrations
  • Temporarily disable the QSM plugin if an immediate update is not possible and the plugin is not critical to operations
  • Enable a Web Application Firewall with SQL injection protection rules while awaiting the patch

Patch Information

Organizations should update the Quiz and Survey Master plugin to a version newer than 10.3.1 that includes the security fix. Check the official WordPress plugin repository or the vendor's release notes for the patched version. For technical details about the vulnerability and the fix, refer to the Wordfence Vulnerability Analysis.

Workarounds

  • Implement a Web Application Firewall (WAF) rule to filter and block requests containing SQL injection patterns in the is_linking parameter
  • Restrict Subscriber-level user registration if not required for business operations, reducing the potential attack surface
  • Use WordPress security plugins to add additional input validation layers for REST API requests
  • Consider implementing IP-based access controls to limit REST API access to trusted networks only
bash
# Example WAF rule concept for ModSecurity to block SQL injection in is_linking parameter
# Note: Test thoroughly in a staging environment before production deployment
SecRule ARGS:is_linking "@detectSQLi" \
    "id:1000001,\
    phase:2,\
    deny,\
    status:403,\
    log,\
    msg:'SQL Injection attempt detected in is_linking parameter',\
    tag:'application-multi',\
    tag:'CVE-2025-9318'"

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechWordpress

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-89
  • Technical References
  • WordPress Quiz Master Code

  • Wordfence Vulnerability Analysis
  • Related CVEs
  • CVE-2023-54359: WordPress Adivaha Travel Plugin SQLI Flaw

  • CVE-2026-3781: WordPress Attendance Manager SQLi Flaw

  • CVE-2026-39466: Broken Link Checker SQL Injection Flaw

  • CVE-2026-1865: WordPress User Registration SQLi 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