A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-2025-11749

CVE-2025-11749: AI Engine WordPress Information Disclosure

CVE-2025-11749 is an information disclosure vulnerability in the AI Engine WordPress plugin that exposes Bearer Tokens via the REST API. Attackers can exploit this to escalate privileges. This article covers technical details, affected versions, impact, and mitigation strategies.

Updated: May 15, 2026

CVE-2025-11749 Overview

CVE-2025-11749 is a sensitive information disclosure vulnerability in the AI Engine plugin for WordPress, affecting all versions up to and including 3.1.3. The flaw resides in the /mcp/v1/ REST API endpoint, which exposes the configured Bearer Token when the No-Auth URL option is enabled. Unauthenticated attackers can retrieve the token over the network and use it to authenticate as a privileged user. With a valid bearer token, an attacker can invoke administrative actions, including creating new administrator accounts. The vulnerability maps to CWE-200: Exposure of Sensitive Information to an Unauthorized Actor.

Critical Impact

Unauthenticated attackers can extract a valid Bearer Token and gain full administrative control of affected WordPress sites, resulting in complete site takeover.

Affected Products

  • AI Engine plugin for WordPress, versions through 3.1.3
  • WordPress sites with the AI Engine MCP module enabled
  • WordPress sites with the No-Auth URL feature enabled in AI Engine

Discovery Timeline

  • 2025-11-05 - CVE-2025-11749 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-11749

Vulnerability Analysis

The AI Engine plugin implements a Model Context Protocol (MCP) endpoint at /mcp/v1/ to allow external clients to interact with the plugin's AI features. When site administrators enable the No-Auth URL feature, the plugin generates a Bearer Token used by trusted clients to authenticate against the MCP endpoint. The vulnerability stems from the endpoint returning that Bearer Token in its response without requiring authentication. Any remote actor who can reach the WordPress site over HTTP can issue a request to the MCP endpoint and read the token value.

Once the attacker holds the token, they can authenticate to the MCP REST API and execute any operation the token authorizes. This includes invoking tools that create WordPress users, modify content, or change site configuration. Creating a new administrator account converts an information disclosure flaw into full site compromise. The vulnerability has a high EPSS exploitation probability, indicating elevated real-world risk.

Root Cause

The root cause is a missing authorization check on the response data path of the /mcp/v1/ endpoint. The plugin returns sensitive configuration data, including the Bearer Token, in the endpoint response when No-Auth URL mode is enabled. The relevant code can be reviewed in the AI Engine plugin source on plugins.trac.wordpress.org. The fix, available in the 3380753 changeset, removes the token from the unauthenticated response.

Attack Vector

The attack is network-based and requires no authentication, user interaction, or privileged position. An attacker enumerates WordPress sites running the AI Engine plugin, sends an unauthenticated HTTP request to the MCP REST endpoint, and parses the Bearer Token from the response. The attacker then replays the token in the Authorization: Bearer <token> header against the same endpoint to invoke MCP tools, including user creation functions that grant administrative privileges.

The vulnerability is described in prose because no verified public exploit code has been confirmed. See the Wordfence Vulnerability Report for additional technical context.

Detection Methods for CVE-2025-11749

Indicators of Compromise

  • Unauthenticated HTTP GET or POST requests to /wp-json/mcp/v1/ from unfamiliar source IP addresses
  • New WordPress administrator accounts created without a corresponding audit trail in wp_users and wp_usermeta
  • Unexpected Authorization: Bearer headers in access logs targeting the AI Engine MCP endpoint
  • Outbound connections from the WordPress host to attacker-controlled infrastructure following MCP requests

Detection Strategies

  • Inspect web server access logs for requests to paths matching /mcp/v1/ originating from unauthenticated sessions
  • Correlate MCP endpoint access with subsequent administrative actions such as user creation or plugin installation
  • Compare the installed AI Engine plugin version against 3.1.4 or later to identify vulnerable hosts
  • Alert on responses from /mcp/v1/ that contain token-shaped strings to detect exposure on legacy installations

Monitoring Recommendations

  • Forward WordPress access and audit logs to a centralized SIEM and retain them for at least 90 days
  • Monitor the wp_users table for unexpected role changes or new accounts with the administrator role
  • Track REST API request volume per source IP and rate-limit anomalous spikes to the wp-json namespace
  • Enable file integrity monitoring on wp-content/plugins/ai-engine/ to detect tampering

How to Mitigate CVE-2025-11749

Immediate Actions Required

  • Update the AI Engine plugin to a version later than 3.1.3 immediately on all WordPress installations
  • Disable the No-Auth URL feature in AI Engine settings until the plugin is patched
  • Rotate the Bearer Token after patching to invalidate any token that may have been exposed
  • Audit WordPress administrator accounts and remove any accounts that cannot be attributed to a known user

Patch Information

The maintainer released a fix in the changeset published at plugins.trac.wordpress.org changeset/3380753. The patch removes the Bearer Token from the unauthenticated /mcp/v1/ response. Site operators should upgrade to the latest released version of AI Engine through the WordPress plugin manager or via WP-CLI.

Workarounds

  • Disable the AI Engine plugin entirely if patching cannot be performed in the short term
  • Restrict access to /wp-json/mcp/v1/ at the web server or WAF layer to allow only trusted source IP addresses
  • Block unauthenticated requests to the MCP endpoint using a web application firewall rule
  • Rotate all WordPress secrets, including authentication keys in wp-config.php, after confirming no compromise occurred
bash
# Configuration example: update AI Engine and disable the MCP endpoint via WP-CLI
wp plugin update ai-engine
wp option patch delete mwai_options mcp_no_auth_url
wp user list --role=administrator --fields=ID,user_login,user_email,user_registered

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechWordpress

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability85.39%

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

  • WordPress Plugin Changeset

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-7526: PDF Embedder Information Disclosure Flaw

  • CVE-2026-3173: Meta Field Block Information Disclosure

  • CVE-2026-9228: MotoPress Timetable IDOR Vulnerability

  • CVE-2025-0898: Xpro Elementor Addons File Read Vulnerability
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