CVE-2026-2296 PUBLISHED

Product Addons for Woocommerce – Product Options with Custom Fields <= 3.1.0 - Authenticated (Shop Manager+) Code Injection via Conditional Logic 'operator' Parameter

Assigner: Wordfence
Reserved: 10.02.2026 Published: 18.02.2026 Updated: 18.02.2026

The Product Addons for Woocommerce – Product Options with Custom Fields plugin for WordPress is vulnerable to Code Injection in all versions up to, and including, 3.1.0. This is due to insufficient input validation of the 'operator' field in conditional logic rules within the evalConditions() function, which passes unsanitized user input directly to PHP's eval() function. This makes it possible for authenticated attackers, with Shop Manager-level access and above, to inject and execute arbitrary PHP code on the server via the conditional logic 'operator' parameter when saving addon form field rules.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
CVSS Score: 7.2

Product Status

Vendor acowebs
Product Product Addons for Woocommerce – Product Options with Custom Fields
Versions Default: unaffected
  • affected from * to 3.1.0 (incl.)

Credits

  • Phap Nguyen Anh finder

References

Problem Types

  • CWE-94 Improper Control of Generation of Code ('Code Injection') CWE