ElementsKit Elementor Addons – Advanced Widgets & Templates Addons for Elementor (elementskit-lite) WordPress plugin versions prior to 3.7.9 expose the REST endpoint /wp-json/elementskit/v1/widget/mailchimp/subscribe without authentication. The endpoint accepts client-supplied Mailchimp API credentials and insufficiently validates certain parameters, including the list parameter, when constructing upstream Mailchimp API requests. An unauthenticated attacker can abuse the endpoint as an open proxy to Mailchimp, potentially triggering unauthorized API calls, manipulating subscription data, exhausting API quotas, or causing resource consumption on the affected WordPress site.
Security readout for executives and security teams
Plain-English summary
This WordPress plugin flaw lets outsiders reach a Mailchimp integration endpoint without logging in. Affected sites could be used to make unwanted Mailchimp API calls, alter subscription data, consume API quota, or burden the site. Sources do not show confirmed active exploitation.
Executive priority
Treat this as urgent for any WordPress property using ElementsKit with Mailchimp. The flaw is remotely reachable without authentication and can affect third-party API usage, data integrity, and site resources.
Technical view
ElementsKit Elementor Addons elementskit-lite before 3.7.9 exposes an unauthenticated Mailchimp subscribe REST endpoint. The endpoint accepts client-supplied Mailchimp API credentials and insufficiently validates parameters, including list, when building upstream Mailchimp API requests. The assigned issue is CWE-306 with CVSS 3.1 score 10.0.
Likely exposure
Exposure is likely limited to WordPress sites running elementskit-lite versions earlier than 3.7.9, especially where Mailchimp widgets or integrations are enabled. The bundle does not identify broader affected products.
Exploitation context
The source bundle states unauthenticated attackers can abuse the endpoint as an open proxy to Mailchimp. KEV status is false, and no cited source in the bundle confirms in-the-wild exploitation.
Researcher notes
Evidence supports an unauthenticated REST endpoint and weak parameter validation, but the bundle does not include proof of exploitation, exploit telemetry, or detailed patch notes. Avoid assuming compromise solely from plugin presence.
Mitigation direction
Upgrade ElementsKit Elementor Addons to version 3.7.9 or later.
If upgrade is delayed, disable the plugin until vendor guidance is applied.
Rotate Mailchimp API credentials if suspicious activity is found.
Monitor Mailchimp quota, subscription changes, and API audit records.
Review vendor and WordPress plugin pages for updated remediation guidance.
Validation and detection
Inventory WordPress sites for elementskit-lite versions below 3.7.9.
Confirm the plugin is upgraded to 3.7.9 or later.
Review web logs for unauthenticated Mailchimp subscribe endpoint traffic.
Check Mailchimp API activity for abnormal calls or subscription changes.
Verify exposed sites no longer run vulnerable plugin builds.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-306: Credential and account abuse lookup
Authentication and credential weaknesses can make valid-account abuse and credential telemetry useful review starting points. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
2CVSS vectors
3Timeline events
1ADP providers
4Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: yesTechnical Impact: total
CVSS vector scores
2 official scores
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-306 · source CWE mapping
Missing Authentication for Critical Function
Missing Authentication for Critical Function represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.