Cyber Resilience

CVE-2024-9186

HighPublic PoC

Published: 14 November 2024

Published
14 November 2024
Modified
15 May 2025
KEV Added
Patch
CVSS Score v3.1 8.6 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N
EPSS Score 0.3265 97.0th percentile
Risk Priority 37 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-9186 is a high-severity SQL Injection (CWE-89) vulnerability in Funnelkit Funnelkit Automations. Its CVSS base score is 8.6 (High).

Operationally, ranked in the top 3.0% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

Deeper analysis

The Recover WooCommerce Cart Abandonment, Newsletter, Email Marketing, Marketing Automation By FunnelKit WordPress plugin before version 3.3.0 contains a SQL injection vulnerability (CWE-89). The plugin fails to sanitize or escape the bwfan-track-id parameter before incorporating it into a SQL statement, enabling direct database query manipulation. The issue carries a CVSS 3.1 score of 8.6 with network attack vector, low complexity, no authentication or user interaction required, and changed scope affecting confidentiality.

Unauthenticated remote attackers can supply a crafted bwfan-track-id value to execute arbitrary SQL commands against the underlying database. Successful exploitation can disclose sensitive data stored by the plugin without requiring any privileges on the WordPress site.

The referenced WPScan advisory identifies the flaw in versions prior to 3.3.0 and indicates that updating to 3.3.0 or later resolves the parameter handling issue. The associated EPSS score has remained flat at 0.3265 with no material increase observed since disclosure.

EU & UK References

Vulnerability details

The Recover WooCommerce Cart Abandonment, Newsletter, Email Marketing, Marketing Automation By FunnelKit WordPress plugin before 3.3.0 does not sanitize and escape the bwfan-track-id parameter before using it in a SQL statement, allowing unauthenticated users to perform SQL injection attacks

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

funnelkit
funnelkit automations
≤ 3.3.0

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-89

Penetration testing uses SQL injection payloads against database interfaces, identifying and supporting fixes for SQL injection weaknesses.

addresses: CWE-89

Validates query inputs to prevent SQL syntax or command manipulation.

References