CVE-2026-39468: Meta Box <= 5.11.1 - Arbitrary File Deletion

2026-07-31 Meta Box PoC Public

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.

PoC

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.67168
    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: 4a0a00473045022051331471366a30fc68c09c736eb7f23db8528d07cb353a31527a5abf0db0f847022100b475eb99b08d4b50da644356318c9a8948a5b566d20a89282b1c552477572e03:922c64590222798bb761d5b6d8e72950

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities