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-2024-11733

CVE-2024-11733: WordPress Popular Posts RCE Vulnerability

CVE-2024-11733 is an arbitrary shortcode execution vulnerability in WordPress Popular Posts plugin that enables unauthenticated attackers to execute malicious code. This article covers technical details, affected versions, and mitigation.

Published: June 2, 2026

CVE-2024-11733 Overview

CVE-2024-11733 affects the WordPress Popular Posts plugin in all versions up to and including 7.1.0. The plugin invokes do_shortcode on user-supplied input without proper validation through its REST ViewLoggerEndpoint. Unauthenticated attackers can submit crafted requests that execute arbitrary WordPress shortcodes on the target site. The vulnerability is classified under CWE-94: Improper Control of Generation of Code and carries a CVSS 3.1 score of 7.3. Successful exploitation can lead to information disclosure, content manipulation, and abuse of any shortcode registered by the site, including those exposed by other plugins.

Critical Impact

Unauthenticated remote attackers can execute arbitrary WordPress shortcodes through the plugin's REST view-logging endpoint, enabling code execution paths supplied by other registered shortcodes.

Affected Products

  • WordPress Popular Posts plugin versions through 7.1.0
  • WordPress sites with the plugin installed and active
  • Any plugin or theme registering shortcodes accessible via do_shortcode on the affected site

Discovery Timeline

  • 2025-01-03 - CVE CVE-2024-11733 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2024-11733

Vulnerability Analysis

The WordPress Popular Posts plugin exposes a REST endpoint that records post views. The endpoint accepts client-supplied parameters and passes a value into do_shortcode without sufficient validation. Because do_shortcode parses and executes any registered shortcode found in the supplied string, attackers can inject shortcode syntax that the WordPress core then renders. The flaw is reachable without authentication, which broadens the attacker population to any internet-connected actor.

The impact depends on which shortcodes the target site has registered. Shortcodes commonly expose privileged behavior such as rendering arbitrary post content, embedding remote resources, or invoking plugin logic that bypasses normal request handling. Because shortcode execution occurs in the WordPress request context, attackers can chain this primitive with other plugins to achieve more substantial impact, including data exfiltration or content injection.

Root Cause

The root cause is improper input validation before invoking a dynamic code execution function. The ViewLoggerEndpoint handler in src/Rest/ViewLoggerEndpoint.php passes attacker-controllable data to do_shortcode without restricting allowed values, sanitizing shortcode brackets, or validating that the input represents a legitimate post identifier. This pattern matches CWE-94: Improper Control of Generation of Code.

Attack Vector

The attack is performed remotely over the network against the plugin's REST route. The attacker issues an HTTP request to the view-logger endpoint and supplies shortcode markup in the affected parameter. WordPress processes the shortcode during the request, returning or acting on the rendered output. No authentication, user interaction, or elevated privileges are required.

For technical specifics, see the vulnerable source line in ViewLoggerEndpoint.php and the Wordfence Vulnerability Report.

Detection Methods for CVE-2024-11733

Indicators of Compromise

  • HTTP requests to /wp-json/wordpress-popular-posts/v*/popular-posts/view/* containing shortcode brackets ([ or %5B) in parameters or body
  • Unexpected entries in wp_popularposts* database tables corresponding to non-existent or malformed post IDs
  • Web server access logs showing repeated POST requests to the view-logger route from a single source without a preceding page render
  • Outbound network connections initiated by PHP workers immediately after requests to the plugin's REST endpoint

Detection Strategies

  • Inspect WordPress REST request bodies for shortcode syntax targeting the wordpress-popular-posts namespace
  • Correlate REST endpoint hits with subsequent anomalous shortcode-driven behavior such as remote includes or embedded content
  • Deploy a Web Application Firewall (WAF) rule that blocks square-bracket payloads in the plugin's view-logger parameters

Monitoring Recommendations

  • Enable verbose REST API logging on WordPress and forward logs to a centralized analytics platform
  • Monitor PHP error and access logs for do_shortcode invocations with attacker-controlled content
  • Alert on first-seen IP addresses issuing POST requests to the WordPress Popular Posts REST routes

How to Mitigate CVE-2024-11733

Immediate Actions Required

  • Upgrade the WordPress Popular Posts plugin to a version later than 7.1.0 that addresses CVE-2024-11733
  • If a patched version is not yet deployed, deactivate the WordPress Popular Posts plugin until remediation is applied
  • Audit installed shortcodes to identify those that could produce high-impact effects when triggered without authentication

Patch Information

Review the plugin source at the WordPress Plugin Trac repository and update to the latest plugin release listed on the WordPress.org plugin directory. Confirm patch availability through the Wordfence Vulnerability Report before deploying.

Workarounds

  • Block requests to the WordPress Popular Posts REST routes at the WAF or reverse proxy until the plugin is patched
  • Restrict access to /wp-json/wordpress-popular-posts/ to internal IP ranges or authenticated administrators
  • Apply a custom mu-plugin filter that rejects requests containing shortcode brackets in the affected parameters
bash
# Example nginx rule to block shortcode payloads against the plugin REST route
location ~* /wp-json/wordpress-popular-posts/ {
    if ($request_uri ~* "(\[|%5B)") { return 403; }
    if ($request_body ~* "(\[|%5B)") { 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.3

  • EPSS Probability1.08%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-94
  • Technical References
  • WordPress Popular Posts Code

  • 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