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-2026-2296

CVE-2026-2296: WooCommerce Product Addons RCE Vulnerability

CVE-2026-2296 is a remote code execution flaw in the Product Addons for WooCommerce plugin that allows authenticated attackers to execute arbitrary PHP code. This article covers technical details, affected versions, and mitigation.

Published: February 20, 2026

CVE-2026-2296 Overview

The Product Addons for WooCommerce – Product Options with Custom Fields plugin for WordPress contains a critical Code Injection vulnerability affecting all versions up to and including 3.1.0. This security flaw stems from insufficient input validation of the operator field within conditional logic rules, specifically in the evalConditions() function. The vulnerable code passes unsanitized user input directly to PHP's eval() function, enabling authenticated attackers with Shop Manager-level access or above to inject and execute arbitrary PHP code on the server.

Critical Impact

Authenticated attackers can achieve remote code execution on affected WordPress servers by exploiting the unsafe use of PHP's eval() function in the conditional logic processing, potentially leading to complete server compromise.

Affected Products

  • Product Addons for WooCommerce – Product Options with Custom Fields plugin version 3.1.0 and earlier
  • WordPress installations using the woo-custom-product-addons plugin
  • WooCommerce stores with the vulnerable plugin enabled

Discovery Timeline

  • February 18, 2026 - CVE-2026-2296 published to NVD
  • February 18, 2026 - Last updated in NVD database

Technical Details for CVE-2026-2296

Vulnerability Analysis

This Code Injection vulnerability (CWE-94) exists due to a fundamental security flaw in how the plugin handles user-supplied input for conditional logic rules. The evalConditions() function within the plugin's conditional logic processing component accepts an operator parameter that is passed directly to PHP's eval() function without proper sanitization or validation. This dangerous coding practice creates a direct pathway for arbitrary code execution.

The vulnerability requires authentication at the Shop Manager level or higher, which limits the attack surface but still poses significant risk in multi-user WordPress environments or scenarios where attacker can compromise a Shop Manager account. Once exploited, an attacker gains the ability to execute arbitrary PHP code with the same privileges as the web server process, potentially leading to data theft, malware installation, or lateral movement within the network.

Root Cause

The root cause of this vulnerability is the unsafe use of PHP's eval() function combined with insufficient input validation. The evalConditions() function processes conditional logic rules for product addon fields, accepting an operator parameter that should contain legitimate comparison operators. However, the code fails to validate or sanitize this input before passing it to eval(), creating a classic code injection vector. The vulnerable code can be found in the conditional-logic.php file, specifically around lines 84 and 104, where user-controlled data flows directly into the dangerous eval() function.

Attack Vector

The attack leverages the network-accessible WordPress admin interface, targeting the addon form field rules functionality. An authenticated attacker with Shop Manager privileges can craft a malicious conditional logic rule containing PHP code within the operator parameter. When the server processes this rule through the evalConditions() function, the injected code is executed via eval(). The attack flow involves:

  1. Authenticating to WordPress with Shop Manager or higher privileges
  2. Accessing the product addon configuration interface
  3. Creating or modifying a conditional logic rule with a malicious operator value
  4. The server processes the rule, executing the injected PHP code

The vulnerability is accessible via the conditional logic operator parameter when saving addon form field rules. For detailed technical analysis, refer to the Wordfence Vulnerability Analysis and the source code at line 104.

Detection Methods for CVE-2026-2296

Indicators of Compromise

  • Suspicious modifications to conditional logic rules in the woo-custom-product-addons plugin configuration
  • Unexpected PHP errors or execution traces in web server logs originating from conditional-logic.php
  • Creation of new files, shells, or backdoors in the WordPress installation directory
  • Unusual outbound network connections from the web server

Detection Strategies

  • Monitor WordPress audit logs for changes to product addon conditional logic rules by Shop Manager accounts
  • Implement file integrity monitoring on the WordPress installation to detect unauthorized file modifications
  • Review web application firewall (WAF) logs for requests containing PHP code patterns in POST data to admin endpoints
  • Enable PHP error logging and monitor for eval() execution warnings or errors from the plugin directory

Monitoring Recommendations

  • Deploy real-time monitoring on the wp-content/plugins/woo-custom-product-addons/ directory for file changes
  • Implement alerting for any new Shop Manager account creation or privilege escalation events
  • Monitor for anomalous process spawning from PHP or web server processes
  • Track database changes to the plugin's configuration tables for injection attempts

How to Mitigate CVE-2026-2296

Immediate Actions Required

  • Update the Product Addons for WooCommerce plugin to a version newer than 3.1.0 immediately
  • Review all Shop Manager and Administrator accounts for unauthorized access or suspicious activity
  • Audit conditional logic rules in existing product addons for any malicious content
  • Consider temporarily deactivating the plugin until the patch can be applied

Patch Information

The security fix has been applied in the plugin update following version 3.1.0. The patch addresses the unsafe use of eval() by implementing proper input validation and sanitization for the operator parameter. Details of the security changeset can be reviewed at the WordPress Plugin Changeset 3458823. Update through the WordPress plugin dashboard or manually download the patched version from the WordPress plugin repository.

Workarounds

  • Restrict Shop Manager role capabilities to only trusted personnel until patching is complete
  • Implement a Web Application Firewall (WAF) rule to block requests containing PHP code patterns in POST parameters to the plugin's admin endpoints
  • Use WordPress security plugins to enforce strict input filtering on admin interfaces
  • Consider implementing IP-based access restrictions for WordPress admin areas
bash
# Configuration example - Restrict WordPress admin access by IP in Apache
# Add to .htaccess in wp-admin directory
<Files "admin.php">
    Order Deny,Allow
    Deny from all
    Allow from 192.168.1.0/24
    Allow from 10.0.0.0/8
</Files>

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechWoocommerce

  • SeverityHIGH

  • CVSS Score7.2

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-94
  • Technical References
  • WordPress Plugin Conditional Logic Line 104

  • WordPress Plugin Conditional Logic Line 84

  • WordPress Plugin Conditional Logic Line 104

  • WordPress Plugin Conditional Logic Line 84

  • WordPress Plugin Changeset 3458823

  • Wordfence Vulnerability Analysis
  • Related CVEs
  • CVE-2026-4001: WooCommerce Custom Product Addons RCE Flaw

  • CVE-2025-13773: WooCommerce Delivery Notes RCE Vulnerability

  • CVE-2025-13329: WooCommerce File Uploader RCE Vulnerability

  • CVE-2025-6440: WooCommerce Designer Pro RCE Vulnerability
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