CVE-2026-15827 PUBLISHED

GutenKit <= 2.4.12 - Missing Authorization to Unauthenticated Sensitive Information Exposure via Mailchimp REST Endpoints

Assigner: Wordfence
Reserved: 15.07.2026 Published: 23.07.2026 Updated: 23.07.2026

The GutenKit Blocks plugin for WordPress is vulnerable to unauthorized access of data due to a missing capability check on the /wp-json/gutenkit/v1/mailchimp/get/lists and /wp-json/gutenkit/v1/mailchimp/get/interests REST API endpoints in versions up to, and including, 2.4.12. Both endpoints are registered with permission_callback => '__return_true', and their callbacks read the site's stored Mailchimp API key from the gutenkit_settings_list option and proxy Mailchimp audience/list, merge-field, interest-category, interest-name, and subscriber-count metadata back to the caller with no login, nonce, or capability check. This makes it possible for unauthenticated attackers to retrieve private Mailchimp audience configuration information from any site that has configured the GutenKit Mailchimp integration.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
CVSS Score: 5.3

Product Status

Vendor ataurr
Product GutenKit – Page Builder Blocks, Patterns, and Templates for Gutenberg Block Editor
Versions Default: unaffected
  • affected from 0 to 2.4.12 (incl.)

Credits

  • Viet Anh Ngo finder

References

Problem Types

  • CWE-862 Missing Authorization CWE