The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-8719

CVE-2026-8719: AI Engine WordPress Privilege Escalation

CVE-2026-8719 is a privilege escalation vulnerability in AI Engine WordPress plugin that allows authenticated subscribers to gain administrator access via MCP OAuth tokens. This article covers technical details, affected versions, impact, and mitigation.

Published: May 21, 2026

CVE-2026-8719 Overview

CVE-2026-8719 is a privilege escalation vulnerability in the AI Engine WordPress plugin, which provides chatbot, AI framework, and Model Context Protocol (MCP) functionality. The flaw affects version 3.4.9 and stems from missing WordPress capability enforcement in the MCP OAuth bearer-token authorization path. Any valid OAuth token grants MCP access without verifying administrator privileges. Authenticated users with Subscriber-level access or higher can invoke admin-level MCP tools and escalate to Administrator. The issue is tracked under [CWE-269: Improper Privilege Management].

Critical Impact

Subscriber-level authenticated attackers can escalate to full WordPress Administrator privileges by invoking admin-only MCP tools through the OAuth authorization path.

Affected Products

  • AI Engine – The Chatbot, AI Framework & MCP for WordPress plugin
  • Version 3.4.9
  • WordPress installations with MCP OAuth functionality enabled

Discovery Timeline

  • 2026-05-17 - CVE-2026-8719 published to NVD
  • 2026-05-18 - Last updated in NVD database

Technical Details for CVE-2026-8719

Vulnerability Analysis

The AI Engine plugin exposes Model Context Protocol (MCP) tools that allow programmatic interaction with WordPress functionality. Access to these tools is gated by an OAuth bearer-token authorization path. In version 3.4.9, the authorization handler validates token authenticity but does not check whether the associated user holds the required WordPress capability, such as manage_options.

Because the capability check is absent, the authorization decision collapses into a binary token-validity test. Any authenticated user able to obtain a valid OAuth token receives access to the full MCP tool surface, including administrative tools. The attacker can then call MCP functions that modify user roles, install plugins, or change site options.

Exploitation requires only Subscriber-level access, the lowest authenticated WordPress role. Open registration sites are therefore exposed to anonymous attackers who can self-provision an account.

Root Cause

The root cause is missing capability enforcement in the MCP OAuth bearer-token authorization path. The code authenticates the bearer token but omits a corresponding current_user_can() check against an administrator-level capability before granting MCP access.

Attack Vector

The vulnerability is exploitable over the network. The attacker authenticates as a Subscriber, obtains an OAuth bearer token through the plugin's standard flow, and sends MCP tool invocations to the WordPress endpoint. Admin-only MCP tools execute under the attacker's token without rejecting the request based on role. The attacker uses these tools to grant themselves the administrator role or otherwise pivot to full site control.

For technical details, see the WordPress Plugin Changeset and the Wordfence Vulnerability Analysis.

Detection Methods for CVE-2026-8719

Indicators of Compromise

  • Unexpected role changes for previously low-privilege users, particularly Subscriber accounts promoted to Administrator.
  • MCP tool invocations in plugin or web server logs originating from non-administrator user tokens.
  • New administrator accounts, plugin installations, or theme changes that do not correspond to legitimate admin activity.
  • OAuth token issuance to Subscriber-level accounts followed by access to admin-scoped MCP endpoints.

Detection Strategies

  • Audit wp_users and wp_usermeta for role changes that lack a corresponding administrative session.
  • Monitor HTTP requests to MCP endpoints under the ai-engine plugin route and correlate the calling user's WordPress role with the tool invoked.
  • Alert on bearer-token-authenticated MCP calls where the associated user lacks the manage_options capability.

Monitoring Recommendations

  • Forward WordPress audit logs to a centralized SIEM and create rules for role escalations and plugin installations.
  • Enable verbose logging on the AI Engine plugin and retain access logs for the WordPress REST API namespace used by MCP.
  • Track creation of new admin users and outbound calls initiated by the AI Engine plugin for signs of post-exploitation activity.

How to Mitigate CVE-2026-8719

Immediate Actions Required

  • Update the AI Engine plugin to a version newer than 3.4.9 that includes the fix referenced in the plugin changeset 3533527.
  • Disable the MCP feature in the AI Engine plugin settings until the patched version is deployed.
  • Review all WordPress user accounts and revoke unexpected administrator privileges.
  • Rotate OAuth client secrets and revoke existing bearer tokens issued by the plugin.

Patch Information

The fix is published in the WordPress plugin repository as changeset 3533527 for ai-engine. The patch adds the missing WordPress capability check to the MCP OAuth bearer-token authorization path so that administrator-level MCP tools are only accessible to users with the appropriate capability. Site operators should upgrade through the WordPress plugin updater or via WP-CLI.

Workarounds

  • Disable open user registration to prevent anonymous attackers from obtaining Subscriber accounts.
  • Restrict access to the AI Engine MCP endpoints at the web server or WAF layer to known administrator IP addresses.
  • Temporarily deactivate the AI Engine plugin if MCP functionality is not required.
bash
# Update the AI Engine plugin via WP-CLI
wp plugin update ai-engine

# Verify the installed version is greater than 3.4.9
wp plugin get ai-engine --field=version

# If a patched version is not yet available, deactivate the plugin
wp plugin deactivate ai-engine

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechWordpress

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-269
  • Technical References
  • WordPress Plugin Changeset

  • Wordfence Vulnerability Analysis
  • Related CVEs
  • CVE-2026-7467: Read More & Accordion Privilege Escalation

  • CVE-2026-7284: WordPress Easy Elements Privilege Escalation

  • CVE-2026-6456: Account Switcher Privilege Escalation Flaw

  • CVE-2026-6228: WordPress Frontend Admin Escalation Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English