The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-1857

CVE-2026-1857: Kadence WP Gutenberg Blocks SSRF Vulnerability

CVE-2026-1857 is a Server-Side Request Forgery vulnerability in Kadence WP Gutenberg Blocks plugin that allows Contributor-level attackers to access sensitive GetResponse API data. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: February 20, 2026

CVE-2026-1857 Overview

The Gutenberg Blocks with AI by Kadence WP plugin for WordPress contains a Server-Side Request Forgery (SSRF) vulnerability in all versions up to and including 3.6.1. This security flaw exists due to insufficient validation of the endpoint parameter in the get_items() function of the GetResponse REST API handler. The vulnerability allows authenticated attackers with Contributor-level access or higher to make server-side requests to arbitrary endpoints on the configured GetResponse API server.

Critical Impact

Authenticated attackers can exploit this vulnerability to retrieve sensitive data including contacts, campaigns, and mailing lists using the site's stored API credentials. Additionally, the stored API key is leaked in request headers, potentially enabling further unauthorized access to GetResponse accounts.

Affected Products

  • Gutenberg Blocks with AI by Kadence WP plugin for WordPress versions ≤ 3.6.1
  • WordPress sites using Kadence Blocks with GetResponse integration enabled

Discovery Timeline

  • February 18, 2026 - CVE-2026-1857 published to NVD
  • February 18, 2026 - Last updated in NVD database

Technical Details for CVE-2026-1857

Vulnerability Analysis

This Server-Side Request Forgery (SSRF) vulnerability stems from an improper access control decision combined with insufficient input validation. The GetResponse REST API handler's get_items() function accepts an endpoint parameter that is not adequately validated before being used to construct server-side requests. The core issue lies in the permission check implementation—the endpoint requires only edit_posts capability (available to Contributor role users) rather than the more restrictive manage_options capability (limited to Administrators).

This design flaw creates a significant attack surface, as WordPress sites commonly grant Contributor access to content creators, guest authors, and other non-administrative users. An attacker with these limited privileges can leverage the vulnerability to access the GetResponse API using credentials stored by site administrators, effectively bypassing the intended access controls.

Root Cause

The vulnerability originates from two security weaknesses in the getresponse-rest-api.php file:

  1. Insufficient Authorization: The permission callback uses edit_posts capability instead of manage_options, allowing Contributor-level users to access functionality intended only for administrators.

  2. Inadequate Input Validation: The endpoint parameter is passed to the API request handler without proper sanitization or allowlisting, enabling attackers to specify arbitrary API endpoints.

The combination of these flaws allows low-privileged users to craft requests that retrieve sensitive marketing data from the GetResponse platform, including contact information, campaign details, and mailing list configurations.

Attack Vector

The attack is network-based and requires the attacker to have an authenticated session with at least Contributor-level privileges on the target WordPress site. The exploitation process involves:

  1. Authenticating to the WordPress site with Contributor or higher privileges
  2. Crafting a REST API request to the vulnerable GetResponse handler endpoint
  3. Specifying an arbitrary endpoint parameter value to access different GetResponse API resources
  4. Extracting sensitive data from the API response, including contacts, campaigns, and mailing lists
  5. Harvesting the API key leaked in request headers for potential further abuse

The vulnerability can be exploited through WordPress REST API calls targeting the GetResponse integration endpoint. Attackers can manipulate the endpoint parameter to access various GetResponse API resources beyond what their WordPress role should permit. For technical implementation details, see the WordPress Kadence Blocks Code Line 57 and WordPress Kadence Blocks Code Line 77 for vulnerable code references.

Detection Methods for CVE-2026-1857

Indicators of Compromise

  • Unusual REST API requests to Kadence Blocks GetResponse endpoints from Contributor-level accounts
  • Unexpected access patterns to the /wp-json/ endpoints related to GetResponse integration
  • Multiple requests with varying endpoint parameter values from the same user session
  • GetResponse API activity logs showing data access not initiated by administrators

Detection Strategies

  • Monitor WordPress REST API access logs for requests to GetResponse-related endpoints from non-administrator users
  • Implement alerting for unusual patterns in REST API requests targeting the Kadence Blocks integration
  • Review WordPress user audit logs for Contributor accounts making API integration requests
  • Analyze network traffic for outbound connections to GetResponse API with unexpected endpoint patterns

Monitoring Recommendations

  • Enable detailed logging for WordPress REST API endpoints, particularly those associated with third-party integrations
  • Configure alerts for any access to GetResponse REST API handlers by users without Administrator privileges
  • Monitor GetResponse account activity logs for unauthorized data access correlating with WordPress site activity
  • Implement Web Application Firewall (WAF) rules to detect and block SSRF attack patterns targeting the vulnerable endpoint

How to Mitigate CVE-2026-1857

Immediate Actions Required

  • Update Kadence Blocks plugin to a version newer than 3.6.1 that includes the security fix
  • Review user accounts with Contributor or higher roles and revoke unnecessary access
  • Rotate GetResponse API keys if there is suspicion of compromise
  • Audit GetResponse account access logs for unauthorized data retrieval

Patch Information

The Kadence WP development team has addressed this vulnerability in versions following 3.6.1. The fix involves implementing proper authorization checks requiring manage_options capability and adding validation for the endpoint parameter. Site administrators should update to the latest version of the Kadence Blocks plugin immediately.

For patch details, see the WordPress Kadence Blocks Changeset.

Workarounds

  • Temporarily disable the GetResponse integration in Kadence Blocks until the patch can be applied
  • Restrict Contributor role privileges using a WordPress security plugin to limit REST API access
  • Remove stored GetResponse API credentials from WordPress until the plugin is updated
  • Implement network-level controls to restrict outbound connections from the WordPress server to known-good destinations only
bash
# Configuration example - Temporarily disable GetResponse REST API access via .htaccess
# Add to WordPress root .htaccess file to block access to vulnerable endpoint
<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{REQUEST_URI} ^/wp-json/kadence.*getresponse [NC]
    RewriteRule ^ - [F,L]
</IfModule>

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechWordpress

  • SeverityMEDIUM

  • CVSS Score4.3

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-918
  • Technical References
  • WordPress Kadence Blocks Code Line 57

  • WordPress Kadence Blocks Code Line 77

  • WordPress Kadence Blocks Changeset

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-0688: WordPress Webmention Plugin SSRF Flaw

  • CVE-2026-0686: WordPress Webmention Plugin SSRF Vulnerability

  • CVE-2026-3881: Performance Monitor WordPress SSRF Flaw

  • CVE-2025-12886: Oxygen Theme for WordPress SSRF Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English