CVE-2026-11357
Received Received - Intake
Sensitive Information Exposure in Kadence Blocks WordPress Plugin

Publication date: 2026-06-18

Last updated on: 2026-06-18

Assigner: Wordfence

Description
The Kadence Blocks β€” Page Builder Toolkit for Gutenberg Editor plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 3.7.5 via the editor_assets_variables. This makes it possible for authenticated attackers, with contributor-level access and above, to extract the site's connected Kadence account license key, license owner email, api_key, api_email, and license domain from the browser console by inspecting window.kadence_blocks_params.proData. Exploitation requires only that an administrator has previously connected a valid Kadence license; the full credential bundle is then readable by any Contributor-level user from the block editor client context without any server-side request manipulation.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-18
Last Modified
2026-06-18
Generated
2026-06-18
AI Q&A
2026-06-18
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
kadence_blocks kadence_blocks to 3.7.5 (inc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-200 The product exposes sensitive information to an actor that is not explicitly authorized to have access to that information.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

The Kadence Blocks β€” Page Builder Toolkit for Gutenberg Editor plugin for WordPress has a vulnerability in all versions up to and including 3.7.5 that allows sensitive information exposure.

Authenticated users with contributor-level access or higher can extract sensitive license information such as the connected Kadence account license key, license owner email, api_key, api_email, and license domain by inspecting the browser console.

This is possible because these credentials are exposed in the client-side JavaScript object window.kadence_blocks_params.proData within the block editor context, without requiring any server-side request manipulation.

Exploitation requires that an administrator has previously connected a valid Kadence license.

Impact Analysis

This vulnerability can lead to unauthorized disclosure of sensitive license credentials to users with contributor-level access or higher.

An attacker with these credentials could potentially misuse the license key and associated account information, which might lead to license abuse or unauthorized access to services tied to the license.

Since the exposure happens client-side, it does not require complex server-side attacks, making it easier for insiders or lower-privileged users to exploit.

Detection Guidance

This vulnerability can be detected by verifying if an authenticated user with contributor-level access or higher can access sensitive Kadence license information via the browser console in the WordPress block editor.

Specifically, inspecting the JavaScript object window.kadence_blocks_params.proData in the browser console while editing a page with the Kadence Blocks plugin active can reveal the exposed license key, license owner email, api_key, api_email, and license domain.

No specific network commands are provided in the available resources, but detection involves accessing the WordPress block editor as a contributor or higher and running the following in the browser console:

  • Open browser developer tools (usually F12 or Ctrl+Shift+I)
  • Navigate to the Console tab
  • Enter: window.kadence_blocks_params.proData

If the object contains license and API credentials, the vulnerability is present.

Mitigation Strategies

Immediate mitigation steps include updating the Kadence Blocks plugin to a version later than 3.7.5 where this vulnerability is fixed.

If an update is not immediately available, restrict contributor-level user access or higher until the plugin is patched.

Additionally, consider disconnecting the Kadence license temporarily to prevent exposure of license credentials.

Monitor user roles and permissions carefully to ensure that only trusted users have contributor-level or higher access.

Compliance Impact

This vulnerability allows authenticated users with contributor-level access and above to extract sensitive license-related information, including license keys and associated emails, from the browser console without server-side manipulation.

Exposure of such sensitive information could potentially lead to unauthorized access or misuse of license credentials, which may impact the confidentiality of personal or organizational data.

However, the provided context does not explicitly state the direct impact on compliance with standards like GDPR or HIPAA.

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