Bear Bulk Editor And Products Manager Professional For Woocommerce By Pluginus Net
CVE-2026-1673
|
EUVD-2026-20441
MEDIUM
Severity by source
AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N
Primary rating from Vendor (Wordfence) · only source for this CVE.
CVSS VectorVendor: Wordfence
Lifecycle Timeline
3DescriptionCVE.org
The BEAR - Bulk Editor and Products Manager Professional for WooCommerce by Pluginus.Net plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 1.1.5. This is due to missing nonce validation on the woobe_delete_tax_term() function. This makes it possible for unauthenticated attackers to delete WooCommerce taxonomy terms (categories, tags, etc.) via a forged request granted they can trick a site administrator or shop manager into performing an action such as clicking on a link.
AnalysisAI
Cross-Site Request Forgery in BEAR - Bulk Editor and Products Manager Professional for WooCommerce (all versions up to 1.1.5) allows unauthenticated attackers to delete WooCommerce taxonomy terms via a malicious link that tricks site administrators or shop managers into performing an action. The vulnerability stems from missing nonce validation on the woobe_delete_tax_term() function, enabling integrity compromise with low CVSS impact (4.3) but requiring user interaction.
Technical ContextAI
This is a Cross-Site Request Forgery (CSRF) vulnerability classified under CWE-352, affecting the BEAR WordPress plugin for WooCommerce. The woobe_delete_tax_term() function fails to implement WordPress nonce validation mechanisms, which are cryptographic tokens that verify legitimate server-originated requests. Without nonce checks, an attacker can craft a forged HTTP request that, when executed by an authenticated site administrator or shop manager (who has the capability to delete taxonomy terms), will delete arbitrary WooCommerce categories, tags, or other taxonomy terms. The vulnerability exploits the trust that browsers place in authenticated sessions-when an admin visits a malicious website, the browser automatically includes their WordPress session cookies, allowing the attacker's JavaScript to perform unauthorized actions on the victim's WordPress installation.
RemediationAI
Site administrators should update the BEAR plugin to a version newer than 1.1.5, which includes nonce validation fixes per changesets 3457263 and 3465138 in the WordPress Plugin Directory repository. Patch details are available in the official Wordfence advisory (https://www.wordfence.com/threat-intel/vulnerabilities/id/1e4e8960-b0c1-4dbb-ba97-e45b88fb06c0?source=cve). As a temporary workaround pending plugin update, site administrators should limit link-clicking from untrusted sources and educate users about CSRF risks; however, upgrading the plugin is the definitive remediation and should be prioritized.
Same weakness CWE-352 – Cross-Site Request Forgery (CSRF)
View allShare
External POC / Exploit Code
Leaving vuln.today
GHSA-mwv2-4r83-7wmm