Skip to main content
COSMICBYTEZLABS
NewsSecurityHOWTOsToolsStudyTraining
ProjectsChecklistsAI RankingsNewsletterStatusTagsAbout
Subscribe

Press Enter to search or Esc to close

News
Security
HOWTOs
Tools
Study
Training
Projects
Checklists
AI Rankings
Newsletter
Status
Tags
About
RSS Feed
Reading List
Subscribe

Stay in the Loop

Get the latest security alerts, tutorials, and tech insights delivered to your inbox.

Subscribe NowFree forever. No spam.
COSMICBYTEZLABS

Your trusted source for IT intelligence, cybersecurity insights, and hands-on technical guides.

1154+ Articles
126+ Guides

CONTENT

  • Latest News
  • Security Alerts
  • HOWTOs
  • Projects
  • Exam Prep

RESOURCES

  • Search
  • Browse Tags
  • Newsletter Archive
  • Reading List
  • RSS Feed

COMPANY

  • About Us
  • Contact
  • Privacy Policy
  • Terms of Service

© 2026 CosmicBytez Labs. All rights reserved.

System Status: Operational
  1. Home
  2. Security
  3. CVE-2026-8719: WordPress AI Engine Plugin Privilege Escalation via MCP OAuth
CVE-2026-8719: WordPress AI Engine Plugin Privilege Escalation via MCP OAuth
SECURITYHIGHCVE-2026-8719

CVE-2026-8719: WordPress AI Engine Plugin Privilege Escalation via MCP OAuth

A missing WordPress capability check in the AI Engine plugin's MCP OAuth bearer-token path allows any authenticated user to escalate privileges to...

Dylan H.

Security Team

May 17, 2026
3 min read

Affected Products

  • AI Engine – The Chatbot, AI Framework & MCP for WordPress (versions up to 3.4.9)

Overview

CVE-2026-8719 is a high-severity privilege escalation vulnerability in the AI Engine – The Chatbot, AI Framework & MCP for WordPress plugin (version 3.4.9). The flaw resides in the plugin's Model Context Protocol (MCP) integration, where the OAuth bearer-token authorization path fails to enforce WordPress capability checks. As a result, any user presenting a valid OAuth token is granted full MCP access regardless of their actual WordPress role.

FieldValue
CVE IDCVE-2026-8719
CVSS Score8.8 (High)
Affected Version3.4.9 and earlier
Vulnerability TypePrivilege Escalation
Authentication RequiredYes (Subscriber or higher)
Patch AvailableCheck plugin repository for updated version

Technical Details

The vulnerability exists in the plugin's MCP OAuth authentication handler. When a request arrives carrying a valid OAuth bearer token, the code grants MCP access without calling current_user_can() or any equivalent WordPress capability check. This means a subscriber-level user — the lowest authenticated role in WordPress — can obtain MCP access that should be restricted to administrators.

The MCP (Model Context Protocol) integration provides direct access to AI model management features, site configuration, and potentially sensitive data stored in the plugin's context. Gaining unauthorized MCP access could allow an attacker to:

  • Modify AI chatbot configurations and system prompts
  • Access conversation history and user-submitted data
  • Inject malicious instructions into AI model contexts
  • Potentially pivot to broader WordPress administrative functions depending on what MCP exposes

Affected Products

  • Plugin: AI Engine – The Chatbot, AI Framework & MCP for WordPress
  • Affected Version: 3.4.9
  • WordPress.org Slug: ai-engine

Proof of Concept

The attack requires:

  1. A valid WordPress account with at minimum Subscriber role
  2. An OAuth token (obtainable through normal OAuth flows exposed by the plugin)
  3. Direct API calls to the MCP endpoint, bypassing intended role restrictions

No public proof-of-concept exploit code has been confirmed at time of publication.

Remediation

Immediate actions:

  1. Update the plugin to the latest available version — check the WordPress.org plugin repository or the plugin vendor's site for a patched release.
  2. Audit MCP access logs for unexpected activity from low-privileged accounts.
  3. Temporarily disable the MCP integration if an immediate patch is not available and the feature is not business-critical.
  4. Review user accounts for any unauthorized role escalation that may have occurred.

If running a multi-user WordPress installation with subscriber-level accounts, treat this as a high-priority patch.

CVSS Vector

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Attack Vector: Network
  • Attack Complexity: Low
  • Privileges Required: Low (Subscriber)
  • User Interaction: None
  • Scope: Unchanged
  • Confidentiality / Integrity / Availability: High / High / High

References

  • NVD Entry – CVE-2026-8719
  • WordPress.org – AI Engine Plugin
  • Wordfence Vulnerability Database
#CVE#WordPress#Privilege Escalation#MCP#Plugin Vulnerability

Related Articles

CVE-2026-39440: FunnelFormsPro WordPress Plugin Remote Code Inclusion (CVSS 9.9)

A critical code injection vulnerability in the FunnelFormsPro WordPress plugin through version 3.8.1 allows remote code inclusion, enabling attackers to...

4 min read

WordPress Plugin Vulnerability (CVSS 10.0) Under Active

Maximum severity flaw in Modular DS WordPress plugin allows unauthenticated privilege escalation. All versions through 2.5.1 affected with active...

4 min read

WP ERP Pro SQL Injection via search_key Parameter (CVE-2026-4834)

A CVSS 7.5 SQL injection vulnerability in the WP ERP Pro WordPress plugin (all versions up to 1.5.1) allows unauthenticated attackers to extract sensitive...

5 min read
Back to all Security Alerts