CVE-2025-12468: CWE-200 Exposure of Sensitive Information to an Unauthorized Actor in amans2k FunnelKit Automations – Email Marketing Automation and CRM for WordPress & WooCommerce
The FunnelKit Automations – Email Marketing Automation and CRM for WordPress & WooCommerce plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 3.6.4.1 via the '/wc-coupons/' REST API endpoint. This is due to the endpoint being marked as a public API (`public_api = true`), which results in the endpoint being registered with `permission_callback => '__return_true'`, bypassing all authentication and capability checks. This makes it possible for unauthenticated attackers to extract sensitive data including all WooCommerce coupon codes, coupon IDs, and expiration status.
AI Analysis
Technical Summary
CVE-2025-12468 is a vulnerability classified under CWE-200 (Exposure of Sensitive Information to an Unauthorized Actor) found in the FunnelKit Automations – Email Marketing Automation and CRM plugin for WordPress and WooCommerce. The flaw exists because the REST API endpoint '/wc-coupons/' is marked as a public API with the parameter `public_api = true`. Consequently, the endpoint is registered with a permission callback set to `__return_true`, effectively bypassing all authentication and capability checks. This misconfiguration allows any unauthenticated attacker to query the endpoint and retrieve sensitive data related to WooCommerce coupons, including coupon codes, coupon IDs, and their expiration statuses. Since coupon codes often represent financial discounts or promotional offers, their exposure can lead to unauthorized usage, financial losses, and erosion of customer trust. The vulnerability affects all versions of the plugin up to and including 3.6.4.1. The CVSS v3.1 base score is 5.3, reflecting a medium severity level, with an attack vector of network (remote), low attack complexity, no privileges required, and no user interaction needed. There are no known exploits currently active in the wild. The vulnerability was publicly disclosed on November 5, 2025, and no official patches have been linked yet. The root cause is a design and configuration error in the REST API permission model, which should enforce authentication and authorization checks before exposing sensitive coupon data.
Potential Impact
For European organizations, especially those operating e-commerce platforms using WooCommerce and the FunnelKit Automations plugin, this vulnerability poses a risk of unauthorized disclosure of coupon codes and related metadata. Attackers could leverage exposed coupon codes to fraudulently obtain discounts, leading to direct financial losses and potential revenue leakage. Additionally, the exposure of coupon expiration data could allow attackers to prioritize exploitation of valid coupons. This may also damage brand reputation and customer trust if customers become aware of security weaknesses. Since the vulnerability requires no authentication or user interaction, exploitation can be automated and scaled, increasing the risk of widespread abuse. Organizations that rely heavily on promotional campaigns and loyalty programs are particularly vulnerable. The impact on confidentiality is moderate, while integrity and availability are not affected. The vulnerability does not directly compromise customer personal data but indirectly affects business operations and financial integrity.
Mitigation Recommendations
1. Immediately restrict access to the '/wc-coupons/' REST API endpoint by implementing authentication and authorization checks, ensuring only authorized users or systems can query coupon data. 2. If possible, disable the public API flag (`public_api = true`) for this endpoint or remove the endpoint entirely if not required. 3. Monitor WooCommerce coupon usage logs for unusual or excessive redemption patterns that may indicate abuse. 4. Implement rate limiting on REST API endpoints to reduce the risk of automated scraping. 5. Keep the FunnelKit Automations plugin updated; apply patches promptly once the vendor releases a fix. 6. Consider temporarily disabling the FunnelKit Automations plugin if coupon data exposure poses a significant risk and no patch is available. 7. Educate marketing and e-commerce teams about the risk and encourage reviewing coupon policies to limit potential damage, such as setting stricter coupon usage limits or expiration dates. 8. Conduct regular security audits of WordPress plugins and REST API configurations to detect similar misconfigurations early.
Affected Countries
Germany, United Kingdom, France, Netherlands, Italy, Spain
CVE-2025-12468: CWE-200 Exposure of Sensitive Information to an Unauthorized Actor in amans2k FunnelKit Automations – Email Marketing Automation and CRM for WordPress & WooCommerce
Description
The FunnelKit Automations – Email Marketing Automation and CRM for WordPress & WooCommerce plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 3.6.4.1 via the '/wc-coupons/' REST API endpoint. This is due to the endpoint being marked as a public API (`public_api = true`), which results in the endpoint being registered with `permission_callback => '__return_true'`, bypassing all authentication and capability checks. This makes it possible for unauthenticated attackers to extract sensitive data including all WooCommerce coupon codes, coupon IDs, and expiration status.
AI-Powered Analysis
Technical Analysis
CVE-2025-12468 is a vulnerability classified under CWE-200 (Exposure of Sensitive Information to an Unauthorized Actor) found in the FunnelKit Automations – Email Marketing Automation and CRM plugin for WordPress and WooCommerce. The flaw exists because the REST API endpoint '/wc-coupons/' is marked as a public API with the parameter `public_api = true`. Consequently, the endpoint is registered with a permission callback set to `__return_true`, effectively bypassing all authentication and capability checks. This misconfiguration allows any unauthenticated attacker to query the endpoint and retrieve sensitive data related to WooCommerce coupons, including coupon codes, coupon IDs, and their expiration statuses. Since coupon codes often represent financial discounts or promotional offers, their exposure can lead to unauthorized usage, financial losses, and erosion of customer trust. The vulnerability affects all versions of the plugin up to and including 3.6.4.1. The CVSS v3.1 base score is 5.3, reflecting a medium severity level, with an attack vector of network (remote), low attack complexity, no privileges required, and no user interaction needed. There are no known exploits currently active in the wild. The vulnerability was publicly disclosed on November 5, 2025, and no official patches have been linked yet. The root cause is a design and configuration error in the REST API permission model, which should enforce authentication and authorization checks before exposing sensitive coupon data.
Potential Impact
For European organizations, especially those operating e-commerce platforms using WooCommerce and the FunnelKit Automations plugin, this vulnerability poses a risk of unauthorized disclosure of coupon codes and related metadata. Attackers could leverage exposed coupon codes to fraudulently obtain discounts, leading to direct financial losses and potential revenue leakage. Additionally, the exposure of coupon expiration data could allow attackers to prioritize exploitation of valid coupons. This may also damage brand reputation and customer trust if customers become aware of security weaknesses. Since the vulnerability requires no authentication or user interaction, exploitation can be automated and scaled, increasing the risk of widespread abuse. Organizations that rely heavily on promotional campaigns and loyalty programs are particularly vulnerable. The impact on confidentiality is moderate, while integrity and availability are not affected. The vulnerability does not directly compromise customer personal data but indirectly affects business operations and financial integrity.
Mitigation Recommendations
1. Immediately restrict access to the '/wc-coupons/' REST API endpoint by implementing authentication and authorization checks, ensuring only authorized users or systems can query coupon data. 2. If possible, disable the public API flag (`public_api = true`) for this endpoint or remove the endpoint entirely if not required. 3. Monitor WooCommerce coupon usage logs for unusual or excessive redemption patterns that may indicate abuse. 4. Implement rate limiting on REST API endpoints to reduce the risk of automated scraping. 5. Keep the FunnelKit Automations plugin updated; apply patches promptly once the vendor releases a fix. 6. Consider temporarily disabling the FunnelKit Automations plugin if coupon data exposure poses a significant risk and no patch is available. 7. Educate marketing and e-commerce teams about the risk and encourage reviewing coupon policies to limit potential damage, such as setting stricter coupon usage limits or expiration dates. 8. Conduct regular security audits of WordPress plugins and REST API configurations to detect similar misconfigurations early.
Affected Countries
For access to advanced analysis and higher rate limits, contact root@offseq.com
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- Wordfence
- Date Reserved
- 2025-10-29T15:28:51.567Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 690b1bd197eccd907387bdc6
Added to database: 11/5/2025, 9:41:37 AM
Last enriched: 11/5/2025, 9:52:56 AM
Last updated: 11/5/2025, 11:51:09 AM
Views: 4
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Related Threats
CVE-2025-12497: CWE-98 Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') in averta Premium Portfolio Features for Phlox theme
HighCVE-2025-11745: CWE-80 Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS) in spacetime Ad Inserter – Ad Manager & AdSense Ads
MediumNikkei Says 17,000 Impacted by Data Breach Stemming From Slack Account Hack
MediumElusive Iranian APT Phishes Influential US Policy Wonks
MediumCVE-2025-58337: CWE-284 Improper Access Control in Apache Software Foundation Apache Doris-MCP-Server
UnknownActions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need enhanced features?
Contact root@offseq.com for Pro access with improved analysis and higher rate limits.