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

CVE-2026-6510: InfusedWoo Pro Privilege Escalation Flaw

CVE-2026-6510 is a privilege escalation vulnerability in InfusedWoo Pro plugin for WordPress that allows unauthenticated attackers to gain administrator access. This article covers technical details, affected versions, and mitigations.

Published: May 14, 2026

CVE-2026-6510 Overview

CVE-2026-6510 is a missing authorization vulnerability [CWE-862] in the InfusedWoo Pro plugin for WordPress affecting all versions up to and including 5.1.2. The flaw resides in the iwar_save_recipe() AJAX handler, which lacks both nonce verification and capability checks. Unauthenticated attackers can create a malicious automation recipe that pairs an HTTP post trigger with an auto-login action. Any visitor can then request a crafted URL and receive authentication cookies for any targeted user account, including administrators. The result is complete authentication bypass and full privilege escalation on affected WordPress sites.

Critical Impact

Unauthenticated attackers can obtain administrator authentication cookies and take over the WordPress site without any user interaction.

Affected Products

  • InfusedWoo Pro plugin for WordPress, all versions through 5.1.2
  • WordPress sites running the vulnerable plugin with WooCommerce
  • Hosting environments exposing the WordPress admin-ajax.php endpoint to the internet

Discovery Timeline

  • 2026-05-14 - CVE-2026-6510 published to NVD
  • 2026-05-14 - Last updated in NVD database

Technical Details for CVE-2026-6510

Vulnerability Analysis

The vulnerability is a missing authorization flaw [CWE-862] in the InfusedWoo Pro automation engine. The plugin exposes the iwar_save_recipe() function as an AJAX handler intended to let administrators define automation recipes that bind triggers to actions. The handler does not call check_ajax_referer() for nonce validation, nor does it verify the calling user's capabilities with current_user_can(). Because WordPress registers AJAX actions for both authenticated (wp_ajax_) and unauthenticated (wp_ajax_nopriv_) hooks, the unprotected endpoint accepts requests from any visitor. Attackers can persist arbitrary automation recipes into the site database and trigger them through public-facing URLs.

Root Cause

The root cause is the absence of two standard WordPress security primitives in the iwar_save_recipe() handler: nonce verification to prevent forged requests, and capability checks to restrict the action to privileged users. Without these controls, the handler trusts all request input and writes attacker-controlled recipes to plugin storage.

Attack Vector

An unauthenticated attacker sends a crafted POST request to the plugin's AJAX endpoint to create an automation recipe. The recipe pairs an HTTP post trigger, which fires when a specific public URL is requested, with the plugin's auto-login action, which issues WordPress authentication cookies for a chosen user ID. The attacker then visits the trigger URL with an unauthenticated browser and receives valid session cookies for an administrator account. No code examples are published; refer to the Wordfence Vulnerability Analysis for additional technical detail.

Detection Methods for CVE-2026-6510

Indicators of Compromise

  • POST requests to /wp-admin/admin-ajax.php with action=iwar_save_recipe originating from unauthenticated sessions or unexpected IP addresses
  • New or unexpected InfusedWoo automation recipes referencing auto-login actions or HTTP post triggers
  • Authentication cookies issued for administrator accounts without a corresponding wp-login.php event
  • Unexpected administrator-level activity in WordPress audit logs following anonymous HTTP requests

Detection Strategies

  • Inspect web server access logs for unauthenticated requests targeting admin-ajax.php with the iwar_save_recipe action parameter
  • Query the WordPress database for plugin recipe records that combine HTTP post triggers with auto-login actions and correlate creation times against authenticated admin sessions
  • Alert on issuance of wordpress_logged_in_* cookies that are not preceded by a successful wp-login.php POST

Monitoring Recommendations

  • Enable WordPress audit logging to capture user logins, plugin option changes, and recipe creation events
  • Forward web server, WordPress, and WAF logs to a centralized analytics platform for correlation across the authentication chain
  • Monitor for sudden role or capability changes on existing accounts that follow anonymous traffic to plugin endpoints

How to Mitigate CVE-2026-6510

Immediate Actions Required

  • Update InfusedWoo Pro to a version newer than 5.1.2 as soon as the vendor releases a patched build; consult the Infused Addons Resource for release information
  • Deactivate and remove the InfusedWoo Pro plugin if a patched version is not yet available
  • Rotate passwords and invalidate active sessions for all administrator and privileged accounts on affected sites
  • Audit existing automation recipes and delete any that were not created by an authorized administrator

Patch Information

At the time of NVD publication on 2026-05-14, all versions up to and including 5.1.2 are affected. Review the Wordfence Vulnerability Analysis and the vendor site for the fixed release version.

Workarounds

  • Block unauthenticated POST requests to admin-ajax.php that include action=iwar_save_recipe at the web application firewall or reverse proxy
  • Restrict access to /wp-admin/ paths by source IP where business requirements allow
  • Enforce multi-factor authentication on all administrator accounts to limit the impact of stolen session cookies
bash
# Example WAF rule (ModSecurity) to block the vulnerable AJAX action
SecRule REQUEST_URI "@contains /wp-admin/admin-ajax.php" \
  "chain,phase:2,deny,status:403,id:1026510,msg:'Block InfusedWoo iwar_save_recipe (CVE-2026-6510)'"
  SecRule ARGS:action "@streq iwar_save_recipe" "t:lowercase"

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

  • SeverityCRITICAL

  • CVSS Score9.8

  • 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-862
  • Technical References
  • Infused Addons Resource

  • Wordfence Vulnerability Analysis
  • Related CVEs
  • CVE-2026-6506: InfusedWoo Pro Privilege Escalation Flaw

  • CVE-2026-5193: Elementor Privilege Escalation Vulnerability

  • CVE-2026-7641: WordPress Import Plugin Privilege Escalation

  • CVE-2026-6963: WP Mail Gateway Privilege Escalation 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