Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-4346

CVE-2024-4346: Startklar Elementor Path Traversal Flaw

CVE-2024-4346 is a path traversal vulnerability in Startklar Elementor Addons for WordPress that enables arbitrary file deletion. Unauthenticated attackers can exploit this flaw to achieve site takeover and RCE.

Published: April 15, 2026

CVE-2024-4346 Overview

The Startklar Elementor Addons plugin for WordPress contains a critical arbitrary file deletion vulnerability affecting all versions up to and including 1.7.13. The vulnerability stems from improper validation of file paths during the file deletion process. This flaw enables unauthenticated attackers to delete arbitrary files on the server, including critical WordPress configuration files such as wp-config.php, potentially leading to complete site takeover and remote code execution.

Critical Impact

Unauthenticated attackers can delete arbitrary files including wp-config.php, enabling site takeover and remote code execution without any authentication.

Affected Products

  • Startklar Elementor Addons plugin for WordPress versions up to and including 1.7.13
  • WordPress sites using vulnerable versions of the Startklar Elementor Addons plugin

Discovery Timeline

  • May 7, 2024 - CVE-2024-4346 published to NVD
  • April 8, 2026 - Last updated in NVD database

Technical Details for CVE-2024-4346

Vulnerability Analysis

This vulnerability is classified as CWE-22 (Path Traversal), a category of security flaws where improper neutralization of special elements used in a pathname allows attackers to access or manipulate files outside the intended directory. In this case, the Startklar Elementor Addons plugin fails to properly validate the path of uploaded files before executing deletion operations.

The vulnerability is particularly severe because it can be exploited without any authentication. An attacker can manipulate the file path parameter to traverse directories and target any file accessible to the web server process. The deletion of wp-config.php is especially dangerous as it contains database credentials and security keys, and its removal forces WordPress into installation mode, allowing attackers to reconfigure the site with their own credentials.

Root Cause

The root cause lies in the startklarDropZoneUploadProcess.php file, which processes file operations for the plugin's dropzone functionality. The vulnerable code accepts user-supplied file paths without proper sanitization or validation, allowing path traversal sequences (such as ../) to escape the intended upload directory. The plugin fails to implement adequate security measures such as canonicalization of paths, validation against a whitelist of allowed directories, or verification that the target file resides within expected boundaries.

Attack Vector

The attack can be executed remotely over the network without requiring any user interaction or authentication. An attacker crafts a malicious request targeting the vulnerable file deletion endpoint, including path traversal sequences in the file path parameter. By manipulating the path to point to critical WordPress files like wp-config.php, the attacker can delete essential configuration files.

Once wp-config.php is deleted, WordPress enters its installation wizard state, allowing the attacker to configure a new database connection and create an administrator account. This provides complete control over the WordPress site and enables further exploitation including the installation of malicious plugins or backdoors for persistent access.

Detection Methods for CVE-2024-4346

Indicators of Compromise

  • Unexpected deletion of critical WordPress files such as wp-config.php, .htaccess, or index.php
  • WordPress site displaying installation wizard unexpectedly
  • Suspicious HTTP requests to /wp-content/plugins/startklar-elmentor-forms-extwidgets/startklarDropZoneUploadProcess.php containing path traversal sequences (../)
  • Web server logs showing unusual POST requests with directory traversal patterns targeting the vulnerable plugin endpoint

Detection Strategies

  • Monitor web server access logs for requests containing ../ sequences targeting the Startklar Elementor Addons plugin directory
  • Implement file integrity monitoring to detect unauthorized deletion or modification of critical WordPress files
  • Deploy Web Application Firewall (WAF) rules to block requests containing path traversal patterns
  • Configure intrusion detection systems to alert on suspicious file deletion patterns

Monitoring Recommendations

  • Enable detailed logging for PHP file operations and monitor for unexpected file deletions
  • Set up alerts for changes to critical WordPress files including wp-config.php, .htaccess, and core WordPress files
  • Monitor for WordPress sites entering installation mode as this may indicate successful exploitation
  • Review plugin activity logs for unusual behavior from the Startklar Elementor Addons plugin

How to Mitigate CVE-2024-4346

Immediate Actions Required

  • Update Startklar Elementor Addons plugin to the latest patched version immediately
  • Audit WordPress installations to verify the presence and integrity of critical files including wp-config.php
  • Temporarily deactivate and remove the Startklar Elementor Addons plugin if immediate update is not possible
  • Review web server logs for evidence of prior exploitation attempts
  • Implement a Web Application Firewall to block path traversal attacks

Patch Information

The vulnerability has been addressed in plugin updates following version 1.7.13. Users should update to the latest available version through the WordPress plugin repository. The WordPress Plugin Changeset documents the security fixes applied to address this vulnerability. Additional details are available in the Wordfence Vulnerability Report.

Workarounds

  • Disable the Startklar Elementor Addons plugin until the patch can be applied
  • Restrict access to the startklarDropZoneUploadProcess.php file through web server configuration
  • Implement server-level path traversal filtering using ModSecurity or similar WAF solutions
  • Apply file permission hardening to prevent the web server user from deleting critical configuration files
bash
# Configuration example: Block access to vulnerable endpoint via .htaccess
<FilesMatch "startklarDropZoneUploadProcess\.php$">
    Order Deny,Allow
    Deny from all
</FilesMatch>

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechWordpress

  • SeverityCRITICAL

  • CVSS Score9.1

  • EPSS Probability22.23%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-22
  • Technical References
  • WordPress Plugin Code Review

  • WordPress Plugin Changeset

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-3464: WP Customer Area Path Traversal Flaw

  • CVE-2026-4659: Elementor Plugin Path Traversal Flaw

  • CVE-2026-4853: JetBackup Path Traversal Vulnerability

  • CVE-2026-4280: Breaking News WP Path Traversal Flaw
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