critical CVSS 9.8

CVE-2025-1661·PHP vulnerability

The HUSKY – Products Filter Professional for WooCommerce plugin for WordPress is vulnerable to Local File Inclusion in all versions up to, and including, 1.3.6.5 via the 'template' parameter of the woof_text_search AJAX action. This makes it possible for unauthenticated attackers to include and execute arbitrary 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 images and other “safe” file types can be uploaded and included.

Severity
critical
Software
PHP
Fixed in
1.3.6.6
Published
2025-03-11

Affected versions

Until: 1.3.6.6

Fixed in: 1.3.6.6

How to fix this CVE

Update the HUSKY – Products Filter Professional for WooCommerce plugin to version 1.3.6.6 or later immediately. This plugin vulnerability allows unauthenticated attackers to include and execute arbitrary PHP files through improper input validation on the 'template' parameter. Verify the update is deployed and test the affected AJAX endpoints to confirm the vulnerability is patched.

sudo dnf update php

Defensia detects this vulnerability

What an exploitation attempt looks like

Sample log line indicative of exploitation attempts:

POST /wp-admin/admin-ajax.php HTTP/1.1\nContent-Type: application/x-www-form-urlencoded\n.*action=woof_text_search&template=(?:../|..\\|/etc/|c:|\$\{|%252e%252e)

WAF mitigation (if patching is not yet possible)

Add this rule to your WAF to block exploitation attempts while you schedule the patch.

Block HTTP requests to /wp-admin/admin-ajax.php where the 'action' parameter equals 'woof_text_search' and the 'template' parameter contains path traversal sequences (../, ..\, /etc/, c:, etc.) or begins with non-alphanumeric characters indicating file inclusion attempts.

How to check if you are affected

  1. Step 1: Verify WordPress plugin version: Log into WordPress admin, navigate to Plugins, and check the version of 'HUSKY – Products Filter Professional for WooCommerce' — it should be 1.3.6.6 or later.
  2. Step 2: Check the vulnerable AJAX handler file at wp-content/plugins/woocommerce-products-filter/ext/by_text/index.php for the presence of unsafe file inclusion without proper sanitization of the 'template' parameter.
  3. Step 3: Search web server logs for requests to /wp-admin/admin-ajax.php containing 'action=woof_text_search&template=' followed by file path traversal sequences like '../' or absolute paths.
  4. Step 4: After updating to 1.3.6.6, re-run the vulnerability scan and confirm the plugin version is updated via the WordPress admin dashboard and by checking the plugin's main file header.

FAQ

What is CVE-2025-1661?

CVE-2025-1661 is a local file inclusion (LFI) vulnerability in the HUSKY WooCommerce Products Filter plugin that allows unauthenticated attackers to include and execute arbitrary PHP files through the 'template' parameter in the woof_text_search AJAX action, potentially leading to remote code execution.

Is CVE-2025-1661 being actively exploited?

According to CISA's Known Exploited Vulnerabilities catalog, CVE-2025-1661 is not currently listed as actively exploited in the wild, and no public exploit code is available. However, the vulnerability's critical CVSS score (9.8) warrants immediate patching.

What versions of the HUSKY plugin are affected by CVE-2025-1661?

All versions of the HUSKY – Products Filter Professional for WooCommerce plugin up to and including version 1.3.6.5 are vulnerable. Version 1.3.6.6 and later contain the security fix.

How do I check if my WooCommerce store is vulnerable to CVE-2025-1661?

In your WordPress dashboard, go to Plugins and locate 'HUSKY – Products Filter Professional for WooCommerce' — if the version is 1.3.6.5 or earlier, your site is vulnerable. Alternatively, check the plugin's main file at wp-content/plugins/woocommerce-products-filter/woof.php for the version string.

Does Defensia detect CVE-2025-1661?

Yes — Defensia's CVE advisory scanner compares installed package versions against the NVD database. If the HUSKY WooCommerce Products Filter plugin is detected on a monitored WordPress server, CVE-2025-1661 will appear in your dashboard with remediation steps.

Related PHP CVEs

CVE-2025-25174CVSS 10Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in beeteam368 BeeTeam368 Extensions beeteam368-extensions allows PHP Local File Inclusion.This issue affects BeeTeam368 Extensions: from n/a through <= 1.9.4.
CVE-2024-5932CVSS 10The GiveWP – Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all versions up to, and including, 3.14.1 via deserialization of untrusted input from the 'give_title' parameter. This makes it possible for unauthenticated attackers to inject a PHP Object. The additional presence of a POP chain allows attackers to execute code remotely, and to delete arbitrary files.
CVE-2026-39337CVSS 10ChurchCRM is an open-source church management system. Prior to 7.1.0, critical pre-authentication remote code execution vulnerability in ChurchCRM's setup wizard allows unauthenticated attackers to inject arbitrary PHP code during the initial installation process, leading to complete server compromise. The "$dbPassword" variable is not sanitized. This vulnerability exists due to an incomplete fix for CVE-2025-62521. This vulnerability is fixed in 7.1.0.
CVE-2025-62521CVSS 10ChurchCRM is an open-source church management system. Prior to version 5.21.0, a pre-authentication remote code execution vulnerability in ChurchCRM's setup wizard allows unauthenticated attackers to inject arbitrary PHP code during the initial installation process, leading to complete server compromise. The vulnerability exists in `setup/routes/setup.php` where user input from the setup form is directly concatenated into a PHP configuration template without any validation or sanitization. Any parameter in the setup form can be used to inject PHP code that gets written to `Include/Config.php`, which is then executed on every page load. This is more severe than typical authenticated RCE vulnerabilities because it requires no credentials and affects the installation process that administrators must complete. Version 5.21.0 patches the issue.
CVE-2025-46348CVSS 10YesWiki is a wiki system written in PHP. Prior to version 4.5.4, the request to commence a site backup can be performed and downloaded without authentication. The archives are created with a predictable filename, so a malicious user could create and download an archive without being authenticated. This could result in a malicious attacker making numerous requests to create archives and fill up the file system, or by downloading the archive which contains sensitive site information. This issue has been patched in version 4.5.4.

References

Track CVEs across your fleet automatically

Defensia scans your Linux servers and tells you exactly which ones are running vulnerable versions — including CVE-2025-1661. Free for 1 server.

Get started free