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-13793

CVE-2024-13793: D-themes Wolmart RCE Vulnerability

CVE-2024-13793 is a remote code execution vulnerability in D-themes Wolmart WooCommerce theme that allows unauthenticated attackers to execute arbitrary shortcodes. This article covers technical details, affected versions, and mitigation.

Published: June 2, 2026

CVE-2024-13793 Overview

CVE-2024-13793 is an arbitrary shortcode execution vulnerability affecting the Wolmart Multi-Vendor Marketplace WooCommerce theme for WordPress. The flaw exists in all versions up to and including 1.8.11. The theme exposes an action that invokes do_shortcode on user-supplied input without proper validation. Unauthenticated attackers can send crafted requests to execute arbitrary WordPress shortcodes registered on the target site. This vulnerability is classified under CWE-94: Improper Control of Generation of Code and carries a CVSS score of 7.3. The EPSS score is 1.316% at the 80th percentile, indicating elevated exploitation likelihood relative to other published CVEs.

Critical Impact

Unauthenticated remote attackers can execute arbitrary shortcodes on affected Wolmart-powered WordPress sites, enabling content injection, data disclosure, and abuse of any privileged shortcode registered on the site.

Affected Products

  • D-themes Wolmart Multi-Vendor Marketplace WooCommerce Theme versions up to and including 1.8.11
  • WordPress sites running the Wolmart theme with default configuration
  • WooCommerce marketplaces deployed on the Wolmart theme codebase

Discovery Timeline

  • 2025-05-08 - CVE-2024-13793 published to NVD
  • 2025-06-04 - Last updated in NVD database

Technical Details for CVE-2024-13793

Vulnerability Analysis

The Wolmart theme registers an AJAX-style action that accepts attacker-controlled input and passes it to the WordPress do_shortcode() function. WordPress shortcodes are server-side macros that themes and plugins register to render dynamic content. When do_shortcode() runs on untrusted input, it evaluates any registered shortcode the attacker references, including shortcodes that read post data, query users, or perform privileged operations.

The affected handler does not authenticate the requester and does not restrict which shortcodes can be invoked. Any client with network access to the WordPress site can trigger the action. The impact depends on which shortcodes are registered by other installed plugins, but commonly exposes content rendering, user enumeration, file inclusion, and form submission abuse.

Root Cause

The root cause is improper input validation prior to dynamic code evaluation [CWE-94]. The theme treats a request parameter as a trusted shortcode template and passes it directly to do_shortcode() without an allowlist of permitted shortcodes, nonce verification, or capability checks.

Attack Vector

Exploitation requires only network access to the target site. No authentication, user interaction, or elevated privileges are needed. An attacker sends an HTTP request to the vulnerable action endpoint exposed by the Wolmart theme, supplying a shortcode string such as [shortcode_name attr="value"] in the relevant parameter. The server processes the shortcode and returns the rendered output.

No verified public proof-of-concept code is available. Refer to the Wordfence Vulnerability Report for additional technical context.

Detection Methods for CVE-2024-13793

Indicators of Compromise

  • Unexpected POST or GET requests to admin-ajax.php or theme-specific endpoints containing shortcode syntax such as [ and ] in request parameters
  • Unauthenticated requests originating from a single IP address that enumerate multiple shortcode names
  • Anomalous outbound rendering of content blocks, user data, or form responses without an authenticated session

Detection Strategies

  • Inspect web server access logs for request bodies containing URL-encoded shortcode markers like %5B and %5D paired with Wolmart action parameters
  • Deploy WordPress audit logging to capture invocations of do_shortcode() from theme code paths
  • Apply web application firewall rules that flag unauthenticated requests carrying shortcode payloads to theme endpoints

Monitoring Recommendations

  • Monitor for spikes in 200-status responses to Wolmart AJAX actions from non-browser user agents
  • Alert on requests that include shortcode names tied to sensitive plugins such as forms, file managers, or membership systems
  • Correlate request patterns with WordPress error logs to identify shortcode rendering failures that indicate probing

How to Mitigate CVE-2024-13793

Immediate Actions Required

  • Update the Wolmart theme to a version released after 1.8.11 that addresses the issue per the ThemeForest Item Changelog
  • Audit installed plugins for shortcodes that expose sensitive data or perform state-changing operations and remove or restrict them
  • Block unauthenticated access to theme AJAX endpoints at the web application firewall until patching is complete

Patch Information

The vendor d-themes has published updates through ThemeForest. Site administrators must download the latest Wolmart release from their ThemeForest account and apply it through the WordPress admin interface or via SFTP. Verify the installed version under Appearance > Themes after upgrade. Consult the Wordfence Vulnerability Report for the fixed version reference.

Workarounds

  • Use a web application firewall rule that rejects requests to Wolmart action endpoints containing [ or %5B from unauthenticated sessions
  • Disable the vulnerable AJAX action by adding a remove_action() call in a mu-plugin until the theme is patched
  • Restrict access to admin-ajax.php by IP allowlist where feasible for administrative environments
bash
# Example WAF rule (ModSecurity) to block shortcode payloads in Wolmart requests
SecRule REQUEST_URI "@contains admin-ajax.php" \
  "chain,id:1013793,phase:2,deny,status:403,msg:'CVE-2024-13793 Wolmart shortcode injection'"
SecRule ARGS "@rx \[[a-z_\-]+(\s|\])" "t:lowercase,t:urlDecodeUni"

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechD Themes Wolmart

  • SeverityHIGH

  • CVSS Score7.3

  • EPSS Probability1.32%

  • 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
  • ThemeForest Item Changelog

  • Wordfence Vulnerability Report
  • Latest CVEs
  • CVE-2024-8261: Prolizyazilim OBS Auth Bypass Vulnerability

  • CVE-2024-13068: LimonDesk Auth Bypass Vulnerability

  • CVE-2025-53679: Fortinet FortiSandbox RCE Vulnerability

  • CVE-2026-9446: Simple POS Inventory System SQLi Flaw
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