The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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-2186

CVE-2025-2186: FunnelKit WordPress Plugin SQLi Vulnerability

CVE-2025-2186 is a SQL injection flaw in the FunnelKit plugin for WordPress that allows unauthenticated attackers to extract sensitive database information. This article covers technical details, affected versions, and mitigation.

Published: April 22, 2026

CVE-2025-2186 Overview

A SQL Injection vulnerability exists in the Recover WooCommerce Cart Abandonment, Newsletter, Email Marketing, Marketing Automation By FunnelKit plugin for WordPress. The vulnerability is present in all versions up to and including 3.5.1 and stems from insufficient escaping on the user-supplied automationId parameter combined with inadequate preparation of the existing SQL query. This security flaw allows unauthenticated attackers to append additional SQL queries to existing database queries, potentially extracting sensitive information from the WordPress database.

Critical Impact

Unauthenticated SQL Injection allows attackers to extract sensitive data from the database without any authentication, potentially exposing customer information, credentials, and other confidential data stored by WooCommerce stores.

Affected Products

  • FunnelKit WP Marketing Automations plugin versions up to and including 3.5.1
  • WordPress installations running vulnerable versions of the FunnelKit plugin
  • WooCommerce stores using the Cart Abandonment and Marketing Automation features

Discovery Timeline

  • 2025-03-22 - CVE-2025-2186 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-2186

Vulnerability Analysis

This SQL Injection vulnerability (CWE-89) affects the FunnelKit WordPress plugin's API functionality, specifically within the dynamic coupon generation endpoint. The vulnerability can be exploited remotely over the network without requiring any authentication or user interaction. An attacker can leverage this flaw to extract confidential data from the database, including customer PII, order details, and potentially WordPress user credentials.

The vulnerability exists due to improper handling of the automationId parameter in the class-bwfan-api-get-automation-dynamic-coupon.php file. The parameter value is incorporated directly into SQL queries without proper sanitization or parameterized query preparation, creating a classic SQL injection attack surface.

Root Cause

The root cause of this vulnerability is the failure to properly sanitize and escape user-supplied input before incorporating it into SQL queries. The automationId parameter lacks sufficient input validation and the associated SQL query does not use prepared statements with proper parameter binding. This allows malicious SQL syntax injected through the parameter to be interpreted and executed by the database engine.

Attack Vector

The attack vector is network-based, targeting the WordPress REST API endpoint responsible for handling dynamic coupon automation requests. An unauthenticated attacker can craft malicious HTTP requests containing SQL injection payloads in the automationId parameter. Since no authentication is required, this vulnerability can be exploited remotely by any attacker who can reach the WordPress installation.

The exploitation mechanism involves injecting SQL syntax through the automationId parameter to manipulate the underlying database query. By using techniques such as UNION-based injection or blind SQL injection, attackers can enumerate database tables, extract sensitive records, or gather information about the database structure. For technical implementation details, refer to the WordPress Plugin Code Review.

Detection Methods for CVE-2025-2186

Indicators of Compromise

  • Unusual database queries in MySQL/MariaDB logs containing SQL injection patterns such as UNION SELECT, OR 1=1, or encoded payloads targeting the automation coupon endpoint
  • HTTP access logs showing repeated requests to the FunnelKit API endpoints with abnormal automationId parameter values
  • Database audit logs indicating extraction of sensitive tables or columns not typically accessed by the plugin
  • Unexpected spikes in database query errors or slow query logs related to the FunnelKit plugin tables

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect and block SQL injection patterns in the automationId parameter
  • Monitor WordPress REST API access logs for suspicious requests to /wp-json/ endpoints related to FunnelKit automation features
  • Deploy database activity monitoring to alert on unusual query patterns or data extraction attempts
  • Utilize SentinelOne's Singularity platform to detect anomalous process behavior and network connections associated with WordPress exploitation

Monitoring Recommendations

  • Enable detailed logging for WordPress REST API requests and review logs for injection attempts
  • Configure intrusion detection systems (IDS) to alert on common SQL injection signatures in HTTP traffic
  • Implement database query monitoring to detect unauthorized data access patterns
  • Set up file integrity monitoring for WordPress plugin files to detect unauthorized modifications

How to Mitigate CVE-2025-2186

Immediate Actions Required

  • Update the FunnelKit WP Marketing Automations plugin to version 3.5.2 or later immediately
  • Review database access logs for signs of exploitation and potential data exfiltration
  • Consider temporarily disabling the FunnelKit plugin if an immediate update is not possible
  • Conduct a security audit of the WordPress database to identify any unauthorized access or data extraction

Patch Information

The vulnerability has been addressed in the plugin update referenced in the WordPress Changeset Update. Site administrators should update through the WordPress admin dashboard or by downloading the latest version from the WordPress plugin repository. The patch implements proper input sanitization and prepared statements for the affected SQL query. For detailed vulnerability information, consult the Wordfence Vulnerability Report.

Workarounds

  • Implement a Web Application Firewall (WAF) with rules to block SQL injection attempts targeting the automationId parameter
  • Restrict access to the WordPress REST API using .htaccess rules or security plugins to limit exposure
  • Apply principle of least privilege to WordPress database users to minimize potential damage from exploitation
  • If feasible, temporarily disable the FunnelKit plugin until the patch can be applied
bash
# Example .htaccess rule to restrict REST API access (Apache)
# Add to WordPress root .htaccess file
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_URI} ^/wp-json/funnelkit/ [NC]
RewriteCond %{REMOTE_ADDR} !^192\.168\.1\. [NC]
RewriteRule ^(.*)$ - [F,L]
</IfModule>

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.44%

  • 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

  • WordPress Changeset Update

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-6225: WordPress Taskbuilder Plugin SQLi Flaw

  • CVE-2026-4348: BetterDocs Pro WordPress SQLi Vulnerability

  • CVE-2026-1719: Gravity Bookings Premium SQLi Vulnerability

  • CVE-2026-6457: Geo Mashup WordPress Plugin SQLi Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now 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