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

CVE-2026-6512: InfusedWoo Pro Authorization Bypass Flaw

CVE-2026-6512 is an authorization bypass vulnerability in the InfusedWoo Pro WordPress plugin that allows unauthenticated attackers to delete posts, pages, products, orders, and comments. This article covers technical details, affected versions, impact analysis, and mitigation strategies.

Published: May 14, 2026

CVE-2026-6512 Overview

CVE-2026-6512 is an authorization bypass vulnerability in the InfusedWoo Pro plugin for WordPress. The flaw affects all versions up to and including 5.1.2. The plugin fails to verify that a user is authorized to perform privileged actions, classified as Missing Authorization [CWE-862].

Unauthenticated attackers can permanently delete arbitrary posts, pages, products, or orders. They can also mass-delete all comments on any post and change the status of any post. The vulnerability is exploitable over the network without user interaction.

Critical Impact

Unauthenticated attackers can destroy WooCommerce store content, including products and orders, on any vulnerable WordPress site.

Affected Products

  • InfusedWoo Pro plugin for WordPress, versions through 5.1.2
  • WordPress sites running WooCommerce with InfusedWoo Pro installed
  • All WooCommerce stores using the InfusedWoo Pro extension

Discovery Timeline

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

Technical Details for CVE-2026-6512

Vulnerability Analysis

The InfusedWoo Pro plugin exposes administrative actions through endpoints that lack proper authorization checks. The plugin registers AJAX or REST handlers for content management operations but does not validate the requesting user's capabilities or role.

Attackers can invoke deletion and state-change functions by sending crafted HTTP requests directly to the vulnerable endpoints. No authentication cookie, nonce verification, or capability check (current_user_can()) gates the affected actions. The impact spans confidentiality and integrity, with permanent loss of store data including orders and products.

This class of weakness is tracked as Missing Authorization under [CWE-862]. WordPress plugins commonly fall into this pattern when developers rely on UI-level restrictions rather than server-side authorization enforcement.

Root Cause

The root cause is the absence of authorization verification in handlers that perform destructive operations. The plugin code does not call current_user_can() or verify a valid nonce via check_ajax_referer() before executing post deletion, comment deletion, or post status changes.

Attack Vector

An unauthenticated remote attacker sends HTTP POST requests to the vulnerable plugin endpoints, typically admin-ajax.php with the plugin's registered action parameter. The attacker supplies target post IDs, product IDs, or order IDs as request parameters. The plugin executes the destructive operation without verifying the caller's identity or permissions, resulting in permanent data loss across the affected WordPress installation.

Verified exploitation code is not publicly available. Refer to the Wordfence Vulnerability Advisory for additional technical context.

Detection Methods for CVE-2026-6512

Indicators of Compromise

  • Unexpected POST requests to /wp-admin/admin-ajax.php referencing InfusedWoo plugin actions from unauthenticated sources
  • Missing or trashed WooCommerce products, orders, posts, or pages with no corresponding admin activity in audit logs
  • Sudden mass deletion of comments across multiple posts within a short time window
  • Unexplained post status transitions (published to draft or trash) without legitimate user action

Detection Strategies

  • Review web server access logs for repeated POST requests to admin-ajax.php with InfusedWoo action parameters lacking valid session cookies
  • Enable WordPress activity logging plugins to capture post deletions, status changes, and comment removals with associated user context
  • Correlate WooCommerce order and product audit trails against authenticated admin sessions to identify orphan deletions

Monitoring Recommendations

  • Monitor for anomalous spikes in wp_posts and wp_comments deletion events at the database level
  • Alert on requests to plugin-specific AJAX actions originating from unauthenticated IP addresses
  • Track changes to post status and ownership attributes through file integrity and database change monitoring

How to Mitigate CVE-2026-6512

Immediate Actions Required

  • Update the InfusedWoo Pro plugin to a version newer than 5.1.2 once a patched release is available from the vendor
  • Temporarily deactivate the InfusedWoo Pro plugin on all WordPress sites until a fix is verified
  • Restore deleted posts, products, orders, or comments from recent backups if unauthorized deletions have occurred
  • Audit all WooCommerce store content and database tables for evidence of unauthorized modifications

Patch Information

Review the InfusedWoo Changelog for vendor release notes and patched version information. Confirm patched versions through the Wordfence Vulnerability Advisory before deploying.

Workarounds

  • Block unauthenticated requests to admin-ajax.php containing InfusedWoo action parameters at the web application firewall (WAF) layer
  • Restrict access to /wp-admin/ paths by source IP address where operationally feasible
  • Enforce database-level backups on a frequent schedule to enable rapid recovery from destructive actions
  • Remove the plugin entirely from sites that do not require its functionality
bash
# Example WAF rule concept: block unauthenticated InfusedWoo AJAX actions
# Adapt to your WAF syntax (ModSecurity, Cloudflare, etc.)
SecRule REQUEST_URI "@contains /wp-admin/admin-ajax.php" \
  "chain,deny,status:403,id:1026512,msg:'CVE-2026-6512 InfusedWoo unauthenticated action'"
  SecRule ARGS:action "@rx (?i)infusedwoo" \
    "chain"
    SecRule &REQUEST_COOKIES:/wordpress_logged_in_/ "@eq 0"

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechWordpress

  • SeverityCRITICAL

  • CVSS Score9.1

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-862
  • Technical References
  • InfusedWoo Changelog

  • Wordfence Vulnerability ID F624C9A0
  • Related CVEs
  • CVE-2026-6145: WordPress User Registration Auth Bypass

  • CVE-2026-8181: Burst Statistics Auth Bypass Vulnerability

  • CVE-2026-7525: My Calendar WordPress Auth Bypass Flaw

  • CVE-2026-6214: Forminator Forms Auth Bypass 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