Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N
Network-reachable, low complexity, no interaction; PR:L because a logged-in low-privilege account is required; high C/I from unauthorized data read and modification, no availability impact.
Primary rating from Vendor (Patchstack).
CVSS VectorVendor: Patchstack
Lifecycle Timeline
1DescriptionCVE.org
Missing Authorization vulnerability in Royal Plugins Royal MCP allows Exploiting Incorrectly Configured Access Control Security Levels.
This issue affects Royal MCP: from n/a through 1.4.25.
AnalysisAI
Broken access control in the Royal MCP WordPress plugin (versions up to and including 1.4.25) lets authenticated low-privilege users reach functionality that should be restricted, due to a missing authorization check. With a CVSS of 8.1 and high confidentiality and integrity impact, an attacker holding even a basic account can read and alter data they should not be able to touch. There is no public exploit identified at time of analysis, and the issue is not listed in CISA KEV.
Technical ContextAI
Royal MCP is a WordPress plugin from Royal Plugins that exposes Model Context Protocol (MCP) style functionality within the WordPress environment. The root cause is CWE-862 (Missing Authorization): one or more plugin actions or endpoints perform their work without verifying that the calling user has the capability or role required for that operation. In WordPress plugins this class of bug typically stems from registering AJAX/REST handlers or MCP tool actions without a proper current_user_can() capability check or nonce-bound authorization gate, so the security boundary collapses to merely 'is logged in' rather than 'is authorized.' The CPE cpe:2.3:a:royal_plugins:royal_mcp:*:*:*:*:*:*:*:* confirms the affected component is the Royal MCP plugin across all versions through 1.4.25.
RemediationAI
No vendor-released patch version is identified at time of analysis; the data only confirms versions through 1.4.25 are affected, so administrators should monitor the Royal Plugins changelog and the Patchstack advisory (https://patchstack.com/database/wordpress/plugin/royal-mcp/vulnerability/wordpress-royal-mcp-plugin-1-4-25-broken-access-control-vulnerability) and upgrade to the first release above 1.4.25 once published. Until a fix is confirmed, the most effective compensating controls are to deactivate the Royal MCP plugin if it is not essential (trade-off: loss of MCP functionality), and to disable open user registration (Settings > General > 'Anyone can register') so the PR:L precondition cannot be met by anonymous self-signup (trade-off: blocks legitimate self-service signups). Where the plugin must remain active, place its admin/AJAX/REST surface behind IP allow-listing or a WAF rule restricting access to the plugin's endpoints, and audit existing low-privilege accounts for anomalous activity (trade-off: WAF rules need tuning to avoid breaking legitimate plugin calls).
More in Wordpress Plugin
View allThe 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
Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut
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 Email Subscribers by Icegram Express plugin for WordPress is vulnerable to SQL Injection via the ‘hash’ parameter in
Remote code execution in the WP Query Console WordPress plugin (versions up to and including 1.0) by Ajit Bohra allows u
Same weakness CWE-862 – Missing Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-39387
GHSA-7649-6hf2-rxrp