Description
The Product Filter for WooCommerce by WBW plugin for WordPress is vulnerable to unauthorized data loss due to a missing capability check in all versions up to, and including, 3.1.2. This is due to the plugin's MVC framework dynamically registering unauthenticated AJAX handlers via `wp_ajax_nopriv_` hooks without verifying user capabilities, combined with the base controller's `__call()` magic method forwarding undefined method calls to the model layer, and the `havePermissions()` method defaulting to `true` when no permissions are explicitly defined. This makes it possible for unauthenticated attackers to truncate the plugin's `wp_wpf_filters` database table via a crafted AJAX request with `action=delete`, permanently destroying all filter configurations.
Problem types
Product status
Any version
Timeline
| 2026-02-24: | Vendor Notified |
| 2026-03-23: | Disclosed |
Credits
Youssef Elouaer
References
www.wordfence.com/...-c3f4-45f9-ab30-846c6297d04e?source=cve
wordpress.org/plugins/woo-product-filter/
plugins.trac.wordpress.org/...r/tags/3.1.0/classes/frame.php
plugins.trac.wordpress.org/...r/tags/3.1.0/classes/frame.php
plugins.trac.wordpress.org/...s/3.1.0/classes/controller.php
plugins.trac.wordpress.org/...r/tags/3.1.0/classes/table.php
plugins.trac.wordpress.org/...%2Ftrunk&sfp_email=&sfph_mail=