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

CVE-2024-8875: Wcms Path Traversal Vulnerability

CVE-2024-8875 is a critical path traversal vulnerability in Wcms up to version 0.3.2 affecting /wex/finder.php. Attackers can exploit this remotely to access unauthorized files. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: May 26, 2026

CVE-2024-8875 Overview

CVE-2024-8875 is a path traversal vulnerability affecting vedees wcms versions up to 0.3.2. The flaw resides in the /wex/finder.php script, where the p parameter is not properly sanitized before being used in file system operations. Remote attackers can manipulate this parameter to access or affect files outside the intended directory. The exploit has been publicly disclosed, and the vendor did not respond to early disclosure attempts. The vulnerability is tracked under [CWE-22] (Improper Limitation of a Pathname to a Restricted Directory).

Critical Impact

Remote authenticated attackers can traverse the file system through the p parameter in /wex/finder.php, leading to arbitrary file deletion in vedees wcms up to 0.3.2.

Affected Products

  • vedees wcms 0.3.0
  • vedees wcms 0.3.1
  • vedees wcms 0.3.2

Discovery Timeline

  • 2024-09-15 - CVE-2024-8875 published to NVD
  • 2024-09-20 - Last updated in NVD database

Technical Details for CVE-2024-8875

Vulnerability Analysis

The vulnerability exists in the finder.php script located within the /wex/ directory of vedees wcms. The script accepts a parameter named p that influences file path resolution without enforcing canonicalization or directory boundary checks. Attackers can supply traversal sequences such as ../ to escape the intended working directory. According to the public report referenced in the CVE, exploitation results in arbitrary file deletion on the host system. The attack requires network access and low-privilege authentication, with no user interaction needed.

Root Cause

The root cause is improper input validation on the p parameter, classified under [CWE-22]. The application concatenates user-supplied input into a file path without sanitization or restriction to an allow-listed base directory. Standard mitigations such as realpath() validation, path normalization, or comparison against a fixed root directory are absent. This allows directory traversal sequences to resolve to arbitrary locations on the underlying file system.

Attack Vector

An attacker delivers a crafted HTTP request to /wex/finder.php with a malicious value supplied to the p parameter. The payload contains relative path traversal sequences targeting files outside the web root. Because the vulnerability is remotely reachable over the network and the file deletion operation occurs server-side, exploitation does not require local access. Public proof-of-concept details are available in the GitHub Arbitrary File Deletion Report.

The vulnerability manifests when traversal sequences in the p parameter resolve to sensitive files. See the VulDB entry #277507 for additional technical details.

Detection Methods for CVE-2024-8875

Indicators of Compromise

  • HTTP requests to /wex/finder.php containing ../ sequences or URL-encoded variants such as %2e%2e%2f in the p parameter.
  • Unexpected file deletions in the web application directory or adjacent directories on the host.
  • Web server access logs showing the p parameter referencing absolute paths or system files outside the application root.

Detection Strategies

  • Inspect web server access logs for requests to /wex/finder.php where the p query parameter contains traversal patterns.
  • Deploy web application firewall (WAF) rules that flag directory traversal sequences targeting PHP endpoints.
  • Correlate file deletion events on the file system with concurrent inbound HTTP requests to the vulnerable endpoint.

Monitoring Recommendations

  • Enable file integrity monitoring on the wcms installation directory to detect unauthorized deletions.
  • Forward web server and application logs to a centralized analytics platform for traversal pattern detection.
  • Alert on anomalous parameter values containing path metacharacters such as .., /, or null bytes.

How to Mitigate CVE-2024-8875

Immediate Actions Required

  • Restrict network access to the /wex/finder.php endpoint until a patched version is available.
  • Implement a WAF rule to block requests containing path traversal sequences in the p parameter.
  • Audit the wcms installation directory for evidence of unauthorized file deletion.
  • Reduce file system permissions for the web server process to limit deletion scope.

Patch Information

No vendor patch is currently available. According to the CVE description, the vendor was contacted prior to disclosure but did not respond. Organizations running vedees wcms 0.3.2 or earlier should evaluate migrating to a maintained content management platform. Monitor the VulDB entry and the project's distribution channels for any future fix.

Workarounds

  • Block external access to /wex/finder.php at the reverse proxy or web server level.
  • Apply input filtering at an upstream proxy to reject requests containing .., %2e%2e, or absolute path indicators in the p parameter.
  • Run the wcms application under a dedicated, low-privilege account with read-only access to non-essential files.
  • Maintain offline backups of the web application directory to enable recovery from arbitrary file deletion attacks.
bash
# Example nginx configuration to block traversal patterns on the vulnerable endpoint
location = /wex/finder.php {
    if ($arg_p ~* "(\.\./|\.\.\\|%2e%2e|/etc/|/var/)") {
        return 403;
    }
}

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechWcms

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.13%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-22
  • Technical References
  • GitHub Arbitrary File Deletion Report

  • VulDB #277507 (CTIID)

  • VulDB #277507

  • VulDB Submission #404206
  • Related CVEs
  • CVE-2026-38669: wCMS v1.4 XSS Vulnerability

  • CVE-2025-2978: WCMS 11 RCE Vulnerability

  • CVE-2025-3799: WCMS 11 SQL Injection Vulnerability

  • CVE-2025-3800: WCMS SQLi Vulnerability Explained
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