/Vulnerability Library

Meta Box <= 5.11.1 - Arbitrary File Deletion

CVE-2026-39468
Verified

Description

The Meta Box plugin for WordPress is vulnerable to arbitrary file deletion due to insufficient file path validation in the ajax_delete_file function. This makes it possible for authenticated attackers with Contributor-level access and above to delete arbitrary files on the server.

Severity

High

CVSS Score

7.2

Exploit Probability

1%

Affected Product

meta-box

Published Date

July 23, 2026

Template Author

iamatownboy

CVE-2026-39468.yaml
id: CVE-2026-39468

info:
  name: Meta Box <= 5.11.1 - Arbitrary File Deletion
  author: iamatownboy
  severity: high
  description: |
    The Meta Box plugin for WordPress is vulnerable to arbitrary file deletion due to insufficient file path validation in the ajax_delete_file function. This makes it possible for authenticated attackers with Contributor-level access and above to delete arbitrary files on the server.
  impact: |
    Authenticated attackers can delete arbitrary files such as wp-config.php, which can lead to remote code execution in the right configuration.
  remediation: |
    Update Meta Box to version 5.11.2 or later.
  reference:
    - https://www.wordfence.com/threat-intel/vulnerabilities/id/036467de-95bb-4bfd-9522-df8dc17f3102?source=cve
    - https://nvd.nist.gov/vuln/detail/CVE-2025-14675
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
    cvss-score: 7.2
    cve-id: CVE-2025-14675
    epss-score: 0.01221
    epss-percentile: 0.66377
    cwe-id: CWE-22
  metadata:
    verified: true
    max-request: 1
    vendor: metabox
    product: meta-box
    framework: wordpress
    publicwww-query: "/wp-content/plugins/meta-box/"
  tags: cve,cve2026,wordpress,wp,wp-plugin,meta-box,file-deletion,passive

http:
  - method: GET
    path:
      - "{{BaseURL}}/wp-content/plugins/meta-box/readme.txt"

    matchers:
      - type: dsl
        dsl:
          - contains(body, "Meta Box")
          - compare_versions(version, "<= 5.11.1")
        condition: and

    extractors:
      - type: regex
        name: version
        part: body
        group: 1
        regex:
          - '(?i)Stable tag:\s*([0-9.]+)'
        internal: true
# digest: 4a0a00473045022036817e0f0ce613f5dc3f82cface076cabe8643126cbf11d4d3e54d2603c25012022100bda8649f215886bdf7ee3c587ff67b3d25d48ba18c05394335f7ee3ea1a134da:922c64590222798bb761d5b6d8e72950
7.2Score

CVSS Metrics

CVSS Vector:
CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
CVE ID:
cve-2025-14675
CWE ID:
cwe-22

References

https://www.wordfence.com/threat-intel/vulnerabilities/id/036467de-95bb-4bfd-9522-df8dc17f3102?source=cvehttps://nvd.nist.gov/vuln/detail/CVE-2025-14675

Remediation Steps

Update Meta Box to version 5.11.2 or later.