A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2025-11735

CVE-2025-11735: HUSKY WooCommerce Plugin SQLi Vulnerability

CVE-2025-11735 is a blind SQL injection flaw in the HUSKY Products Filter Professional plugin for WooCommerce that lets unauthenticated attackers extract database information. This article covers technical details, affected versions, and mitigation.

Updated: May 19, 2026

CVE-2025-11735 Overview

CVE-2025-11735 is a blind SQL Injection vulnerability in the HUSKY – Products Filter Professional for WooCommerce plugin for WordPress. The flaw affects all versions up to and including 1.3.7.1. The vulnerability resides in the handling of the phrase parameter, which is concatenated into a SQL query without sufficient escaping or query preparation. Unauthenticated attackers can append additional SQL statements to the existing query and extract sensitive data from the WordPress database. The issue is classified under [CWE-89] (Improper Neutralization of Special Elements used in an SQL Command).

Critical Impact

Unauthenticated remote attackers can perform blind SQL injection through the phrase parameter to exfiltrate database contents, including user credentials and customer data from WooCommerce stores.

Affected Products

  • HUSKY – Products Filter Professional for WooCommerce (WordPress plugin)
  • All versions up to and including 1.3.7.1
  • WordPress sites running WooCommerce with this plugin installed

Discovery Timeline

  • 2025-10-28 - CVE-2025-11735 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-11735

Vulnerability Analysis

The vulnerability exists in the text-based filtering extension of the HUSKY plugin, specifically within the ext/by_text_2/index.php file. The phrase parameter, supplied by users through HTTP requests, is incorporated directly into a SQL query that searches WooCommerce product data. The plugin fails to apply wpdb::prepare() or proper escaping routines before query execution.

Because the injection is blind, attackers cannot view query results directly in the HTTP response. Instead, they use boolean-based or time-based techniques to infer data one character at a time. The unauthenticated nature of the endpoint allows any visitor to issue malicious requests against affected storefronts.

Root Cause

The root cause is insufficient sanitization of the phrase parameter combined with the absence of parameterized queries. The plugin treats user input as trusted data when constructing the SQL string. This violates secure coding practices for the WordPress database abstraction layer, which provides $wpdb->prepare() precisely to prevent this class of issue.

Attack Vector

An attacker sends an HTTP request to the vulnerable filter endpoint with a crafted phrase parameter containing SQL syntax. The injected payload uses techniques such as UNION SELECT, boolean conditions, or SLEEP() calls to extract data. No authentication, user interaction, or special privileges are required. The attack is fully remote over the network.

The vulnerability manifests in the text filter handler at line 164 of ext/by_text_2/index.php. See the WordPress Plugin Code Review and Wordfence Vulnerability Report for technical details.

Detection Methods for CVE-2025-11735

Indicators of Compromise

  • HTTP requests containing SQL keywords such as UNION, SELECT, SLEEP, or BENCHMARK in the phrase parameter
  • Unusually long or URL-encoded values submitted to HUSKY filter endpoints
  • Spikes in database query latency correlated with requests to WooCommerce filter URLs
  • Unexpected outbound traffic from the web server following filter requests

Detection Strategies

  • Inspect web server access logs for requests to HUSKY filter endpoints containing SQL metacharacters in the phrase parameter
  • Enable WordPress query logging and review for malformed SELECT statements originating from the plugin
  • Deploy Web Application Firewall (WAF) rules targeting SQL injection patterns on WooCommerce filter routes
  • Correlate database error logs with HTTP request timestamps to identify probing attempts

Monitoring Recommendations

  • Monitor for repeated HTTP 500 errors or anomalous response times on pages using the HUSKY filter
  • Alert on outbound database connections or large result sets returned to anonymous users
  • Track plugin version inventory across WordPress deployments to identify unpatched instances

How to Mitigate CVE-2025-11735

Immediate Actions Required

  • Update the HUSKY – Products Filter Professional for WooCommerce plugin to a version newer than 1.3.7.1 as soon as a fixed release is available
  • Disable or uninstall the plugin if a patched version is not yet available
  • Review database audit logs for evidence of prior exploitation, focusing on access to wp_users and customer tables
  • Rotate WordPress administrator credentials and WooCommerce API keys if compromise is suspected

Patch Information

The vendor must release a version after 1.3.7.1 that applies $wpdb->prepare() with proper placeholders to the SQL query handling the phrase parameter. Administrators should consult the Wordfence Vulnerability Report for the latest patch status and apply updates through the WordPress plugin manager.

Workarounds

  • Deploy a WAF rule that blocks SQL keywords and metacharacters in the phrase query parameter on WooCommerce endpoints
  • Restrict access to filter endpoints behind authentication or IP allowlisting where feasible
  • Apply virtual patching through WordPress security plugins until an official fix is released
  • Temporarily remove the text filter widget from public-facing pages to reduce exposure
bash
# Example WAF rule (ModSecurity) to block SQL injection patterns in the phrase parameter
SecRule ARGS:phrase "@rx (?i)(union[\s\+]+select|sleep\s*\(|benchmark\s*\(|--|/\*|;)" \
    "id:1011735,phase:2,deny,status:403,msg:'CVE-2025-11735 HUSKY SQLi attempt blocked'"

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechWordpress

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.09%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-89
  • Technical References
  • WordPress Plugin Code Review

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-7472: WordPress Read More & Accordion SQLi Flaw

  • CVE-2026-3985: Creative Mail WordPress Plugin SQLi Flaw

  • CVE-2026-9010: WordPress Boost Plugin SQLi Vulnerability

  • CVE-2026-8685: Infility Global Plugin SQLi Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English