CVE-2025-14675 HIGH

CVE-2025-14675: Meta Box <= 5.11.1 - Authenticated (Contributor+) Arbitrary File Deletion

Vendor Metabox
Product Meta Box
Weakness CWE-22 · Path traversal
Published March 7, 2026
Last update April 8, 2026

CVSS base score

7.2/10
Attack vector Network
Attack complexity Low
Privileges required High
User interaction None
Confidentiality High
Integrity High

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H

What the vulnerability does

01Description

The Meta Box plugin for WordPress is vulnerable to arbitrary file deletion due to insufficient file path validation in the 'ajax_delete_file' function in all versions up to, and including, 5.11.1. This makes it possible for authenticated attackers, with Contributor-level access and above, to delete arbitrary files on the server, which can easily lead to remote code execution when the right file is deleted (such as wp-config.php).

Explanation of Vulnerability in Simple Terms

02Summary

Meta Box versions up to 5.11.1 contain a path traversal vulnerability that allows high-privilege users to read or write arbitrary files on the server. An attacker with admin or equivalent access can bypass file restrictions and access sensitive data outside the intended directory structure. This affects file handling operations within the plugin.

What an attacker can do

03Attacker Capabilities

Read or write arbitrary files on the server outside intended directories.

Potential impact on your site

04Site Impact

A compromised admin account can expose sensitive files or modify critical site files.

Conditions required to exploit

05Prerequisites

Attacker must have high-level privileges (admin or equivalent role) on the site.

Key dates

06Disclosure timeline

March 7, 2026 CVE published
April 8, 2026 Record updated