Severity by source
AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
Unauthenticated injection (PR:N) over the network (AV:N), but execution requires an administrator to perform a Contact Lookup, so UI:R; XSS runs in the separate admin context (S:C) with limited C/I impact and no availability effect.
Primary rating from Vendor (Wordfence).
CVSS VectorVendor: Wordfence
Lifecycle Timeline
2DescriptionCVE.org
The Connect Contact Form 7 and Mailchimp plugin for WordPress is vulnerable to Stored Cross-Site Scripting via Mailchimp Merge Field Values in all versions up to, and including, 0.9.78.06 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. The injected payload is only triggered when a privileged user (Administrator) performs a Contact Lookup for the email address submitted via the CF7 form, meaning execution is deferred until an administrator interacts with the affected entry.
AnalysisAI
Stored cross-site scripting in the Connect Contact Form 7 and Mailchimp WordPress plugin (all versions through 0.9.78.06) lets unauthenticated visitors plant JavaScript through Mailchimp merge-field values submitted via a Contact Form 7 form. The payload lies dormant until an Administrator runs a Contact Lookup on the submitted email address, at which point the script executes in the privileged admin session. Reported by Wordfence with a CVSS of 7.2; there is no public exploit identified at time of analysis and it is not listed in CISA KEV.
Technical ContextAI
The affected component is a WordPress plugin (CPE cpe:2.3:a:rnzo:connect_contact_form_7_and_mailchimp) that bridges Contact Form 7 submissions into Mailchimp by mapping form fields to Mailchimp merge variables. The root cause is CWE-79 (improper neutralization of input during web page generation): the merge-variable builder (class-cmatic-merge-vars-builder.php) accepts attacker-supplied field values and the Contact Lookup path (class-cmatic-contact-lookup.php) and front-end script (chimpmatic-lite.js) later render those stored values into the admin-facing UI without sufficient sanitization on input or escaping on output. Because the data is persisted and rendered in a different security context (the WordPress admin) than where it was injected, this is a second-order/stored XSS rather than a reflected one.
RemediationAI
Upstream fix available (PR/commit); released patched version not independently confirmed - the trac changeset at https://plugins.trac.wordpress.org/changeset?reponame=&old=3599649%40contact-form-7-mailchimp-extension&new=3599649%40contact-form-7-mailchimp-extension shows corrective changes, but no fixed release number above 0.9.78.06 is stated in the provided data, so update to the latest available plugin release once published and confirm the version against the Wordfence advisory (https://www.wordfence.com/threat-intel/vulnerabilities/id/be2579e3-8e40-4603-9ec1-38f43dc1aa29?source=cve). Until a patched release is confirmed, reduce exposure by having administrators avoid using the Contact Lookup feature on untrusted submissions and instead review raw entries in a context that does not render HTML, restricting the plugin's admin pages via a WAF rule (Wordfence virtual patching) that filters script content in merge-field/lookup responses; the trade-off is that disabling Contact Lookup removes the plugin's admin convenience workflow and WAF filtering may need tuning to avoid breaking legitimate names containing angle brackets or quotes. Do not treat any invented version number as authoritative.
More in Wordpress Plugin
View allThe Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Email Subscribers by Icegram Express plugin for WordPress is vulnerable to SQL Injection via the ‘hash’ parameter in
Remote code execution in the WP Query Console WordPress plugin (versions up to and including 1.0) by Ajit Bohra allows u
Same weakness CWE-79 – Cross-site Scripting (XSS)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-42523
GHSA-6h77-cm5j-f2x9