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 phpDefensia 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
- 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.
- 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.
- 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.
- 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
References
- https://plugins.trac.wordpress.org/browser/woocommerce-products-filter/trunk/ext/by_text/index.php
- https://plugins.trac.wordpress.org/changeset?sfp_email=&sfph_mail=&reponame=&old=3249621%40woocommerce-products-filter&new=3249621%40woocommerce-products-filter&sfp_email=&sfph_mail=
- https://plugins.trac.wordpress.org/changeset?sfp_email=&sfph_mail=&reponame=&old=3253169%40woocommerce-products-filter&new=3253169%40woocommerce-products-filter&sfp_email=&sfph_mail=
- https://www.wordfence.com/threat-intel/vulnerabilities/id/9ae7b6fc-2120-4573-8b1b-d5422d435fa5?source=cve
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