A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-9200

CVE-2026-9200: Query Shortcode WordPress Plugin RCE Flaw

CVE-2026-9200 is a remote code execution vulnerability in the Query Shortcode WordPress plugin, allowing authenticated attackers to execute arbitrary PHP code. This article covers technical details, affected versions, and mitigation.

Published: May 28, 2026

CVE-2026-9200 Overview

The Query Shortcode plugin for WordPress contains a Local File Inclusion (LFI) vulnerability affecting all versions up to and including 0.2.1. The flaw resides in the plugin's shortcode function, which fails to properly validate file paths before inclusion. Authenticated attackers with contributor-level access or above can include and execute arbitrary .php files on the server. This enables execution of any PHP code in those files, bypassing access controls and exposing sensitive data. Where attackers can upload .php files through other means, the vulnerability can be chained into full remote code execution. The issue is classified under CWE-98, improper control of filename for include/require statement.

Critical Impact

Authenticated contributors can execute arbitrary PHP code on WordPress sites running Query Shortcode 0.2.1 or earlier, leading to access control bypass and potential full site compromise.

Affected Products

  • Query Shortcode plugin for WordPress, all versions ≤ 0.2.1
  • WordPress sites with contributor-level or higher accounts enabled
  • Hosting environments where .php file uploads are possible alongside the plugin

Discovery Timeline

  • 2026-05-27 - CVE-2026-9200 published to NVD
  • 2026-05-27 - Last updated in NVD database

Technical Details for CVE-2026-9200

Vulnerability Analysis

The Query Shortcode plugin exposes a WordPress shortcode that accepts user-controlled input and passes it to a PHP include or require statement without sufficient validation. Because shortcodes are rendered when posts are previewed or published, any user with the edit_posts capability can trigger the vulnerable code path. Contributor accounts in WordPress can create draft posts containing shortcodes, which is sufficient to reach the vulnerable function during preview rendering.

When the shortcode handler resolves the attacker-supplied parameter, it appends a .php extension and includes the resulting path. An attacker can use directory traversal sequences to reference files anywhere on the local filesystem that the web server process can read. The Wordfence advisory documents the vulnerable code paths at lines 56, 97, and 178 of init.php in the plugin's trunk source.

Root Cause

The root cause is improper neutralization of path-related characters in a parameter that flows into a PHP file inclusion statement. The plugin treats the shortcode attribute as a trusted template name and concatenates it directly into an include call. No allowlist, base-directory check, or realpath() validation prevents traversal outside the intended template directory.

Attack Vector

Exploitation requires an authenticated WordPress account with contributor privileges or higher. The attacker creates or edits a post containing the vulnerable shortcode with a crafted file path attribute. When the post is rendered (including in preview mode), WordPress executes the shortcode, and the plugin includes the targeted PHP file. The attacker can target log files, uploaded media containing PHP payloads, or session files to convert the inclusion into arbitrary code execution. Exploitation occurs over the network (HTTP), with no user interaction required beyond the attacker's own authenticated session.

No verified public proof-of-concept code is available. Technical details of the vulnerable code paths are documented in the Wordfence Vulnerability Report and the WordPress Plugin Source Repository.

Detection Methods for CVE-2026-9200

Indicators of Compromise

  • Unexpected PHP include or require entries in PHP error logs referencing paths outside the plugin's template directory
  • Post or page content containing Query Shortcode invocations with path traversal sequences such as ../ or absolute filesystem paths
  • New or modified .php files in wp-content/uploads/ directories where executable PHP is not expected
  • Contributor accounts creating posts that immediately invoke shortcodes with file-path-like parameters

Detection Strategies

  • Search the wp_posts table for shortcode invocations referencing the Query Shortcode tag combined with traversal characters or absolute paths
  • Monitor web server access logs for POST requests to /wp-admin/post.php and /wp-admin/admin-ajax.php originating from contributor accounts followed by preview requests
  • Inspect PHP open_basedir violation messages and inclusion-related warnings tied to the plugin's init.php

Monitoring Recommendations

  • Alert on file integrity changes to wp-content/uploads/ and any PHP files written outside the WordPress core and plugin directories
  • Track creation of new contributor or author accounts and correlate with subsequent post-edit activity
  • Enable WordPress audit logging for shortcode-bearing post revisions and review submissions from low-privilege roles

How to Mitigate CVE-2026-9200

Immediate Actions Required

  • Deactivate and remove the Query Shortcode plugin until a patched version is released and verified
  • Audit all WordPress accounts with contributor-level access or higher and disable accounts that are not actively needed
  • Review recent posts and drafts for shortcode invocations referencing file paths or traversal sequences
  • Restrict PHP execution within wp-content/uploads/ through web server configuration

Patch Information

At the time of NVD publication on 2026-05-27, all versions up to and including 0.2.1 are vulnerable. Administrators should monitor the WordPress plugin repository and the Wordfence advisory for an updated release that validates shortcode parameters against an allowlist of template files.

Workarounds

  • Remove contributor and author roles from users who do not require posting privileges
  • Use a web application firewall rule to block POST requests containing the Query Shortcode tag with ../ sequences or absolute filesystem paths
  • Configure PHP open_basedir to restrict file inclusion to the WordPress installation directory
  • Disable PHP interpretation in upload directories by adding php_flag engine off or equivalent web server directives
bash
# Example Apache configuration to block PHP execution in uploads
<Directory "/var/www/html/wp-content/uploads">
    <FilesMatch "\.php$">
        Require all denied
    </FilesMatch>
    php_flag engine off
</Directory>

# Example nginx configuration
location ~* /wp-content/uploads/.*\.php$ {
    deny all;
    return 403;
}

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechWordpress

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.07%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-98
  • Technical References
  • WordPress Plugin Code Snippet

  • WordPress Plugin Code Snippet

  • WordPress Plugin Code Snippet

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-9227: GutenBee WordPress Plugin RCE Vulnerability

  • CVE-2026-9009: WordPress Crawlomatic Plugin RCE Vulnerability

  • CVE-2026-6169: WordPress Affiliate-Toolkit RCE Vulnerability

  • CVE-2026-8832: WPCode WordPress Plugin RCE Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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