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
    • 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-2023-28408

CVE-2023-28408: MW WP Form Path Traversal Vulnerability

CVE-2023-28408 is a directory traversal flaw in MW WP Form v4.4.2 and earlier that enables unauthenticated attackers to alter websites, cause DoS, or access sensitive data. This article covers technical details, impact, and mitigation.

Published: February 4, 2026

CVE-2023-28408 Overview

CVE-2023-28408 is a directory traversal vulnerability affecting the MW WP Form plugin for WordPress. This vulnerability exists in versions v4.4.2 and earlier, allowing remote unauthenticated attackers to manipulate file paths and access resources outside the intended directory structure. Successful exploitation can lead to website alteration, denial-of-service (DoS) conditions, and exposure of sensitive information depending on the site's configuration.

Critical Impact

Remote unauthenticated attackers can exploit this directory traversal flaw to alter website content, cause service disruption, and potentially access sensitive configuration files or data stored on affected WordPress installations.

Affected Products

  • MW WP Form versions v4.4.2 and earlier
  • WordPress sites using vulnerable MW WP Form plugin installations
  • Sites with file upload functionality enabled in MW WP Form

Discovery Timeline

  • 2023-05-08 - Vendor releases security advisory via 2inc Blog Post
  • 2023-05-23 - CVE CVE-2023-28408 published to NVD
  • 2025-01-17 - Last updated in NVD database

Technical Details for CVE-2023-28408

Vulnerability Analysis

This directory traversal vulnerability (CWE-22) stems from improper validation of user-supplied file path input within the MW WP Form plugin. The vulnerability allows attackers to use path manipulation sequences such as ../ to escape the intended directory and access files or directories elsewhere on the server's filesystem.

The attack can be performed remotely over the network without requiring any authentication or user interaction. When exploited, attackers may read sensitive files, overwrite critical configuration files, or manipulate the website's content. The impact extends to all three pillars of information security: confidentiality (data exposure), integrity (website alteration), and availability (DoS conditions).

Root Cause

The root cause of CVE-2023-28408 is insufficient input validation and sanitization of file path parameters within the MW WP Form plugin. The plugin fails to properly normalize and validate user-supplied path components before using them in file system operations. This allows attackers to inject directory traversal sequences that bypass intended directory restrictions.

Attack Vector

The attack vector is network-based, requiring no authentication or privileges. An attacker can craft malicious HTTP requests containing path traversal sequences targeting the vulnerable file handling functionality in MW WP Form. The vulnerability may be exploited through form submission endpoints or file upload features exposed by the plugin.

A typical attack would involve sending requests with manipulated file path parameters containing sequences like ../../../etc/passwd or similar patterns to access files outside the web root directory. Depending on the server configuration and the plugin's file handling capabilities, attackers could read sensitive configuration files such as wp-config.php, which contains database credentials and authentication keys.

Detection Methods for CVE-2023-28408

Indicators of Compromise

  • Unusual HTTP requests containing directory traversal sequences (../, ..%2F, %2e%2e/) targeting WordPress form endpoints
  • Web server access logs showing requests to MW WP Form endpoints with path manipulation patterns
  • Unexpected file access or modification events in directories outside the WordPress uploads folder
  • Error logs indicating file access attempts to system paths or configuration files

Detection Strategies

  • Deploy web application firewall (WAF) rules to detect and block path traversal patterns in request parameters
  • Implement file integrity monitoring on critical WordPress files and server configuration files
  • Configure intrusion detection systems to alert on suspicious file access patterns originating from web server processes
  • Review web server access logs for requests containing encoded traversal sequences targeting /wp-content/plugins/mw-wp-form/ endpoints

Monitoring Recommendations

  • Enable detailed logging for the MW WP Form plugin and WordPress file operations
  • Monitor for anomalous outbound data transfers that could indicate data exfiltration
  • Set up alerts for any file read/write operations outside the expected WordPress directory structure
  • Track plugin version information across WordPress installations to identify vulnerable deployments

How to Mitigate CVE-2023-28408

Immediate Actions Required

  • Update the MW WP Form plugin to the latest version immediately (versions after v4.4.2)
  • Audit WordPress installations for any signs of compromise or unauthorized file access
  • Review and restrict file system permissions for the web server user
  • Consider temporarily disabling the MW WP Form plugin until the update can be applied

Patch Information

The vendor has released a security update to address this vulnerability. Administrators should update the MW WP Form plugin to a version newer than v4.4.2. Detailed patch information is available in the vendor's security advisory.

Additional technical details about this vulnerability can be found in the JVN Security Advisory.

Workarounds

  • Implement server-side input validation to reject requests containing path traversal sequences
  • Configure web application firewall rules to block requests with ../ or encoded variants in parameters
  • Restrict file system access permissions to limit the potential impact of directory traversal attacks
  • Consider using WordPress security plugins that provide real-time protection against path traversal attempts
bash
# Example: Apache mod_rewrite rules to block common traversal attempts
# Add to .htaccess in WordPress root
RewriteEngine On
RewriteCond %{QUERY_STRING} \.\./ [NC,OR]
RewriteCond %{QUERY_STRING} \.\.%2F [NC]
RewriteRule .* - [F,L]

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechMw Wp Form

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability2.80%

  • 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
  • JVN Security Advisory
  • Vendor Resources
  • 2inc Blog Post
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs Path Traversal 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