Description
The Hide Category by User Role for WooCommerce plugin for WordPress is vulnerable to Missing Authorization in all versions up to, and including, 2.3.1. This is due to a missing capability check on the admin_init hook that executes wp_cache_flush(). This makes it possible for unauthenticated attackers to flush the site's object cache via forged requests, potentially degrading site performance.
Published: 2025-11-27
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Performance Degradation via Cache Flush
Action: Patch Upgrade
AI Analysis

Impact

The vulnerability in the Hide Category by User Role for WooCommerce plugin allows unauthenticated attackers to trigger wp_cache_flush() during the admin_init hook, because the code lacks a capability check. This action removes all cached objects from the WordPress object cache, causing immediate performance degradation on the site. The attack does not provide code execution, data exfiltration, or direct compromise of system integrity, but it can lead to slower page loads and repeated resource strain.

Affected Systems

All installations of the Hide Category by User Role for WooCommerce plugin supplied by themesupport, version 2.3.1 or earlier, are affected. The flaw is confined to the plugin’s core code and does not rely on vulnerabilities in WordPress itself. Sites running any of these affected plugin versions are at risk.

Risk and Exploitability

The CVSS score of 5.3 reflects a moderate impact focused on availability. An EPSS score of less than 1% implies a very low likelihood of exploitation in the wild, and the vulnerability is not listed in the CISA KEV catalog. The lack of authentication checks permits any web user—without requiring login—to send crafted requests that invoke wp_cache_flush, which can repeatedly purge the cache. While the direct damage is limited to service disruption, repeated cache purges can accumulate to a denial‑of‑service effect.

Generated by OpenCVE AI on April 21, 2026 at 17:55 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Hide Category by User Role for WooCommerce plugin to the latest available release (presumably 2.3.2 or newer) where the admin_init hook now verifies the required capability before calling wp_cache_flush()
  • If an immediate upgrade is not possible, modify the plugin’s admin_init hook to add a capability check surrounding wp_cache_flush() or remove the call entirely to prevent accidental cache flushing
  • Implement a web application firewall or host‑level rule that detects and blocks HTTP requests matching the pattern used to trigger wp_cache_flush(), and monitor cache activity for anomalous flush events

Generated by OpenCVE AI on April 21, 2026 at 17:55 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 28 Nov 2025 16:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 27 Nov 2025 16:30:00 +0000

Type Values Removed Values Added
First Time appeared Themesupport
Themesupport hide Category By User Role For Woocommerce
Woocommerce
Woocommerce woocommerce
Wordpress
Wordpress wordpress
Vendors & Products Themesupport
Themesupport hide Category By User Role For Woocommerce
Woocommerce
Woocommerce woocommerce
Wordpress
Wordpress wordpress

Thu, 27 Nov 2025 07:00:00 +0000

Type Values Removed Values Added
Description The Hide Category by User Role for WooCommerce plugin for WordPress is vulnerable to Missing Authorization in all versions up to, and including, 2.3.1. This is due to a missing capability check on the admin_init hook that executes wp_cache_flush(). This makes it possible for unauthenticated attackers to flush the site's object cache via forged requests, potentially degrading site performance.
Title Hide Category by User Role for WooCommerce <= 2.3.1 - Missing Authorization to Unauthenticated Cache Flushing
Weaknesses CWE-862
References
Metrics cvssV3_1

{'score': 5.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N'}


Subscriptions

Themesupport Hide Category By User Role For Woocommerce
Woocommerce Woocommerce
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-04-08T17:15:52.259Z

Reserved: 2025-11-19T19:08:27.063Z

Link: CVE-2025-13441

cve-icon Vulnrichment

Updated: 2025-11-28T16:06:25.347Z

cve-icon NVD

Status : Deferred

Published: 2025-11-27T07:15:55.820

Modified: 2026-04-15T00:35:42.020

Link: CVE-2025-13441

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-21T18:00:11Z

Weaknesses