
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-8151 is a Cross-Site Request Forgery (CSRF) vulnerability in the Simple Membership MailChimp Integration WordPress plugin that allows unauthenticated attackers to trick a logged-in administrator into replacing the configured MailChimp API key with an attacker-controlled one. All versions before 1.9.8 are affected. Once the API key is replaced, all subsequent member registration data — including name, email, and membership level — is silently exfiltrated to the attacker's MailChimp account. It carries a CVSS v3.1 base score of 5.4 (Medium) (WPScan, GitHub Advisory).
The vulnerability (CWE-352) stems from the absence of CSRF token validation in the plugin's settings page (swpm-mailchimp-admin-menu.php, line 12). Because the settings form does not verify the origin of the request, an attacker can craft a malicious HTML page containing a hidden auto-submitting form that targets the WordPress admin endpoint responsible for saving the swpm_mailchimp_settings option. No privileges are required on the attacker's side; only the victim administrator needs to be authenticated and visit the attacker-controlled page (WPScan, GitHub Advisory).
Successful exploitation allows an attacker to silently redirect all future member registration data — including first name, last name, email address, and membership level — to an attacker-controlled MailChimp account, resulting in ongoing data exfiltration without any visible disruption to site functionality. The confidentiality impact is low-to-moderate (member PII is exposed), and integrity is impacted through unauthorized modification of plugin settings. Availability is not affected, and the scope is limited to the plugin's data pipeline (WPScan, GitHub Advisory).
A public proof-of-concept (PoC) is documented in the WPScan advisory, consisting of a simple HTML form that auto-submits to the WordPress admin settings endpoint. However, there is no evidence of active in-the-wild exploitation at this time. The NVD SSVC assessment classifies exploitation as "poc" and the attack as non-automatable due to the required user interaction. The EPSS score is 0.0, and the vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog (WPScan, GitHub Advisory).
mc_api_key to the attacker's MailChimp API key:<form action="https://target-site.com/wp-admin/options.php" method="POST">
<input type="hidden" name="option_page" value="swpm_mailchimp_settings" />
<input type="hidden" name="mc_api_key" value="ATTACKER_MAILCHIMP_API_KEY_HERE" />
</form>
<script>document.forms[0].submit();</script>swpm_mailchimp_settings WordPress option with the attacker's API key — no further interaction required.swpm_mailchimp_settings option, particularly from an unusual IP address or at an unusual time; HTTP POST requests to wp-admin/options.php with option_page=swpm_mailchimp_settings from an external referrer.wp_options table entry for swpm_mailchimp_settings containing an unrecognized or changed mc_api_key value not matching the organization's known MailChimp account.Update the Simple Membership MailChimp Integration plugin to version 1.9.8 or later, which introduces CSRF token validation on the settings page (WPScan). As an interim measure, administrators should verify the current mc_api_key value in the plugin settings and confirm it matches their legitimate MailChimp account. Additionally, deploying a Web Application Firewall (WAF) with CSRF protection rules and educating administrators about phishing and social engineering risks can reduce exposure while patching is pending.
The vulnerability was discovered and reported by researcher Mustafa Ahmed of Fortress MSSP and verified by WPScan (WPScan). No significant broader media coverage or notable community discussion has been identified beyond standard vulnerability database publications.
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."