Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Unauthenticated network chain (PR:N/UI:N/AC:L) yields an admin-bound token granting full read/write over all site data, so C/I/A all High.
Primary rating from Vendor (wordfence).
CVSS VectorVendor: wordfence
Lifecycle Timeline
2DescriptionCVE.org
The MountDev AI MCP Connector for WordPress plugin for WordPress is vulnerable to authorization bypass in all versions up to, and including, 1.6.1. This is due to the plugin not properly verifying that a user is authorized to perform an action. This makes it possible for unauthenticated attackers to obtain an administrator-bound OAuth Bearer token via a self-registered client, granting full administrator-equivalent access to the plugin's MCP tool surface and all exposed WordPress content, users, and options. This is exploitable by combining the publicly accessible Dynamic Client Registration endpoint, which allows unauthenticated callers to register arbitrary OAuth clients with an attacker-controlled redirect_uri, with the unprotected authorization endpoint to complete the full OAuth flow without any administrator interaction.
Articles & Coverage 1
AnalysisAI
Authorization bypass in the MountDev AI MCP Connector for WordPress plugin (all versions ≤ 1.6.1) lets unauthenticated attackers mint an administrator-bound OAuth Bearer token by abusing an open Dynamic Client Registration endpoint together with an unprotected authorization endpoint, yielding full admin-equivalent control over the plugin's MCP tool surface and all exposed WordPress content, users, and options. Because the flaw is network-reachable with no privileges or user interaction (CVSS 9.8), it effectively grants site takeover. Currently there is no public exploit identified at time of analysis and the issue is not in CISA KEV, but Wordfence has published a detailed threat-intel entry.
Technical ContextAI
The plugin implements an OAuth 2.0 / Model Context Protocol (MCP) authorization server inside WordPress to broker AI agent access to site data. The vulnerability class is CWE-862 (Missing Authorization): the OAuth controller (includes/class-oauth-controller.php, per the referenced trac lines 188/370/474/571) exposes a Dynamic Client Registration endpoint (RFC 7591) that any unauthenticated caller can hit to register an arbitrary client with an attacker-chosen redirect_uri, and pairs it with an authorization endpoint that never verifies that the requesting party is an authenticated, consenting administrator. The token issued is bound to an administrator identity, so the resulting Bearer token confers administrator-equivalent scope across the MCP tool surface (WordPress content, users, and options).
RemediationAI
Upgrade the MountDev AI MCP Connector plugin to a version later than 1.6.1 (the fix is reflected in the WordPress.org trac changeset referenced above; an exact patched release version is not stated in the input, so confirm the fixed version on the plugin's WordPress.org page before deploying - Upstream fix available per the trac changeset, released patched version not independently confirmed here). If you cannot patch immediately, deactivate and remove the plugin, since the vulnerable OAuth endpoints are the plugin's core function and cannot be safely left enabled. As compensating controls, block or restrict external access to the plugin's OAuth REST routes (the Dynamic Client Registration and authorization endpoints) at the WAF or web-server layer, and use a Wordfence firewall rule if available; note the trade-off that blocking these routes disables legitimate MCP/AI agent connectivity. Review existing WordPress users, application passwords, and registered OAuth clients for rogue entries created via the registration endpoint, and rotate secrets. Consult the Wordfence advisory at https://www.wordfence.com/threat-intel/vulnerabilities/id/ce8ec66f-5efc-4354-8871-8e35ab4e51fc?source=cve for detection guidance.
The mailSend function in the isMail transport in PHPMailer before 5.2.18 might allow remote attackers to pass extra para
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
Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote
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 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
Remote code execution in WordPress 6.9.x (before 6.9.5) and 7.0.x (before 7.0.2) arises from a REST API batch endpoint r
Same weakness CWE-862 – Missing Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-47907
GHSA-8g44-6rrm-mf2w