PatchSiren cyber security CVE debrief
CVE-2026-7651 wpeverest CVE debrief
A WordPress plugin vulnerability allows authenticated users with subscriber-level access or higher to permanently delete arbitrary media attachments belonging to other users, including administrators. The issue stems from missing ownership validation on user-controlled attachment IDs in the User Registration & Membership plugin. The vulnerability was disclosed on 2026-05-28 with a CVSS 3.1 score of 5.3 (Medium). A patched version (5.2.0) is available.
- Vendor
- wpeverest
- Product
- User Registration & Membership – Free & Paid Memberships, Subscriptions, Content Restriction, User Profile, Custom User Registration & Login Builder
- CVSS
- MEDIUM 5.3
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-05-28
- Original CVE updated
- 2026-05-28
- Advisory published
- 2026-05-28
- Advisory updated
- 2026-05-28
Who should care
WordPress site administrators using the User Registration & Membership plugin; security teams managing WordPress installations; compliance officers responsible for data integrity and access control audits.
Technical summary
The User Registration & Membership WordPress plugin (versions ≤5.1.5) contains an Insecure Direct Object Reference (IDOR) vulnerability classified as CWE-639. The plugin fails to validate ownership of attachment IDs before executing deletion operations. Authenticated users with subscriber-level privileges or higher can supply arbitrary attachment IDs, causing permanent deletion of media files uploaded by any other user including administrators. The vulnerability is remotely exploitable with low attack complexity. The fix in version 5.2.0 adds proper ownership validation before attachment operations.
Defensive priority
medium
Recommended defensive actions
- Update the User Registration & Membership WordPress plugin to version 5.2.0 or later to remediate this vulnerability.
- Review WordPress media library access logs for unauthorized deletion activity by subscriber-level or higher accounts, particularly around 2026-05-28 and prior.
- Implement principle of least privilege by auditing user roles and removing unnecessary subscriber or higher-level access.
- Consider implementing additional access controls on media attachment operations through WordPress hooks or security plugins as a defense-in-depth measure.
- Verify backup integrity for media attachments to ensure recovery capability if unauthorized deletions occurred.
Evidence notes
The vulnerability description indicates the issue affects all versions up to and including 5.1.5. Source references include WordPress plugin repository browser links to affected code locations (class-ur-frontend.php lines 86 and 114, functions-ur-core.php line 4262) and a changeset showing the fix in version 5.2.0. The Wordfence advisory provides additional context. The CVSS vector CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N indicates network attack vector, low attack complexity, no privileges required (though the description states subscriber+ access is needed), no user interaction, unchanged scope, with impact limited to integrity (low). CWE-639 (Authorization Bypass Through User-Controlled Key) is identified as the weakness type.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-7651 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-7651
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-7651 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-7651
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://plugins.trac.wordpress.org/browser/user-registration/trunk/includes/frontend/class-ur-frontend.php
-
Source reference
Unverified legacy reference
URL: https://plugins.trac.wordpress.org/browser/user-registration/trunk/includes/frontend/class-ur-frontend.php
-
Source reference
Unverified legacy reference
URL: https://plugins.trac.wordpress.org/browser/user-registration/trunk/includes/functions-ur-core.php
-
Source reference
Unverified legacy reference
URL: https://plugins.trac.wordpress.org/changeset/3539426/user-registration/tags/5.2.0/includes/frontend/class-ur-frontend.php
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.