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

CVE-2024-6365: Product Table by WBW WordPress RCE Flaw

CVE-2024-6365 is a remote code execution vulnerability in the Product Table by WBW WordPress plugin allowing unauthenticated attackers to execute arbitrary code. This article covers technical details, affected versions, and mitigation.

Published: April 15, 2026

CVE-2024-6365 Overview

The Product Table by WBW plugin for WordPress contains a critical Remote Code Execution (RCE) vulnerability in all versions up to and including 2.0.1. The vulnerability exists in the saveCustomTitle function due to missing authorization checks and lack of sanitization of appended data in the languages/customTitle.php file. This security flaw allows unauthenticated attackers to execute arbitrary code on the server, potentially leading to complete site compromise.

Critical Impact

Unauthenticated attackers can achieve remote code execution on vulnerable WordPress installations, enabling complete server compromise, data theft, and further malicious activity without requiring any authentication.

Affected Products

  • Product Table by WBW plugin for WordPress versions up to and including 2.0.1
  • WordPress installations running vulnerable versions of the woo-product-tables plugin
  • WooCommerce sites utilizing the Product Table by WBW plugin

Discovery Timeline

  • 2024-07-09 - CVE-2024-6365 published to NVD
  • 2026-04-08 - Last updated in NVD database

Technical Details for CVE-2024-6365

Vulnerability Analysis

This vulnerability is classified as CWE-94 (Improper Control of Generation of Code), commonly known as Code Injection. The flaw allows attackers to inject and execute arbitrary code on the target server without authentication. The vulnerability stems from the saveCustomTitle function within the Product Table by WBW plugin, which processes user-supplied input without proper authorization verification or input sanitization before writing to the languages/customTitle.php file.

The attack is network-accessible and requires no special privileges, user interaction, or complex exploitation techniques. Successful exploitation grants attackers the ability to execute code with the permissions of the web server process, typically resulting in confidentiality, integrity, and availability impacts to the affected system.

Root Cause

The root cause of this vulnerability lies in two critical security failures within the saveCustomTitle function:

  1. Missing Authorization: The function lacks proper capability checks or nonce verification, allowing any user—including unauthenticated visitors—to invoke the functionality.

  2. Insufficient Input Sanitization: User-supplied data is appended directly to a PHP file (languages/customTitle.php) without proper sanitization or validation, enabling code injection attacks.

This combination of missing access controls and improper input handling creates a direct path for attackers to write arbitrary PHP code to the server and subsequently execute it.

Attack Vector

The vulnerability is exploited via network-based requests to the WordPress installation. An attacker can craft malicious HTTP requests targeting the saveCustomTitle function endpoint. Since no authentication is required, attackers can inject PHP code through the unsanitized input parameters. The injected code is written to the customTitle.php file, which can then be accessed to execute the attacker's payload.

The attack flow typically involves:

  1. Sending a crafted request to the vulnerable endpoint with malicious PHP code
  2. The plugin writes the unsanitized input to languages/customTitle.php
  3. The attacker accesses the modified PHP file to trigger code execution
  4. Arbitrary commands are executed with web server privileges

For detailed technical analysis, refer to the Wordfence Vulnerability Report and the WordPress Plugin Custom Title Script.

Detection Methods for CVE-2024-6365

Indicators of Compromise

  • Unexpected modifications to the languages/customTitle.php file within the woo-product-tables plugin directory
  • Suspicious HTTP POST requests targeting the saveCustomTitle function endpoint from unknown or external IP addresses
  • Presence of PHP web shells or encoded payloads in the plugin's language files
  • Unusual process spawning from the web server (e.g., php, wget, curl, bash child processes)

Detection Strategies

  • Monitor web server access logs for POST requests to the saveCustomTitle endpoint, particularly from unauthenticated sessions
  • Implement file integrity monitoring on the WordPress plugins directory, specifically the woo-product-tables/languages/ path
  • Deploy web application firewall (WAF) rules to detect and block code injection patterns in request payloads
  • Review PHP error logs for execution anomalies or syntax errors that may indicate injection attempts

Monitoring Recommendations

  • Enable real-time file change notifications for WordPress plugin directories
  • Configure SIEM alerts for web server process anomalies such as reverse shell indicators or outbound connections
  • Regularly audit installed WordPress plugins and their versions against known vulnerability databases
  • Implement endpoint detection capabilities to identify post-exploitation activity following successful RCE

How to Mitigate CVE-2024-6365

Immediate Actions Required

  • Update the Product Table by WBW plugin to version 2.0.2 or later immediately
  • If immediate update is not possible, deactivate and remove the woo-product-tables plugin until patching is complete
  • Review the languages/customTitle.php file for any unauthorized modifications or injected code
  • Conduct a full security audit of the affected WordPress installation to identify signs of compromise
  • Consider implementing a web application firewall to provide additional protection layer

Patch Information

The vulnerability has been addressed in the WordPress Plugin Changeset Update. Users should update to the patched version immediately through the WordPress admin dashboard or by manually downloading the latest plugin version from the WordPress plugin repository.

To verify successful patching, confirm the plugin version is 2.0.2 or higher in the WordPress admin panel under Plugins > Installed Plugins.

Workarounds

  • Temporarily deactivate the Product Table by WBW plugin until it can be updated to a patched version
  • Implement strict file permissions on the languages/ directory to prevent web server write access (may break functionality)
  • Deploy WAF rules to block requests containing PHP code patterns or common injection payloads targeting the plugin endpoints
  • Restrict access to the WordPress admin and plugin directories using .htaccess or web server configuration rules
bash
# Restrict write access to the vulnerable directory (temporary mitigation)
chmod 555 /path/to/wp-content/plugins/woo-product-tables/languages/
chown root:root /path/to/wp-content/plugins/woo-product-tables/languages/customTitle.php

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechWordpress

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability30.33%

  • 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
  • WordPress Plugin Custom Title Script

  • WordPress Plugin Wootablepress Model

  • WordPress Plugin Changeset Update

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-4882: WordPress URAF Plugin RCE Vulnerability

  • CVE-2026-7647: Profile Builder Pro WordPress RCE Flaw

  • CVE-2026-2052: WordPress Widget Options RCE Vulnerability

  • CVE-2026-5294: Geeky Bot WordPress Plugin RCE 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