CVE-2024-12158: CWE-862 Missing Authorization in arrowplugins Popup – MailChimp, GetResponse and ActiveCampaign Intergrations
CVE-2024-12158 is a medium severity vulnerability in the WordPress plugin 'Popup – MailChimp, GetResponse and ActiveCampaign Integrations' by arrowplugins. The flaw arises from a missing authorization check on the AJAX action 'upc_delete_db_data', allowing unauthenticated attackers to delete the plugin's database data. This vulnerability affects all versions up to and including 3. 2. 6. Exploitation requires no authentication or user interaction and can lead to loss of plugin data, impacting the integrity of marketing integration data. Although no known exploits are currently reported in the wild, the vulnerability poses a risk to websites using this plugin. Organizations relying on this plugin for email marketing integrations should prioritize patching or mitigating this issue to prevent unauthorized data deletion. The CVSS score is 5. 3, reflecting a medium severity level due to the lack of confidentiality or availability impact but significant integrity impact.
AI Analysis
Technical Summary
CVE-2024-12158 is a vulnerability classified under CWE-862 (Missing Authorization) found in the WordPress plugin 'Popup – MailChimp, GetResponse and ActiveCampaign Integrations' developed by arrowplugins. The vulnerability exists because the plugin fails to perform a capability check on the AJAX action 'upc_delete_db_data'. This action is intended to delete the plugin's database data but can be triggered by unauthenticated attackers due to the missing authorization control. The flaw affects all versions up to and including 3.2.6. Since the AJAX endpoint is accessible without authentication or user interaction, an attacker can remotely invoke this action to delete critical plugin data, potentially disrupting email marketing integrations and related workflows. The vulnerability does not impact confidentiality or availability directly but compromises data integrity by allowing unauthorized deletion. The CVSS 3.1 base score is 5.3, indicating medium severity, with attack vector network (AV:N), low attack complexity (AC:L), no privileges required (PR:N), no user interaction (UI:N), and unchanged scope (S:U). No patches or known exploits are currently reported, but the risk remains significant for affected sites. The vulnerability was publicly disclosed on January 7, 2025, and assigned by Wordfence.
Potential Impact
The primary impact of CVE-2024-12158 is unauthorized deletion of plugin database data, which can disrupt the functionality of the Popup – MailChimp, GetResponse and ActiveCampaign Integrations plugin. This can lead to loss of marketing subscriber data, campaign configurations, and integration settings, potentially causing operational disruptions for organizations relying on these email marketing tools. The integrity of marketing data is compromised, which may result in inaccurate campaign targeting or loss of customer engagement data. Although the vulnerability does not directly affect confidentiality or availability, the loss of data integrity can have downstream effects on business processes and customer relations. Organizations with high dependency on these integrations for customer outreach and lead generation may experience degraded marketing effectiveness and increased recovery costs. The ease of exploitation and lack of authentication requirements increase the risk of automated or opportunistic attacks, especially on publicly accessible WordPress sites. The absence of known exploits currently limits immediate widespread impact, but the vulnerability remains a significant threat if weaponized.
Mitigation Recommendations
1. Immediate mitigation involves updating the plugin to a version that includes proper authorization checks once a patch is released by arrowplugins. Monitor official plugin repositories and vendor announcements for updates. 2. In the absence of an official patch, implement web application firewall (WAF) rules to block or restrict access to the AJAX action 'upc_delete_db_data' endpoint, limiting it to authenticated users or trusted IP addresses. 3. Restrict access to the WordPress admin-ajax.php endpoint using server-level controls or security plugins to prevent unauthenticated AJAX requests targeting sensitive actions. 4. Regularly back up the WordPress database and plugin data to enable rapid restoration in case of data deletion. 5. Conduct security audits and review plugin permissions to ensure no other AJAX actions lack proper authorization. 6. Educate site administrators about the risks of using outdated plugins and encourage timely updates. 7. Monitor logs for suspicious AJAX requests that invoke 'upc_delete_db_data' to detect potential exploitation attempts early. 8. Consider temporarily disabling the plugin if it is not critical to operations until a secure version is available.
Affected Countries
United States, United Kingdom, Germany, Canada, Australia, France, Netherlands, India, Brazil, Japan
CVE-2024-12158: CWE-862 Missing Authorization in arrowplugins Popup – MailChimp, GetResponse and ActiveCampaign Intergrations
Description
CVE-2024-12158 is a medium severity vulnerability in the WordPress plugin 'Popup – MailChimp, GetResponse and ActiveCampaign Integrations' by arrowplugins. The flaw arises from a missing authorization check on the AJAX action 'upc_delete_db_data', allowing unauthenticated attackers to delete the plugin's database data. This vulnerability affects all versions up to and including 3. 2. 6. Exploitation requires no authentication or user interaction and can lead to loss of plugin data, impacting the integrity of marketing integration data. Although no known exploits are currently reported in the wild, the vulnerability poses a risk to websites using this plugin. Organizations relying on this plugin for email marketing integrations should prioritize patching or mitigating this issue to prevent unauthorized data deletion. The CVSS score is 5. 3, reflecting a medium severity level due to the lack of confidentiality or availability impact but significant integrity impact.
AI-Powered Analysis
Technical Analysis
CVE-2024-12158 is a vulnerability classified under CWE-862 (Missing Authorization) found in the WordPress plugin 'Popup – MailChimp, GetResponse and ActiveCampaign Integrations' developed by arrowplugins. The vulnerability exists because the plugin fails to perform a capability check on the AJAX action 'upc_delete_db_data'. This action is intended to delete the plugin's database data but can be triggered by unauthenticated attackers due to the missing authorization control. The flaw affects all versions up to and including 3.2.6. Since the AJAX endpoint is accessible without authentication or user interaction, an attacker can remotely invoke this action to delete critical plugin data, potentially disrupting email marketing integrations and related workflows. The vulnerability does not impact confidentiality or availability directly but compromises data integrity by allowing unauthorized deletion. The CVSS 3.1 base score is 5.3, indicating medium severity, with attack vector network (AV:N), low attack complexity (AC:L), no privileges required (PR:N), no user interaction (UI:N), and unchanged scope (S:U). No patches or known exploits are currently reported, but the risk remains significant for affected sites. The vulnerability was publicly disclosed on January 7, 2025, and assigned by Wordfence.
Potential Impact
The primary impact of CVE-2024-12158 is unauthorized deletion of plugin database data, which can disrupt the functionality of the Popup – MailChimp, GetResponse and ActiveCampaign Integrations plugin. This can lead to loss of marketing subscriber data, campaign configurations, and integration settings, potentially causing operational disruptions for organizations relying on these email marketing tools. The integrity of marketing data is compromised, which may result in inaccurate campaign targeting or loss of customer engagement data. Although the vulnerability does not directly affect confidentiality or availability, the loss of data integrity can have downstream effects on business processes and customer relations. Organizations with high dependency on these integrations for customer outreach and lead generation may experience degraded marketing effectiveness and increased recovery costs. The ease of exploitation and lack of authentication requirements increase the risk of automated or opportunistic attacks, especially on publicly accessible WordPress sites. The absence of known exploits currently limits immediate widespread impact, but the vulnerability remains a significant threat if weaponized.
Mitigation Recommendations
1. Immediate mitigation involves updating the plugin to a version that includes proper authorization checks once a patch is released by arrowplugins. Monitor official plugin repositories and vendor announcements for updates. 2. In the absence of an official patch, implement web application firewall (WAF) rules to block or restrict access to the AJAX action 'upc_delete_db_data' endpoint, limiting it to authenticated users or trusted IP addresses. 3. Restrict access to the WordPress admin-ajax.php endpoint using server-level controls or security plugins to prevent unauthenticated AJAX requests targeting sensitive actions. 4. Regularly back up the WordPress database and plugin data to enable rapid restoration in case of data deletion. 5. Conduct security audits and review plugin permissions to ensure no other AJAX actions lack proper authorization. 6. Educate site administrators about the risks of using outdated plugins and encourage timely updates. 7. Monitor logs for suspicious AJAX requests that invoke 'upc_delete_db_data' to detect potential exploitation attempts early. 8. Consider temporarily disabling the plugin if it is not critical to operations until a secure version is available.
Technical Details
- Data Version
- 5.1
- Assigner Short Name
- Wordfence
- Date Reserved
- 2024-12-04T14:19:08.227Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 699f6e30b7ef31ef0b59769a
Added to database: 2/25/2026, 9:48:32 PM
Last enriched: 2/26/2026, 6:16:30 AM
Last updated: 2/26/2026, 7:54:34 AM
Views: 3
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-2026-25191: Uncontrolled Search Path Element in Digital Arts Inc. FinalCode Ver.5 series
HighCVE-2026-23703: Incorrect default permissions in Digital Arts Inc. FinalCode Ver.5 series
HighCVE-2026-1311: CWE-22 Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') in bearsthemes Worry Proof Backup
HighFinding Signal in the Noise: Lessons Learned Running a Honeypot with AI Assistance [Guest Diary], (Tue, Feb 24th)
MediumCVE-2026-2506: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in motahar1 EM Cost Calculator
MediumActions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console in Console -> Billing for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.