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

CVE-2024-10470: WPLMS Path Traversal Vulnerability

CVE-2024-10470 is a path traversal flaw in Vibethemes WPLMS Learning Management System that allows unauthenticated attackers to read and delete arbitrary files. This article covers technical details, affected versions, and mitigation.

Updated: May 15, 2026

CVE-2024-10470 Overview

CVE-2024-10470 is a path traversal vulnerability in the WPLMS Learning Management System theme for WordPress, developed by Vibethemes. The flaw affects all versions up to and including 4.962. Unauthenticated attackers can read and delete arbitrary files on the server because the theme's readfile and unlink calls lack file path validation and permission checks. Deleting critical files such as wp-config.php forces WordPress into setup mode, enabling attackers to connect the site to an attacker-controlled database and achieve remote code execution. The theme remains exploitable even when it is not activated, broadening the attack surface to any site with the theme installed.

Critical Impact

Unauthenticated remote attackers can delete wp-config.php and pivot to full remote code execution on the underlying server.

Affected Products

  • Vibethemes WPLMS Learning Management System for WordPress (theme)
  • All versions up to and including 4.962
  • Installations where the theme is present, even when not activated

Discovery Timeline

  • 2024-11-09 - CVE-2024-10470 published to NVD
  • 2025-12-23 - Last updated in NVD database

Technical Details for CVE-2024-10470

Vulnerability Analysis

The vulnerability is classified as a path traversal weakness [CWE-22]. The WPLMS theme exposes endpoints that pass user-controlled input directly to PHP's readfile and unlink functions. Neither function call is preceded by canonicalization of the supplied path, validation against an allowlist of permitted directories, or a capability check on the requesting user.

Because the entry points are reachable without authentication, any unauthenticated visitor can request the file operations. The theme's vulnerable code paths are also registered during initialization independent of activation state, so a deactivated but installed theme still serves the affected handlers.

Deleting wp-config.php triggers WordPress to enter its installation wizard on the next request. An attacker who reaches that wizard first can supply a remote database connection, create an administrator account, and upload a malicious plugin or theme to execute arbitrary PHP on the host.

Root Cause

The root cause is missing input validation and missing authorization. User-supplied file path parameters flow into readfile and unlink without sanitization, normalization, or restriction to a safe base directory. There is no current_user_can check or nonce verification protecting the affected handlers.

Attack Vector

Exploitation occurs over the network through standard HTTP requests to the WordPress site. The attacker sends a crafted request to the vulnerable theme endpoint containing a relative or absolute path. Sequences such as ../ allow traversal outside the theme directory to read or delete any file the web server process can access. No user interaction, credentials, or prior compromise are required.

Technical details and an indicator of compromise overview are documented in the Wordfence Vulnerability Analysis.

Detection Methods for CVE-2024-10470

Indicators of Compromise

  • Missing or zero-byte wp-config.php on a previously functional WordPress installation
  • WordPress installation wizard (/wp-admin/setup-config.php) being served unexpectedly on a production site
  • Unexpected administrator accounts created shortly after a file-deletion event
  • HTTP requests to WPLMS theme endpoints containing ../, encoded traversal sequences, or absolute filesystem paths in query parameters

Detection Strategies

  • Inspect web server access logs for unauthenticated requests to /wp-content/themes/wplms/ handlers that include path parameters with traversal characters.
  • Alert on PHP error logs reporting unlink or readfile calls against paths outside the theme directory.
  • Monitor file integrity for wp-config.php, .htaccess, and core WordPress files; any deletion of these should generate a high-severity alert.

Monitoring Recommendations

  • Enable file integrity monitoring on the WordPress webroot, with priority on configuration files.
  • Forward web server, PHP, and WordPress audit logs to a centralized log platform for correlation against known WPLMS exploitation patterns.
  • Track the EPSS score for this CVE — currently 48.485% at the 97.783 percentile — as an indicator of active exploitation likelihood.

How to Mitigate CVE-2024-10470

Immediate Actions Required

  • Update the WPLMS Learning Management System theme to a version newer than 4.962 as soon as the vendor publishes a fixed release.
  • If a fixed version is not yet available, remove the theme directory from wp-content/themes/ entirely; deactivation alone does not mitigate the issue.
  • Restore wp-config.php from backup if it has been deleted, and rotate all database credentials and WordPress salts before bringing the site back online.
  • Audit administrator accounts, installed plugins, and the uploads directory for attacker-introduced artifacts.

Patch Information

Refer to the vendor product page at ThemeForest Item Details for the latest WPLMS release. Confirm that the installed version is greater than 4.962 before considering the system patched.

Workarounds

  • Block requests to vulnerable WPLMS endpoints at the web application firewall, with rules denying path parameters containing ../, URL-encoded traversal, or absolute paths.
  • Restrict the web server user's filesystem permissions so it cannot delete wp-config.php or files outside wp-content/uploads/.
  • Remove the theme directory from disk on any site that does not actively use WPLMS, since installation alone is sufficient for exploitation.
bash
# Configuration example: remove the vulnerable theme from disk
cd /var/www/html/wp-content/themes/
rm -rf wplms/

# Restrict write permissions on wp-config.php
chown root:www-data /var/www/html/wp-config.php
chmod 640 /var/www/html/wp-config.php

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.8

  • EPSS Probability48.48%

  • 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-22
  • Technical References
  • ThemeForest Item Details

  • Wordfence Vulnerability Analysis
  • Related CVEs
  • CVE-2026-6381: WP Maps Path Traversal Vulnerability

  • CVE-2018-25324: Simple Fields WordPress Path Traversal

  • CVE-2021-47977: WordPress Anti-Malware Path Traversal Flaw

  • CVE-2021-47979: WordPress Backup Plugin File Deletion 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