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

CVE-2024-12152: WordPress MIPL WC Sync Path Traversal Flaw

CVE-2024-12152 is a path traversal vulnerability in the MIPL WC Multisite Sync plugin for WordPress that allows unauthenticated attackers to read arbitrary files on the server. This article covers technical details, affected versions, and mitigation.

Published: June 2, 2026

CVE-2024-12152 Overview

CVE-2024-12152 is a directory traversal vulnerability in the MIPL WC Multisite Sync plugin for WordPress. The flaw affects all versions up to and including 1.1.5. The vulnerability resides in the mipl_wc_sync_download_log action handler, which fails to validate user-supplied file path input. Unauthenticated remote attackers can read arbitrary files on the underlying server. Accessible files often contain sensitive data such as wp-config.php credentials, private keys, and application logs. The issue is tracked under CWE-22: Improper Limitation of a Pathname to a Restricted Directory.

Critical Impact

Unauthenticated attackers can read arbitrary files on the WordPress host, exposing database credentials and secrets that enable full site compromise.

Affected Products

  • MIPL WC Multisite Sync plugin for WordPress, versions up to and including 1.1.5
  • WordPress installations using the vulnerable plugin in single-site or multisite configurations
  • Any WooCommerce environment relying on the plugin for cross-site synchronization

Discovery Timeline

  • 2025-01-07 - CVE-2024-12152 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2024-12152

Vulnerability Analysis

The vulnerability stems from insufficient input sanitization in the mipl_wc_sync_download_log AJAX action. The handler accepts a filename parameter and passes it directly to file read operations without normalizing the path. Attackers supply traversal sequences such as ../../../../etc/passwd or ../../../wp-config.php to escape the intended log directory. The EPSS score of 7.69% places this issue in the 92nd percentile for exploitation likelihood, reflecting the trivial exploitation pattern common to WordPress plugin path traversal flaws. Because the endpoint is reachable without authentication, any attacker who can send an HTTP request to the WordPress installation can extract file contents.

Root Cause

The root cause is improper limitation of a pathname to a restricted directory [CWE-22]. The plugin treats the user-supplied parameter as a trusted log filename and concatenates it into a file path without canonicalization or allowlist validation. The handler also lacks capability checks such as current_user_can(), leaving the action accessible to unauthenticated visitors.

Attack Vector

Exploitation occurs over the network through the WordPress admin-ajax.php endpoint. An attacker sends a crafted GET or POST request invoking the mipl_wc_sync_download_log action with a traversal payload in the filename parameter. The server responds with the contents of the requested file. The Wordfence advisory documents the action name and the affected versions. See the Wordfence Vulnerability Analysis and the WordPress Plugin Changeset for technical details on the patched code paths.

Detection Methods for CVE-2024-12152

Indicators of Compromise

  • Requests to /wp-admin/admin-ajax.php containing the parameter action=mipl_wc_sync_download_log
  • Path traversal sequences such as ../, ..%2f, or URL-encoded variants in request parameters
  • Successful HTTP 200 responses with Content-Disposition: attachment headers returning non-log content
  • Web server access logs showing unauthenticated reads followed by lateral activity using exposed credentials

Detection Strategies

  • Inspect WordPress access logs for the mipl_wc_sync_download_log action paired with suspicious filename parameters
  • Deploy web application firewall rules that block traversal patterns targeting admin-ajax.php
  • Correlate file read responses with subsequent authentication attempts against the WordPress database or admin panel

Monitoring Recommendations

  • Forward WordPress, PHP, and reverse proxy logs to a centralized analytics platform for query-driven hunting
  • Alert on outbound responses containing strings such as DB_PASSWORD, AUTH_KEY, or BEGIN PRIVATE KEY originating from admin-ajax.php
  • Track installed plugin inventory across WordPress hosts to identify systems still running MIPL WC Multisite Sync 1.1.5 or earlier

How to Mitigate CVE-2024-12152

Immediate Actions Required

  • Update the MIPL WC Multisite Sync plugin to a patched release beyond version 1.1.5
  • If a patched version is not available, deactivate and remove the plugin from all WordPress sites
  • Rotate WordPress salts, database passwords, and any API keys stored in wp-config.php after confirming exploitation is no longer possible
  • Audit web logs for prior exploitation attempts against the mipl_wc_sync_download_log action

Patch Information

The vendor addressed the issue in WordPress plugin changesets 3215735 and 3216574. Review the first changeset and the follow-up changeset for the corrected file handling logic. Apply the latest plugin version from the WordPress.org repository.

Workarounds

  • Block requests containing action=mipl_wc_sync_download_log at the WAF or reverse proxy until the plugin is patched
  • Restrict access to /wp-admin/admin-ajax.php from untrusted networks where feasible
  • Apply strict file system permissions so the PHP process cannot read sensitive files outside the WordPress webroot

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

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability7.69%

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

  • WordPress Plugin Changeset

  • 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