Skip to main content

WordPress CVE-2026-3138

| EUVDEUVD-2026-14730 MEDIUM
Missing Authorization (CWE-862)
2026-03-24 Wordfence GHSA-r73c-85q5-vm33
6.5
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
6.5 MEDIUM
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L

Primary rating from NVD · only source for this CVE.

CVSS VectorNVD

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
Low
Availability
Low

Lifecycle Timeline

3
EUVD ID Assigned
Mar 24, 2026 - 05:15 euvd
EUVD-2026-14730
Analysis Generated
Mar 24, 2026 - 05:15 vuln.today
CVE Published
Mar 24, 2026 - 04:27 nvd
MEDIUM 6.5

DescriptionCVE.org

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.

AnalysisAI

The Product Filter for WooCommerce by WBW plugin for WordPress (versions up to 3.1.2) contains a critical authentication bypass vulnerability that allows unauthenticated attackers to permanently delete all filter configurations by truncating the wp_wpf_filters database table. The vulnerability stems from the plugin's MVC framework registering unauthenticated AJAX handlers without capability checks, combined with a magic method that forwards calls to the model layer and a permission check that defaults to true. An attacker can exploit this with a single crafted AJAX request, resulting in complete data loss and service disruption for WooCommerce installations using this plugin.

Technical ContextAI

The vulnerability exists in the Product Filter for WooCommerce by WBW plugin (identified via CPE cpe:2.3:a:woobewoo:product_filter_for_woocommerce_by_wbw:*:*:*:*:*:*:*:*), specifically within its custom MVC framework implementation. The root cause is classified as CWE-862 (Missing Authorization), manifesting through three chained weaknesses: first, the frame.php file registers AJAX handlers using wp_ajax_nopriv_ hooks without verifying user capabilities, allowing unauthenticated requests; second, the base controller class implements a __call() magic method that dynamically forwards undefined method calls to the model layer, enabling direct model manipulation; third, the havePermissions() method in the model defaults to returning true when no explicit permissions are defined. This combination allows an unauthenticated user to invoke arbitrary model methods via AJAX with action=delete parameter, directly targeting the table.php file's truncate functionality on the wp_wpf_filters table. The vulnerability affects the WordPress plugin ecosystem where capability checks (using current_user_can()) are standard security requirements but were bypassed through the framework's design.

RemediationAI

Immediately upgrade the Product Filter for WooCommerce by WBW plugin to version 3.1.3 or later, which addresses the capability check vulnerability. Users should verify the upgrade via the WordPress plugin dashboard and confirm the version number matches the patched release documented in the repository changeset at https://plugins.trac.wordpress.org/changeset?sfp_email=&sfph_mail=&reponame=&new=3487143%40woo-product-filter%2Ftrunk&old=3479545%40woo-product-filter%2Ftrunk&sfp_email=&sfph_mail=#file2. Until patching is possible, consider temporarily disabling the plugin if filter functionality is not critical, restricting AJAX requests at the web application firewall level to block requests with action=delete parameters, or implementing network-level access controls to limit WordPress admin-ajax.php access to trusted sources. Additionally, restore the wp_wpf_filters table from recent backups if it has been truncated, and review database audit logs for unauthorized AJAX requests from unknown IP addresses.

CVE-2016-10045 CRITICAL POC
9.8 Dec 30

The isMail transport in PHPMailer before 5.2.20 might allow remote attackers to pass extra parameters to the mail comman

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

CVE-2024-5084 CRITICAL POC
9.8 May 23

The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil

CVE-2024-8353 CRITICAL POC
9.8 Sep 28

The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all

CVE-2020-36847 CRITICAL POC
9.8 Jul 12

The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner

CVE-2025-11749 CRITICAL POC
9.8 Nov 05

The AI Engine WordPress plugin through version 3.1.3 exposes Bearer Token values through the /mcp/v1/ REST API endpoint

CVE-2016-1209 CRITICAL POC
9.8 May 14

The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via

CVE-2024-4443 CRITICAL POC
9.8 May 22

The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based

CVE-2024-1698 CRITICAL POC
9.8 Feb 27

SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a

CVE-2023-6875 CRITICAL POC
9.8 Jan 11

The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i

CVE-2024-1512 CRITICAL POC
9.8 Feb 17

The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base

CVE-2024-3495 CRITICAL POC
9.8 May 22

The Country State City Dropdown CF7 plugin for WordPress is vulnerable to SQL Injection via the ‘cnt’ and 'sid' paramete

Share

CVE-2026-3138 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy