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
    • 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 REST API. Attackers can use this to escalate privileges. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: March 11, 2026

CVE-2025-11749 Overview

CVE-2025-11749 is a critical Sensitive Information Exposure vulnerability affecting the AI Engine plugin for WordPress in all versions up to and including 3.1.3. The vulnerability exists in the /mcp/v1/ REST API endpoint, which inadvertently exposes the Bearer Token value when the "No-Auth URL" feature is enabled. This exposure allows unauthenticated attackers to extract authentication tokens remotely, enabling session hijacking and privilege escalation attacks.

Critical Impact

Unauthenticated attackers can extract Bearer tokens via the REST API to hijack sessions and create administrator accounts, resulting in complete site compromise.

Affected Products

  • AI Engine plugin for WordPress versions up to and including 3.1.3
  • WordPress sites with AI Engine plugin installed and "No-Auth URL" feature enabled
  • Any WordPress installation using vulnerable AI Engine MCP REST API functionality

Discovery Timeline

  • 2025-11-05 - CVE-2025-11749 published to NVD
  • 2025-11-06 - Last updated in NVD database

Technical Details for CVE-2025-11749

Vulnerability Analysis

This vulnerability is classified under CWE-200 (Exposure of Sensitive Information to an Unauthorized Actor). The flaw resides in how the AI Engine plugin handles authentication tokens within its MCP (Machine Communication Protocol) REST API implementation. When the "No-Auth URL" configuration option is enabled, the plugin's /mcp/v1/ endpoint returns the Bearer Token in API responses without proper access controls.

The vulnerability is particularly dangerous because it requires no authentication to exploit and can be accessed over the network. An attacker who successfully extracts the Bearer token can use it to authenticate as a legitimate user, bypass authentication mechanisms, and perform privileged operations including the creation of new administrator accounts.

Root Cause

The root cause of this vulnerability lies in improper access control logic within the mcp.php file of the AI Engine plugin. When the "No-Auth URL" feature is enabled, the code path that handles REST API requests fails to adequately protect sensitive authentication credentials. The Bearer Token, which should be treated as a confidential secret, is included in API responses accessible to unauthenticated users.

The vulnerable code can be reviewed in the WordPress Plugin Code Review where the token exposure occurs.

Attack Vector

The attack vector is network-based and requires no user interaction or prior authentication. An attacker can exploit this vulnerability by:

  1. Identifying Target Sites: Scanning for WordPress installations with the AI Engine plugin active
  2. Probing the Endpoint: Sending requests to the /mcp/v1/ REST API endpoint
  3. Token Extraction: Capturing the exposed Bearer Token from API responses when No-Auth URL is enabled
  4. Session Hijacking: Using the extracted token to authenticate to the WordPress site
  5. Privilege Escalation: Creating a new administrator account or performing other privileged operations

The vulnerability mechanism involves the REST API endpoint returning sensitive authentication data. When an attacker sends a crafted request to the /mcp/v1/ endpoint on a vulnerable site, the response includes the Bearer Token if the No-Auth URL configuration is enabled. This token can then be replayed to gain authenticated access. For technical implementation details, see the Wordfence Vulnerability Report.

Detection Methods for CVE-2025-11749

Indicators of Compromise

  • Unexpected HTTP requests to /mcp/v1/ REST API endpoints from external IP addresses
  • Anomalous API response patterns containing token data in server logs
  • Creation of new administrator accounts without legitimate administrative action
  • Unusual authentication events using Bearer token authentication from unfamiliar IP addresses
  • Evidence of reconnaissance scanning targeting WordPress REST API endpoints

Detection Strategies

  • Monitor web server access logs for repeated requests to /wp-json/mcp/v1/ or similar MCP endpoints
  • Implement Web Application Firewall (WAF) rules to detect and alert on suspicious REST API access patterns
  • Deploy intrusion detection signatures for token extraction attempts against WordPress sites
  • Enable WordPress audit logging to track administrator account creation events
  • Use SentinelOne Singularity to detect post-exploitation activities following successful token theft

Monitoring Recommendations

  • Configure real-time alerting for new administrator account creation in WordPress
  • Establish baseline metrics for REST API endpoint access and alert on anomalies
  • Monitor for lateral movement or persistence mechanisms following potential compromise
  • Review authentication logs for Bearer token usage from unexpected sources
  • Implement network traffic analysis to detect token exfiltration attempts

How to Mitigate CVE-2025-11749

Immediate Actions Required

  • Update the AI Engine plugin to the latest patched version immediately
  • Disable the "No-Auth URL" feature if it is currently enabled until patching is complete
  • Rotate all existing Bearer tokens and API credentials associated with the AI Engine plugin
  • Audit administrator accounts for any unauthorized additions
  • Review access logs for evidence of exploitation prior to patching

Patch Information

The vulnerability has been addressed in versions of the AI Engine plugin released after 3.1.3. The fix can be reviewed in the WordPress Changeset Update which modifies the token handling logic in the MCP REST API implementation.

WordPress site administrators should update the AI Engine plugin through the WordPress admin dashboard or by manually downloading the latest version from the WordPress plugin repository. After updating, verify the new version is active and confirm that sensitive endpoints no longer expose authentication tokens.

Workarounds

  • Disable the AI Engine plugin entirely until a patch can be applied if immediate updating is not possible
  • Use web server configuration to block access to /wp-json/mcp/v1/ endpoints from untrusted networks
  • Implement IP allowlisting for REST API access to limit exposure to known administrative IP addresses
  • Deploy a WAF rule to inspect and block requests targeting the vulnerable endpoint
bash
# Apache .htaccess workaround to block MCP endpoint access
<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{REQUEST_URI} ^/wp-json/mcp/v1/ [NC]
    RewriteRule .* - [F,L]
</IfModule>

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.89%

  • 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 Code Review

  • WordPress Changeset Update

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-4338: ActivityPub WordPress Info Disclosure Flaw

  • CVE-2026-3594: Riaxe Product Customizer Info Disclosure

  • CVE-2026-4654: WordPress Awesome Support IDOR Vulnerability

  • CVE-2026-1233: WordPress TTS Plugin Info Disclosure Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now 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