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
    • 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-9061

CVE-2024-9061: WP Popup Builder RCE Vulnerability

CVE-2024-9061 is a remote code execution flaw in WP Popup Builder plugin for WordPress that allows unauthenticated attackers to execute arbitrary shortcodes. This article covers technical details, affected versions, and steps.

Published: April 8, 2026

CVE-2024-9061 Overview

CVE-2024-9061 is a critical arbitrary shortcode execution vulnerability affecting the WP Popup Builder – Popup Forms and Marketing Lead Generation plugin for WordPress. The vulnerability exists in the wp_ajax_nopriv_shortcode_Api_Add AJAX action in all versions up to and including 1.3.5, allowing unauthenticated attackers to execute arbitrary shortcodes due to improper validation before running do_shortcode.

This vulnerability is classified as Code Injection (CWE-94), where the software allows users to execute an action that does not properly validate input values. The lack of authorization checks enables remote attackers to exploit this flaw without any authentication, potentially leading to complete site compromise.

Critical Impact

Unauthenticated attackers can execute arbitrary shortcodes on vulnerable WordPress installations, potentially leading to remote code execution, data theft, or complete site takeover depending on other installed plugins and shortcodes available on the system.

Affected Products

  • ThemeHunk WP Popup Builder versions up to and including 1.3.5
  • WordPress sites running vulnerable versions of WP Popup Builder plugin
  • All WordPress installations using WP Popup Builder without proper authorization controls

Discovery Timeline

  • October 16, 2024 - CVE-2024-9061 published to NVD
  • October 30, 2024 - Last updated in NVD database

Technical Details for CVE-2024-9061

Vulnerability Analysis

The WP Popup Builder plugin exposes an AJAX action handler wp_ajax_nopriv_shortcode_Api_Add that processes requests without proper authorization. The nopriv suffix in the action name indicates this endpoint is accessible to unauthenticated users, which is the root of the security issue.

When a request is made to this endpoint, the plugin fails to validate or sanitize user-supplied input before passing it to WordPress's do_shortcode() function. This function is designed to parse and execute shortcode tags embedded in content, but when exposed to untrusted input, it becomes a powerful attack vector.

The vulnerability allows attackers to invoke any registered shortcode on the WordPress installation. The impact severity depends heavily on what other plugins are installed, as many plugins register shortcodes that can perform privileged operations such as creating users, modifying database entries, or executing PHP code.

Version 1.3.5 introduced a partial fix using nonce verification, which prevented direct exploitation by requiring a valid nonce token. However, this was insufficient as nonces in WordPress are primarily designed to prevent CSRF attacks, not to serve as authorization controls. Version 1.3.6 implements proper authorization checks to fully remediate the vulnerability.

Root Cause

The root cause is improper access control and missing input validation in the AJAX handler. The plugin registered the shortcode_Api_Add action using wp_ajax_nopriv_, making it accessible to unauthenticated users. Combined with the direct pass-through of user input to do_shortcode() without sanitization or validation, this creates an arbitrary shortcode execution vulnerability.

Attack Vector

The attack is network-based and requires no authentication or user interaction. An attacker can send a crafted HTTP POST request to the WordPress AJAX endpoint (/wp-admin/admin-ajax.php) with the action parameter set to shortcode_Api_Add along with malicious shortcode content. The server processes this request and executes the specified shortcode with the privileges of the web application.

The attack can be automated and scaled easily, as no prior knowledge of the target installation is required beyond confirming the vulnerable plugin version is present. Attackers can leverage this to chain with other shortcodes from installed plugins to achieve various malicious objectives including but not limited to information disclosure, privilege escalation, or remote code execution.

Detection Methods for CVE-2024-9061

Indicators of Compromise

  • Unexpected POST requests to /wp-admin/admin-ajax.php with action=shortcode_Api_Add parameter
  • Unusual shortcode execution patterns in WordPress logs or application logs
  • Unauthorized changes to site content, user accounts, or database entries
  • Web server access logs showing repeated AJAX requests from unfamiliar IP addresses

Detection Strategies

  • Monitor HTTP request logs for POST requests targeting admin-ajax.php with suspicious action parameters
  • Implement Web Application Firewall (WAF) rules to detect and block requests containing shortcode_Api_Add action from unauthenticated sources
  • Review WordPress audit logs for unexpected shortcode executions or plugin activities
  • Deploy intrusion detection signatures targeting this specific AJAX action pattern

Monitoring Recommendations

  • Enable detailed logging for WordPress AJAX requests and review periodically
  • Configure alerting for high volumes of requests to admin-ajax.php from single IP addresses
  • Monitor for file system changes in WordPress directories that could indicate post-exploitation activity
  • Implement real-time monitoring of user creation events and permission changes

How to Mitigate CVE-2024-9061

Immediate Actions Required

  • Update WP Popup Builder plugin to version 1.3.6 or later immediately
  • Review WordPress user accounts for any unauthorized additions or privilege escalations
  • Audit site content and database for signs of tampering or malicious modifications
  • Consider temporarily disabling the plugin if immediate update is not possible

Patch Information

ThemeHunk has released version 1.3.6 of the WP Popup Builder plugin which includes proper authorization checks to prevent unauthorized access to the vulnerable AJAX endpoint. The patch implements capability checks to ensure only authorized users can execute the shortcode API functionality.

The changeset can be reviewed at the WordPress Plugin Update. Additional technical details are available in the Wordfence Vulnerability Report.

Workarounds

  • Temporarily disable the WP Popup Builder plugin until it can be updated
  • Implement WAF rules to block requests to admin-ajax.php containing the shortcode_Api_Add action parameter
  • Restrict access to admin-ajax.php at the web server level for non-authenticated users where feasible
  • Use security plugins to add additional authorization layers to AJAX endpoints
bash
# Apache .htaccess rule to block the vulnerable endpoint (temporary workaround)
<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{REQUEST_METHOD} POST
    RewriteCond %{REQUEST_URI} ^/wp-admin/admin-ajax\.php$ [NC]
    RewriteCond %{QUERY_STRING} action=shortcode_Api_Add [NC,OR]
    RewriteCond %{HTTP:X-Requested-With} ^$ [NC]
    RewriteRule .* - [F,L]
</IfModule>

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechThemehunk Wp Popup Builder

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability89.00%

  • 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-94
  • Technical References
  • Wordfence Vulnerability Report
  • Vendor Resources
  • WordPress Plugin Update
  • Latest CVEs
  • CVE-2026-40322: SiYuan Knowledge Management RCE Vulnerability

  • CVE-2026-40318: SiYuan Path Traversal Vulnerability

  • CVE-2026-40259: SiYuan Auth Bypass Vulnerability

  • CVE-2026-40255: AdonisJS HTTP Server CSRF 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