CVE-2026-8719: WordPress AI Engine Plugin Privilege Escalation
The AI Engine – The Chatbot, AI Framework & MCP for WordPress plugin, specifically version 3.4.9, is vulnerable to a critical privilege escalation. The National Vulnerability Database reports a CVSS score of 8.8 (High) for CVE-2026-8719, highlighting its severity.
This flaw stems from a fundamental design oversight: the plugin’s MCP OAuth bearer-token authorization path fails to enforce proper WordPress capability checks. Any valid OAuth token, even from a low-privileged subscriber, grants full MCP access without verifying administrator rights. This effectively allows authenticated attackers to invoke admin-level tools and escalate their privileges to Administrator.
For defenders, this is a clear and present danger. It’s not about exploiting a complex bug; it’s about a broken authorization model. Any attacker with a valid subscriber account on a vulnerable WordPress site can bypass security controls and gain full administrative access. The attacker’s calculus is simple: get a low-privilege account, exploit this, and own the site.
What This Means For You
- If your organization uses the AI Engine – The Chatbot, AI Framework & MCP for WordPress plugin, immediately check your version. If you're on 3.4.9 or an earlier vulnerable version, prioritize patching or disable the plugin until a fix is deployed. Audit your WordPress user logs for any suspicious activity, especially related to the MCP interface, and review OAuth token issuance.
Related ATT&CK Techniques
🛡️ Detection Rules
2 rules · 6 SIEM formats2 detection rules auto-generated for this incident, mapped to MITRE ATT&CK. Sigma YAML is free — export to any SIEM format via the Intel Bot.
CVE-2026-8719: WordPress AI Engine Plugin Unauthorized Admin Access via OAuth
title: CVE-2026-8719: WordPress AI Engine Plugin Unauthorized Admin Access via OAuth
id: scw-2026-05-17-ai-1
status: experimental
level: high
description: |
Detects attempts to exploit CVE-2026-8719 by triggering the MCP OAuth bearer-token authorization path in the WordPress AI Engine plugin. This path is vulnerable to privilege escalation because it grants MCP access without verifying administrator privileges, allowing authenticated subscribers to invoke admin-level tools. This rule specifically looks for the 'action=mcp_oauth_bearer_token' parameter within the admin-ajax.php endpoint, which is the entry point for this vulnerability.
author: SCW Feed Engine (AI-generated)
date: 2026-05-17
references:
- https://shimiscyberworld.com/posts/nvd-CVE-2026-8719/
tags:
- attack.privilege_escalation
- attack.t1068
logsource:
category: webserver
detection:
selection:
cs-uri|contains:
- '/wp-admin/admin-ajax.php'
cs-uri-query|contains:
- 'action=mcp_oauth_bearer_token'
sc-status|exact: [
200
]
condition: selection
falsepositives:
- Legitimate administrative activity
Source: Shimi's Cyber World · License & reuse
Indicators of Compromise
| ID | Type | Indicator |
|---|---|---|
| CVE-2026-8719 | Privilege Escalation | AI Engine – The Chatbot, AI Framework & MCP for WordPress plugin |
| CVE-2026-8719 | Privilege Escalation | WordPress plugin version 3.4.9 |
| CVE-2026-8719 | Privilege Escalation | Missing WordPress capability enforcement in MCP OAuth bearer-token authorization path |
| CVE-2026-8719 | Privilege Escalation | Authenticated (Subscriber+) attackers can invoke admin-level MCP tools |
Source & Attribution
| Source Platform | NVD |
| Channel | National Vulnerability Database |
| Published | May 17, 2026 at 07:16 UTC |
This content was AI-rewritten and enriched by Shimi's Cyber World based on the original source. All intellectual property rights remain with the original author.
Believe this infringes your rights? Submit a takedown request.