Skip to main content

Meta Box CVE-2026-15248

| EUVDEUVD-2026-51935 MEDIUM
Missing Authorization (CWE-862)
2026-08-02 WPScan GHSA-vpwf-36p2-3fwr
5.5
CVSS 3.1 · Vendor: WPScan
Share

Severity by source

Vendor (WPScan) PRIMARY
5.5 MEDIUM
AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:L
vuln.today AI
7.1 HIGH

Description explicitly identifies Contributor-level access (PR:L, not PR:H); no confidentiality impact; integrity is fully compromised via unrestricted deletion.

3.1 AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:L
4.0 AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:H/VA:L/SC:N/SI:N/SA:N

Primary rating from Vendor (WPScan).

CVSS VectorVendor: WPScan

Attack Vector
Network
Attack Complexity
Low
Privileges Required
High
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
High
Availability
Low

Lifecycle Timeline

5
Analysis Generated
Aug 05, 2026 - 17:48 vuln.today
CVSS changed
Aug 05, 2026 - 17:22 NVD
5.5 (MEDIUM)
Patch available
Aug 02, 2026 - 07:00 EUVD
CVE Published
Aug 02, 2026 - 06:00 cve.org
UNKNOWN (no severity yet)
CVE Published
Aug 02, 2026 - 06:00 cve.org
MEDIUM 5.5

DescriptionCVE.org

The Meta Box WordPress plugin before 5.13.1 does not verify that a user is authorized to delete the supplied attachment before deleting it, allowing users with a low-privilege role such as Contributor to permanently delete arbitrary media attachments belonging to other users.

AnalysisAI

Meta Box WordPress plugin before 5.13.1 allows any user holding a Contributor-level role (or equivalent low-privilege account) to permanently delete arbitrary media attachments owned by other users, including administrators, due to a missing authorization check on the deletion endpoint. The root cause is CWE-862: the plugin performs the deletion operation without verifying whether the requesting user has ownership or administrative rights over the target attachment. Publicly available exploit code exists (sourced from WPScan), and while EPSS sits at a low 0.17% (6th percentile), the low attack complexity and wide availability of Contributor accounts on multi-author WordPress sites make this a realistic insider or compromised-account threat.

Technical ContextAI

Meta Box is a widely-used WordPress plugin for managing custom meta fields and meta boxes across post types. WordPress enforces a role and capability system (Subscriber, Contributor, Author, Editor, Administrator) where Contributors may create and edit their own posts but are explicitly denied the capability to delete or manage content belonging to others. The vulnerability arises because the plugin exposes an attachment deletion code path (CWE-862: Missing Authorization) that does not call the appropriate WordPress capability checks - such as delete_post or verifying post ownership - before executing the deletion. The affected CPE is cpe:2.3:a:unknown:meta_box:*:*:*:*:*:*:*:* covering all versions prior to 5.13.1. Any installation where the plugin is active and user registration is enabled is potentially exposed.

RemediationAI

Update the Meta Box plugin to version 5.13.1 or later, which introduces the missing authorization check on attachment deletion. The patch is confirmed available from the vendor per WPScan (https://wpscan.com/vulnerability/a101136d-606f-4529-ae78-a4fff7724e2c/) and NVD (https://nvd.nist.gov/vuln/detail/CVE-2026-15248). If immediate patching is not possible, a specific compensating control is to disable user registration or restrict the Contributor role on the WordPress site, which removes the primary attack surface (trade-off: reduces community contribution capabilities). Site administrators can also audit active user accounts for unexpected Contributor-level registrations and restrict file deletion operations at the application firewall layer by blocking suspicious deletion endpoint requests. Note that the media deletion is permanent and irreversible once triggered, so backup integrity should be verified prior to remediation to assess whether any deletions have already occurred.

Share

CVE-2026-15248 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy