CVE-2026-1857

4.3 MEDIUM

📋 TL;DR

This vulnerability allows authenticated WordPress users with Contributor-level permissions or higher to perform Server-Side Request Forgery attacks against the GetResponse API server. Attackers can access sensitive GetResponse data (contacts, campaigns, mailing lists) using the site's stored API credentials, which are also leaked in request headers. All WordPress sites using vulnerable versions of the Kadence Blocks plugin are affected.

💻 Affected Systems

Products:
  • Gutenberg Blocks with AI by Kadence WP (WordPress plugin)
Versions: All versions up to and including 3.6.1
Operating Systems: All operating systems running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires GetResponse integration to be configured and active. The vulnerability exists when the GetResponse REST API functionality is enabled.

⚠️ Manual Verification Required

This CVE does not have specific version information in our database, so automatic vulnerability detection cannot determine if your system is affected.

Why? The CVE database entry doesn't specify which versions are vulnerable (no version ranges provided by the vendor/NVD).

🔒 Custom verification scripts are available for registered users. Sign up free to download automated test scripts.

Recommended Actions:
  1. Review the CVE details at NVD
  2. Check vendor security advisories for your specific version
  3. Test if the vulnerability is exploitable in your environment
  4. Consider updating to the latest version as a precaution

⚠️ Risk & Real-World Impact

🔴

Worst Case

Complete compromise of GetResponse account data including all contact lists, campaigns, and sensitive customer information, plus exposure of API credentials that could lead to further account takeover.

🟠

Likely Case

Unauthorized access to GetResponse contact lists and campaign data, potential data exfiltration, and API credential exposure.

🟢

If Mitigated

Limited to authenticated users only, with no access to sensitive GetResponse data if proper API key restrictions are in place.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: LIKELY
Unauthenticated Exploit: ✅ No
Complexity: LOW

Exploitation requires authenticated WordPress access with at least Contributor permissions. The vulnerability is straightforward to exploit once authenticated.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 3.6.2 and later

Vendor Advisory: https://wordpress.org/plugins/kadence-blocks/#developers

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins → Installed Plugins. 3. Find 'Gutenberg Blocks with AI by Kadence WP'. 4. Click 'Update Now' if available, or download version 3.6.2+ from WordPress repository. 5. Activate the updated plugin.

🔧 Temporary Workarounds

Disable GetResponse Integration

all

Temporarily disable the GetResponse functionality in Kadence Blocks plugin settings

Restrict User Roles

all

Remove Contributor role permissions or restrict user registration

🧯 If You Can't Patch

  • Disable the Kadence Blocks plugin entirely until patched
  • Implement network-level restrictions to block outbound requests to GetResponse API endpoints

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin → Plugins → Installed Plugins → Kadence Blocks version. If version is 3.6.1 or lower, you are vulnerable.

Check Version:

wp plugin list --name=kadence-blocks --field=version

Verify Fix Applied:

Verify plugin version is 3.6.2 or higher in WordPress admin panel.

📡 Detection & Monitoring

Log Indicators:

  • Unusual API requests to GetResponse endpoints from non-admin users
  • Multiple failed authentication attempts to WordPress admin

Network Indicators:

  • Outbound HTTP requests to api.getresponse.com from WordPress server with unusual patterns
  • Unexpected data exfiltration to external IPs

SIEM Query:

source="wordpress" AND (uri_path="/wp-json/kadence-blocks/v1/getresponse" OR user_agent CONTAINS "WordPress") AND user_role="contributor"

🔗 References

📤 Share & Export