Description
The HUSKY – Products Filter for WooCommerce Professional plugin for WordPress is vulnerable to Local File Inclusion in all versions up to, and including, 1.4.4 via the 'shortcode' parameter parameter. This makes it possible for unauthenticated attackers to include and execute arbitrary .php files on the server, allowing the execution of any PHP code in those files. This can be used to bypass access controls, obtain sensitive data, or achieve code execution in cases where .php file types can be uploaded and included. This vulnerability is exploitable by unauthenticated users because the only access control is a nonce check against woof_front_nonce, which is publicly emitted into inline JavaScript on every front-end page and is therefore obtainable by any site visitor without authentication.
Published: 2026-09-22
Score: 8.1 High
EPSS: < 1% Very Low
KEV: No
Impact: Local file inclusion leading to arbitrary PHP code execution
Action: Immediate Patch
AI Analysis

Impact

The HUSKY – Products Filter for WooCommerce Professional WordPress plugin contains a Local File Inclusion flaw in all releases up to and including 1.4.4. An unauthenticated attacker can supply an arbitrary file path via the shortcode parameter, causing the plugin to include and execute that file on the server. This flaw allows execution of any PHP code carried in the target file, enabling attackers to bypass access controls, read sensitive data, or fully compromise the site. The vulnerability maps to CWE‑98, a typical file inclusion weakness.

Affected Systems

WordPress sites running the HUSKY – Products Filter for WooCommerce Professional plugin, vendor realmag777, on any version 1.4.4 or earlier are vulnerable. Updating to a version newer than 1.4.4 or removing the plugin eliminates the issue.

Risk and Exploitability

The CVSS score of 8.1 classifies this issue as high severity. The EPSS score is not available, and the vulnerability is not listed in CISA KEV. Proof of concept suggests the flaw can be triggered by any unauthenticated user, as the sole access control is a nonce emitted in inline JavaScript on every front‑end page. Attackers can obtain the nonce by browsing the website, construct the malicious shortcode, and trigger the vulnerable AJAX endpoint to include arbitrary files.

Generated by OpenCVE AI on September 22, 2026 at 09:58 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the HUSKY‑Products‑Filter plugin to the latest release (or any version newer than 1.4.4).
  • If an update is not immediately possible, disable the plugin or remove it from the WordPress installation to stop the vulnerable AJAX endpoint from providing access to the file inclusion flaw.
  • In the interim, enforce PHP open_basedir restrictions or configure the web server to prohibit execution of arbitrary uploaded files and validate the 'custom_tpl' or shortcode parameter against a whitelist of allowed paths.

Generated by OpenCVE AI on September 22, 2026 at 09:58 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 22 Sep 2026 11:30:00 +0000

Type Values Removed Values Added
First Time appeared Realmag777
Realmag777 husky – Products Filter For Woocommerce Professional
Wordpress
Wordpress wordpress
Vendors & Products Realmag777
Realmag777 husky – Products Filter For Woocommerce Professional
Wordpress
Wordpress wordpress
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Tue, 22 Sep 2026 08:00:00 +0000

Type Values Removed Values Added
Description The HUSKY – Products Filter for WooCommerce Professional plugin for WordPress is vulnerable to Local File Inclusion in all versions up to, and including, 1.4.4 via the 'shortcode' parameter parameter. This makes it possible for unauthenticated attackers to include and execute arbitrary .php files on the server, allowing the execution of any PHP code in those files. This can be used to bypass access controls, obtain sensitive data, or achieve code execution in cases where .php file types can be uploaded and included. This vulnerability is exploitable by unauthenticated users because the only access control is a nonce check against woof_front_nonce, which is publicly emitted into inline JavaScript on every front-end page and is therefore obtainable by any site visitor without authentication.
Title HUSKY <= 1.4.4 - Unauthenticated Local File Inclusion via 'custom_tpl' Shortcode Attribute via 'woof_draw_products' AJAX
Weaknesses CWE-98
References
Metrics cvssV3_1

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


Subscriptions

Realmag777 Husky – Products Filter For Woocommerce Professional
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-09-22T10:25:32.927Z

Reserved: 2026-09-17T13:23:20.265Z

Link: CVE-2026-92969

cve-icon Vulnrichment

Updated: 2026-09-22T10:18:11.406Z

cve-icon NVD

Status : Received

Published: 2026-09-22T08:16:41.370

Modified: 2026-09-22T11:17:26.650

Link: CVE-2026-92969

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-22T11:15:18Z

Weaknesses
  • CWE-98

    Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion')