CVE-2026-23693
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedElementsKit 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.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceThe ElementsKit Lite WordPress plugin versions before 3.7.9 expose an unprotected REST API endpoint at /wp-json/elementskit/v1/widget/mailchimp/subscribe that accepts client-supplied Mailchimp API credentials without authentication, allowing unauthenticated attackers to use the affected site as an open proxy for arbitrary Mailchimp API calls.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Changed
- Confidentiality
- Low
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:H/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Verify elementskit-lite plugin is installedIn WordPress admin, go to Plugins > Installed Plugins and look for 'elementskit-lite' or check the plugins directory for /wp-content/plugins/elementskit-lite/Affected if Plugin is not installed means not affected
-
Determine installed plugin versionIn WordPress admin, find elementskit-lite in Plugins list and note the version number displayed, or read the main plugin file header in /wp-content/plugins/elementskit-lite/elementskit-lite.php for 'Version:' valueAffected if Version is 3.7.9 or later means not affected, version is below 3.7.9 or cannot be determined means potentially affected
-
Confirm REST endpoint is accessible without authenticationSend a GET or POST request to /wp-json/elementskit/v1/widget/mailchimp/subscribe using curl or a browser while NOT logged in. Example: curl -X POST https://your-site.com/wp-json/elementskit/v1/widget/mailchimp/subscribeAffected if Endpoint returns any response (even an error) without requiring login credentials means the endpoint is exposed and potentially vulnerable
-
Check if mailchimp functionality responds to parameter injectionSend a POST request to the endpoint with a test payload such as {"api_key":"test","email":"[email protected]"} and observe if the server processes the request rather than rejecting it with an authentication errorAffected if Server accepts the request and returns a Mailchimp-related response (even if the API key is invalid) rather than a 401/403 authentication error means the authentication bypass is present
If elementskit-lite version is below 3.7.9 AND the /wp-json/elementskit/v1/widget/mailchimp/subscribe endpoint is accessible without authentication, the environment is affected by this CVE.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedUpgrade ElementsKit Lite to version 3.7.9 or later which adds proper authentication and input validation to the mailchimp subscription endpoint.
3.7.9
- 1. Log in to the WordPress admin dashboard
- 2. Navigate to Plugins > Installed Plugins
- 3. Locate the 'ElementsKit Elementor Addons' (elementskit-lite) plugin
- 4. If an update is available, click 'Update Now' to upgrade to version 3.7.9 or later
- 5. Alternatively, manually upload version 3.7.9 or later of the plugin from wordpress.org/plugins/elementskit-lite
- 6. After updating, verify the REST endpoint /wp-json/elementskit/v1/widget/mailchimp/subscribe now requires authentication
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation1.0 h
- Testing3.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,224.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-23693 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-23693 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data