Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N
Lifecycle Timeline
3DescriptionCVE.org
The User Registration & Membership plugin for WordPress is vulnerable to unauthorized modification of data due to a missing capability check on the Content Access Rules REST API endpoints in versions 5.0.1 through 5.1.4. This is due to the check_permissions() method only checking for edit_posts capability instead of an administrator-level capability. This makes it possible for authenticated attackers, with Contributor-level access and above, to list, create, modify, toggle, duplicate, and delete site-wide content restriction rules, potentially exposing restricted content or denying legitimate user access.
AnalysisAI
The User Registration & Membership plugin for WordPress contains an insufficient capability check vulnerability in its Content Access Rules REST API endpoints, allowing authenticated contributors and above to bypass intended administrative restrictions. Versions 5.0.1 through 5.1.4 are affected, enabling attackers to list, create, modify, toggle, duplicate, and delete site-wide content restriction rules, potentially exposing restricted content or denying legitimate user access. The vulnerability has a CVSS score of 5.4 with low attack complexity and low privilege requirements, making it readily exploitable by any authenticated user with contributor-level access or higher.
Technical ContextAI
The vulnerability stems from CWE-862 (Missing Authorization), a root cause where the check_permissions() method in the Content Access Rules REST API controller incorrectly validates user capabilities. The method checks only for the edit_posts capability, which is granted to contributors and above, rather than requiring administrator-level capabilities necessary for managing site-wide content access policies. WordPress capability model treats edit_posts as a relatively permissive capability suitable for content creation but insufficient for system-level configurations. The affected plugin is the User Registration & Membership plugin (identified by CPE cpe:2.3:a:wpeverest:user_registration_&_membership_–_free_&_paid_memberships,_subscriptions,_content_restriction,_user_profile,_custom_user_registration_&_login_builder), which provides content restriction functionality through REST API endpoints in its content-restriction module. The flaw exists in the REST API controller class-urcr-content-access-rules.php file at line 116, where the permission check is implemented.
RemediationAI
Immediately upgrade the User Registration & Membership plugin to version 5.1.5 or later, which includes the corrected check_permissions() method that enforces administrator-level capability checks on the Content Access Rules REST API endpoints. This patch is available directly from the WordPress plugin repository and through automatic update mechanisms within WordPress installations. Site administrators should verify the upgrade completion and confirm that REST API endpoint permission requirements now properly restrict access to administrators only. As a temporary mitigation prior to patching, implement a Web Application Firewall (WAF) rule to restrict access to the /wp-json/urcr/v1/ endpoints to administrator IP addresses only, or disable REST API access entirely for non-administrators through the rest_authentication_errors filter if functionality permits. Review audit logs for any suspicious REST API calls to the affected endpoints from non-administrator accounts to detect prior exploitation attempts.
The isMail transport in PHPMailer before 5.2.20 might allow remote attackers to pass extra parameters to the mail comman
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The AI Engine WordPress plugin through version 3.1.3 exposes Bearer Token values through the /mcp/v1/ REST API endpoint
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Country State City Dropdown CF7 plugin for WordPress is vulnerable to SQL Injection via the ‘cnt’ and 'sid' paramete
Same weakness CWE-862 – Missing Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-14656
GHSA-98m3-qp88-gp9w