Skip to main content
CVE Vulnerability Database
Vulnerability Database/CVE-2026-39468

CVE-2026-39468: Meta Box Path Traversal Vulnerability

CVE-2026-39468 is a path traversal vulnerability in Meta Box WordPress Custom Fields Framework that allows contributors to delete arbitrary files. This article covers the technical details, affected versions, and mitigation.

Published:

CVE-2026-39468 Overview

CVE-2026-39468 is a path traversal vulnerability in the Meta Box – WordPress Custom Fields Framework plugin affecting versions up to and including 5.11.1. The flaw allows authenticated users with Contributor-level privileges to delete arbitrary files on the underlying server. Successful exploitation can remove critical files such as wp-config.php, forcing WordPress into a setup state that attackers can leverage to take over the site. The issue is tracked under CWE-22: Improper Limitation of a Pathname to a Restricted Directory and was published by Patchstack.

Critical Impact

Authenticated contributors can delete arbitrary files on the WordPress host, enabling site takeover through wp-config.php removal and full availability loss.

Affected Products

  • Meta Box – WordPress Custom Fields Framework plugin versions <= 5.11.1
  • WordPress sites that grant Contributor or higher roles to untrusted users
  • Multisite WordPress deployments using Meta Box for custom fields

Discovery Timeline

  • 2026-06-15 - CVE-2026-39468 published to NVD
  • 2026-06-17 - Last updated in NVD database

Technical Details for CVE-2026-39468

Vulnerability Analysis

The Meta Box plugin provides a custom fields framework that includes file upload and attachment handling for posts. The vulnerable code path accepts a file identifier or path parameter from an authenticated user without sufficient validation. An attacker holding a Contributor account can supply a traversal sequence that escapes the intended uploads directory and targets arbitrary files within the WordPress installation.

Deletion of wp-config.php is the most impactful attack path. Once removed, the next request to the site triggers the WordPress installation wizard, allowing the attacker to attach the instance to a database under their control and gain administrator access. Other targets include .htaccess, plugin files, and theme files used for security controls.

Root Cause

The root cause is improper limitation of a pathname to a restricted directory [CWE-22]. The plugin trusts attacker-controlled input when constructing the absolute path passed to the file deletion routine. Canonicalization checks against the WordPress uploads base directory are missing or insufficient, allowing ../ sequences to traverse outside the intended scope.

Attack Vector

The attack vector is network-based and requires an authenticated session with at least Contributor privileges. No user interaction from an administrator is required. The scope is changed because file deletion impacts resources beyond the vulnerable component, including the WordPress core configuration. The integrity and confidentiality of files are not directly altered by the primary action, but availability is fully impacted, and chained takeover via wp-config.php deletion remains the principal risk. The EPSS probability is 0.355% with a percentile of 27.26.

No verified public exploit code is available. The vulnerability mechanism is described in the Patchstack Vulnerability Report.

Detection Methods for CVE-2026-39468

Indicators of Compromise

  • Unexpected absence of wp-config.php, .htaccess, or core PHP files on hosts running Meta Box <= 5.11.1
  • WordPress installation wizard appearing on a previously configured site
  • AJAX or REST requests from Contributor accounts containing ..%2F or ../ sequences in file or attachment parameters
  • Web server file deletion events originating from the PHP worker process outside the wp-content/uploads/ directory

Detection Strategies

  • Inspect HTTP access logs for authenticated POST requests to Meta Box endpoints carrying path parameters with traversal characters
  • Enable file integrity monitoring on WordPress core, plugin, and theme directories to flag unauthorized deletions
  • Correlate Contributor-role authentication events with subsequent filesystem modifications under wp-includes/ or the WordPress document root

Monitoring Recommendations

  • Forward web server, PHP-FPM, and audit logs to a centralized SIEM for retention and correlation
  • Alert on any deletion of wp-config.php, .htaccess, or files under wp-admin/ and wp-includes/
  • Track creation of new administrator accounts immediately following file deletion events on Meta Box hosts

How to Mitigate CVE-2026-39468

Immediate Actions Required

  • Upgrade Meta Box – WordPress Custom Fields Framework to a version above 5.11.1 as soon as the vendor releases a fix
  • Audit all WordPress user accounts and revoke Contributor or higher access from users who do not require it
  • Back up wp-config.php, .htaccess, and the database before applying changes to enable rapid recovery
  • Review filesystem and access logs for prior exploitation attempts using traversal sequences

Patch Information

Refer to the Patchstack Vulnerability Report for the current patched release information. Apply the vendor update through the WordPress plugin manager once available, and verify the installed version exceeds 5.11.1.

Workarounds

  • Temporarily disable the Meta Box plugin on sites that accept Contributor registrations from untrusted users
  • Restrict write permissions on the WordPress document root so the PHP process cannot delete files outside wp-content/uploads/
  • Deploy a web application firewall rule to block requests containing ../ or URL-encoded traversal sequences in Meta Box parameters
  • Disable open user registration and require manual approval for new contributor accounts

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

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.