CVE-2026-23693
Received Received - Intake
Unauthenticated Open Proxy Vulnerability in ElementsKit Lite REST Endpoint

Publication date: 2026-02-23

Last updated on: 2026-02-24

Assigner: VulnCheck

Description
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.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-02-23
Last Modified
2026-02-24
Generated
2026-06-16
AI Q&A
2026-02-23
EPSS Evaluated
2026-06-14
NVD
EUVD
Affected Vendors & Products
Showing 2 associated CPEs
Vendor Product Version / Range
elementskit elementskit_lite to 3.7.9 (exc)
roxnor elementskit_lite to 3.7.9 (exc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-306 The product does not perform any authentication for functionality that requires a provable user identity or consumes a significant amount of resources.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

[{'type': 'paragraph', 'content': 'CVE-2026-23693 is a critical vulnerability in the ElementsKit Lite WordPress plugin versions prior to 3.7.9. It involves an unauthenticated REST endpoint at /wp-json/elementskit/v1/widget/mailchimp/subscribe that accepts client-supplied Mailchimp API credentials without proper authentication.'}, {'type': 'paragraph', 'content': "The endpoint insufficiently validates certain parameters, especially the 'list' parameter, when making requests to the Mailchimp API. This allows an unauthenticated attacker to abuse the endpoint as an open proxy to Mailchimp."}, {'type': 'paragraph', 'content': 'Through this, the attacker can trigger unauthorized API calls, manipulate subscription data, exhaust API quotas, or cause resource consumption on the affected WordPress site.'}] [3]

Impact Analysis

This vulnerability can have several serious impacts on your WordPress site and associated Mailchimp account.

  • Unauthorized API calls can be made through your site, potentially leading to misuse of your Mailchimp account.
  • Subscription data can be manipulated by attackers, which may affect your mailing lists and communications.
  • API quotas can be exhausted, potentially disrupting legitimate Mailchimp operations.
  • Resource consumption on your WordPress site can increase, possibly degrading site performance or causing downtime.
Compliance Impact

I don't know

Detection Guidance

[{'type': 'paragraph', 'content': 'This vulnerability can be detected by checking if the WordPress site is running ElementsKit Lite plugin versions prior to 3.7.9 and if the REST endpoint /wp-json/elementskit/v1/widget/mailchimp/subscribe is accessible without authentication.'}, {'type': 'paragraph', 'content': 'You can use commands to test the accessibility of the vulnerable endpoint, for example using curl:'}, {'type': 'list_item', 'content': 'curl -I https://your-wordpress-site.com/wp-json/elementskit/v1/widget/mailchimp/subscribe'}, {'type': 'list_item', 'content': 'curl -X POST https://your-wordpress-site.com/wp-json/elementskit/v1/widget/mailchimp/subscribe -d \'{"list":"test"}\' -H \'Content-Type: application/json\''}, {'type': 'paragraph', 'content': 'If the endpoint responds without requiring authentication and accepts parameters, it indicates the presence of the vulnerability.'}] [3]

Mitigation Strategies

The immediate step to mitigate this vulnerability is to update the ElementsKit Lite WordPress plugin to version 3.7.9 or later, where this issue is fixed.

Additionally, restricting access to the vulnerable REST endpoint by implementing authentication or firewall rules can help prevent exploitation until the update is applied.

Monitoring API usage and logs for unusual activity related to the Mailchimp subscription endpoint is also recommended.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-23693. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart