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-0746

CVE-2026-0746: AI Engine WordPress Plugin SSRF Vulnerability

CVE-2026-0746 is a Server-Side Request Forgery flaw in AI Engine WordPress plugin that allows authenticated attackers to make arbitrary web requests. This post covers its technical details, affected versions, and mitigation.

Published: January 30, 2026

CVE-2026-0746 Overview

The AI Engine plugin for WordPress contains a Server-Side Request Forgery (SSRF) vulnerability in all versions up to and including 3.3.2. The flaw exists within the get_audio function, allowing authenticated attackers with Subscriber-level access or higher to make arbitrary web requests originating from the web application server. This vulnerability can be leveraged to query and modify information from internal services when specific conditions are met.

Critical Impact

Authenticated attackers can abuse this SSRF vulnerability to access internal network resources, potentially exposing sensitive configuration data, internal APIs, and cloud metadata services that should not be externally accessible.

Affected Products

  • AI Engine plugin for WordPress versions up to and including 3.3.2
  • WordPress installations with AI Engine plugin where "Public API" is enabled
  • Servers with PHP configuration allow_url_fopen set to On

Discovery Timeline

  • 2026-01-27 - CVE-2026-0746 published to NVD
  • 2026-01-29 - Last updated in NVD database

Technical Details for CVE-2026-0746

Vulnerability Analysis

This vulnerability is classified as CWE-918 (Server-Side Request Forgery). The SSRF flaw allows authenticated users to craft malicious requests that the server will execute on their behalf, effectively using the WordPress installation as a proxy to access internal resources.

The vulnerability requires specific conditions to be exploitable: the "Public API" feature must be enabled in the plugin settings, and the PHP server configuration must have allow_url_fopen set to On. When these conditions are met, attackers with even minimal authentication (Subscriber-level) can exploit this weakness.

The scope of this vulnerability extends beyond the vulnerable component itself, potentially allowing attackers to pivot to other internal systems and services that trust requests from the web server's IP address.

Root Cause

The root cause lies in the get_audio function within the chatml.php file, which fails to properly validate and sanitize user-supplied URLs before making server-side requests. The function does not implement adequate restrictions on the destination of outbound requests, allowing attackers to specify arbitrary URLs including internal network addresses.

Attack Vector

The attack is network-based and requires low-privileged authentication (Subscriber-level access). An attacker would craft a malicious request to the get_audio function endpoint, specifying an internal URL as the target. The server would then make the request on behalf of the attacker, potentially returning sensitive data from internal services.

Common attack scenarios include:

  • Accessing cloud metadata endpoints (e.g., http://169.254.169.254/) to retrieve instance credentials
  • Scanning internal network services to map infrastructure
  • Accessing internal APIs and administrative interfaces
  • Reading configuration files from internal web services

The vulnerability mechanism involves the get_audio function accepting user-controlled input for URL destinations without proper validation. When the "Public API" feature is enabled and PHP's allow_url_fopen directive permits URL file access, the function will fetch content from arbitrary locations. For detailed technical analysis, refer to the WordPress Plugin Code Review and the Wordfence Vulnerability Analysis.

Detection Methods for CVE-2026-0746

Indicators of Compromise

  • Unusual outbound requests from the WordPress server to internal IP ranges (10.x.x.x, 172.16.x.x-172.31.x.x, 192.168.x.x)
  • Web server logs showing requests to cloud metadata endpoints (169.254.169.254)
  • Unexpected API calls to the AI Engine plugin endpoints from Subscriber-level accounts
  • Anomalous network traffic patterns from the web server to internal services

Detection Strategies

  • Monitor web application firewall (WAF) logs for requests containing internal IP addresses or localhost references in URL parameters
  • Implement network segmentation monitoring to detect unauthorized internal communications from web servers
  • Review WordPress activity logs for unusual API endpoint usage by low-privileged users
  • Deploy intrusion detection rules for common SSRF payloads targeting cloud metadata services

Monitoring Recommendations

  • Configure alerts for outbound connections from web servers to internal network segments
  • Implement logging for all AI Engine plugin API calls, including the requesting user and target URLs
  • Monitor for enumeration patterns that may indicate internal network scanning
  • Enable verbose PHP logging to capture URL fetch operations

How to Mitigate CVE-2026-0746

Immediate Actions Required

  • Update the AI Engine plugin to a version newer than 3.3.2 immediately
  • Disable the "Public API" feature in AI Engine plugin settings if not required
  • Review and audit Subscriber-level accounts for suspicious activity
  • Implement network-level controls to restrict outbound requests from web servers

Patch Information

The vulnerability has been addressed in versions after 3.3.2. The patch can be reviewed in the WordPress Plugin Changeset. Administrators should update through the WordPress plugin management interface or by manually downloading the latest version from the WordPress plugin repository.

Workarounds

  • Set PHP configuration allow_url_fopen to Off if application functionality permits
  • Implement web application firewall rules to block SSRF payloads in requests
  • Restrict Subscriber-level users from accessing plugin API endpoints through WordPress capability management
  • Deploy network egress filtering to prevent the web server from making requests to internal networks
bash
# Configuration example
# Disable allow_url_fopen in php.ini to mitigate SSRF risk
# Edit /etc/php/8.x/apache2/php.ini (path may vary)
allow_url_fopen = Off

# Alternative: Add to .htaccess for per-directory restriction
php_flag allow_url_fopen off

# Restart web server after changes
sudo systemctl restart apache2

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechWordpress

  • SeverityMEDIUM

  • CVSS Score6.4

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-918
  • Technical References
  • WordPress Plugin Code Review

  • WordPress Plugin Changeset

  • Wordfence Vulnerability Analysis
  • Related CVEs
  • CVE-2026-6812: Ona WordPress Theme SSRF Vulnerability

  • CVE-2026-7049: PixelYourSite Pro WordPress SSRF Flaw

  • CVE-2026-2948: Gutenverse WordPress Plugin SSRF Vulnerability

  • CVE-2025-10861: WordPress Popup Builder SSRF Vulnerability
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