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

CVE-2024-9593: Time Clock WordPress Plugin RCE Vulnerability

CVE-2024-9593 is a remote code execution flaw in Time Clock and Time Clock Pro WordPress plugins that allows unauthenticated attackers to execute code on the server. This post covers technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2024-9593 Overview

CVE-2024-9593 is a Remote Code Execution (RCE) vulnerability affecting the Time Clock and Time Clock Pro plugins for WordPress. The vulnerability exists in the etimeclockwp_load_function_callback function, which allows unauthenticated attackers to execute arbitrary code on vulnerable WordPress servers. This critical flaw enables attackers to potentially take complete control of affected websites without requiring any authentication credentials.

Critical Impact

Unauthenticated remote code execution allows attackers to compromise WordPress servers running vulnerable Time Clock plugin versions, potentially leading to data theft, malware deployment, and complete site takeover.

Affected Products

  • Time Clock plugin for WordPress versions up to and including 1.2.2
  • Time Clock Pro plugin for WordPress versions up to and including 1.1.4
  • All WordPress installations with vulnerable Time Clock plugin versions enabled

Discovery Timeline

  • 2024-10-18 - CVE-2024-9593 published to NVD
  • 2024-10-29 - Last updated in NVD database

Technical Details for CVE-2024-9593

Vulnerability Analysis

This vulnerability is classified as CWE-94 (Improper Control of Generation of Code, or Code Injection). The flaw resides in the etimeclockwp_load_function_callback function within the plugin's AJAX handler code. What makes this vulnerability particularly dangerous is that it requires no authentication—any remote attacker can trigger the vulnerable function over the network. The attack complexity is low, making exploitation straightforward for threat actors. While the invoked function's parameters cannot be specified by the attacker, the ability to execute arbitrary functions on the server still presents significant risk, enabling confidentiality, integrity, and availability impacts on the affected system and potentially cross-boundary effects on other resources.

Root Cause

The root cause of this vulnerability lies in improper input validation and code injection controls within the etimeclockwp_load_function_callback function. The plugin fails to adequately restrict which functions can be invoked through the AJAX callback mechanism, allowing attackers to call arbitrary PHP functions. This represents a fundamental security design flaw where user-controllable input is used to determine code execution paths without proper sanitization or allowlisting.

Attack Vector

The attack is network-based and can be executed remotely without any user interaction. An unauthenticated attacker sends a specially crafted request to the WordPress AJAX handler endpoint, targeting the etimeclockwp_load_function_callback function. The vulnerable code path in ajax_functions_admin.php processes the request and executes the attacker-specified function. While the attacker cannot control the function parameters, the ability to invoke arbitrary functions still enables various malicious actions depending on the available functions in the WordPress environment.

The vulnerable code can be found in the WordPress Time Clock Code repository. The WordPress Time Clock Changeset shows the modifications made to address this vulnerability.

Detection Methods for CVE-2024-9593

Indicators of Compromise

  • Unusual HTTP POST requests to WordPress AJAX endpoints (/wp-admin/admin-ajax.php) with suspicious action parameters
  • Unexpected process spawning or command execution originating from the web server process
  • Log entries showing requests to etimeclockwp_load_function_callback from external IP addresses
  • New or modified files in the WordPress installation directory that were not part of a legitimate update

Detection Strategies

  • Monitor WordPress AJAX request logs for anomalous activity targeting Time Clock plugin endpoints
  • Implement Web Application Firewall (WAF) rules to detect and block requests attempting to invoke the vulnerable callback function
  • Deploy endpoint detection solutions to identify unauthorized code execution on web servers
  • Use file integrity monitoring to detect unexpected changes to WordPress core and plugin files

Monitoring Recommendations

  • Enable detailed access logging for all WordPress AJAX endpoints and review regularly
  • Configure alerting for any attempts to access known vulnerable plugin functions
  • Monitor web server process behavior for signs of compromise such as unexpected network connections or child processes
  • Review the Wordfence Vulnerability Analysis for additional threat intelligence and detection guidance

How to Mitigate CVE-2024-9593

Immediate Actions Required

  • Update Time Clock plugin to version 1.2.3 or later immediately
  • Update Time Clock Pro plugin to version 1.1.5 or later immediately
  • If updates cannot be applied immediately, deactivate and remove the affected plugins from your WordPress installation
  • Conduct a security audit of any WordPress sites that had vulnerable versions installed to check for signs of compromise

Patch Information

The vulnerability has been addressed in Time Clock plugin version 1.2.3 and Time Clock Pro version 1.1.5. The patch implements proper input validation and restricts the functions that can be invoked through the AJAX callback mechanism. Administrators should update to the patched versions through the WordPress plugin update mechanism or by downloading the latest version from the WordPress plugin repository. The specific changes can be reviewed in the WordPress Time Clock Changeset.

Workarounds

  • Completely deactivate and remove the Time Clock or Time Clock Pro plugin until the patched version can be installed
  • Implement WAF rules to block requests containing the etimeclockwp_load_function_callback action parameter
  • Restrict access to wp-admin/admin-ajax.php to authenticated users only if the plugin functionality is not required for public-facing features
  • Consider using an alternative time tracking solution until the vulnerability is patched in your environment
bash
# Disable vulnerable plugin via WP-CLI
wp plugin deactivate time-clock --path=/var/www/html/wordpress

# Update to patched version when available
wp plugin update time-clock --path=/var/www/html/wordpress

# Verify plugin version after update
wp plugin list --path=/var/www/html/wordpress | grep time-clock

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechWpplugin Time Clock

  • SeverityHIGH

  • CVSS Score8.3

  • EPSS Probability80.10%

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

  • WordPress Time Clock Changeset

  • Wordfence Vulnerability Analysis
  • Latest CVEs
  • CVE-2025-9185: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9184: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9180: Mozilla Firefox Auth Bypass Vulnerability

  • CVE-2025-8030: Mozilla Firefox 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