Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • 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-33458

CVE-2026-33458: Kibana One Workflow SSRF Vulnerability

CVE-2026-33458 is a server-side request forgery flaw in Kibana One Workflow that lets authenticated users bypass host allowlist restrictions and access internal endpoints. This article covers technical details, impact, and mitigation.

Published: April 10, 2026

CVE-2026-33458 Overview

A Server-Side Request Forgery (SSRF) vulnerability has been identified in Kibana One Workflow that can lead to information disclosure. An authenticated user with workflow creation and execution privileges can bypass host allowlist restrictions in the Workflows Execution Engine, potentially exposing sensitive internal endpoints and data. This vulnerability allows attackers to make the server perform requests to unintended locations, potentially accessing internal services that should not be externally accessible.

Critical Impact

Authenticated attackers can bypass allowlist restrictions to access sensitive internal endpoints and data through SSRF, potentially compromising internal infrastructure and confidential information.

Affected Products

  • Kibana One Workflow (versions prior to security update 9.3.3)

Discovery Timeline

  • April 8, 2026 - CVE-2026-33458 published to NVD
  • April 8, 2026 - Last updated in NVD database

Technical Details for CVE-2026-33458

Vulnerability Analysis

This SSRF vulnerability (CWE-918) exists in the Kibana One Workflow's Workflows Execution Engine. The core issue stems from insufficient validation of user-controlled URLs within workflow definitions. While Kibana implements a host allowlist mechanism to restrict outbound requests, authenticated users with workflow creation privileges can craft requests that circumvent these restrictions.

The vulnerability requires authentication and specific privileges (workflow creation and execution), which limits the attack surface. However, once exploited, the attacker can leverage the Kibana server as a proxy to access internal network resources, cloud metadata services, or other sensitive endpoints that would otherwise be unreachable from external networks.

The scope is changed (S:C in the CVSS vector), meaning successful exploitation can affect resources beyond the vulnerable component itself. While the attack complexity is high (AC:H), indicating specific conditions must be met, the potential for high confidentiality impact makes this a significant concern for organizations with sensitive internal infrastructure.

Root Cause

The root cause lies in the improper validation of user-supplied URLs within the Workflows Execution Engine. The allowlist implementation contains logic flaws that allow certain URL patterns or encoding techniques to bypass the intended restrictions. This enables authenticated users to specify destinations that should be blocked by the security controls.

Attack Vector

The attack is conducted over the network and requires an authenticated user account with workflow creation and execution privileges. The attacker crafts a malicious workflow definition containing specially constructed URLs designed to evade the host allowlist validation. When the workflow is executed, the Kibana server makes requests to these unauthorized endpoints, returning potentially sensitive data to the attacker.

Common SSRF attack patterns that may apply include:

  • URL encoding manipulation to bypass allowlist pattern matching
  • DNS rebinding techniques to redirect requests after validation
  • Exploiting parser inconsistencies between validation and request components
  • Utilizing alternative IP address representations (decimal, hexadecimal, octal)

The attacker can potentially access internal services, cloud instance metadata endpoints (e.g., 169.254.169.254), or other resources on the internal network that trust requests from the Kibana server.

Detection Methods for CVE-2026-33458

Indicators of Compromise

  • Unusual outbound requests from Kibana servers to internal IP ranges or metadata endpoints
  • Workflow definitions containing suspicious URLs or unusual URL encoding patterns
  • Unexpected access to internal services from Kibana server IP addresses
  • Anomalous workflow creation activity from specific user accounts

Detection Strategies

  • Monitor Kibana audit logs for workflow creation events with unusual URL patterns
  • Implement network monitoring to detect outbound requests from Kibana to internal endpoints
  • Alert on requests to cloud metadata service addresses (169.254.169.254, fd00:ec2::254)
  • Review workflow execution logs for failed or suspicious external requests

Monitoring Recommendations

  • Enable detailed logging for the Workflows Execution Engine component
  • Deploy network segmentation alerts for unexpected cross-zone traffic from Kibana hosts
  • Implement egress filtering and logging at the network perimeter
  • Configure SIEM rules to correlate workflow execution with unusual network activity

How to Mitigate CVE-2026-33458

Immediate Actions Required

  • Update Kibana to version 9.3.3 or later which contains the security fix
  • Review and audit existing workflows for potentially malicious URL patterns
  • Restrict workflow creation and execution privileges to trusted users only
  • Implement network-level controls to limit Kibana's outbound connectivity to only necessary destinations

Patch Information

Elastic has released a security update addressing this vulnerability. The fix is included in Kibana version 9.3.3. Organizations should update immediately by following the Elastic Security Update Notice (ESA-2026-28). The patch strengthens the host allowlist validation logic to prevent bypass attempts.

Workarounds

  • Temporarily disable the Workflows feature if not critical to operations
  • Implement strict network egress filtering to block access to internal networks from Kibana
  • Use a web application firewall (WAF) to inspect and block suspicious workflow requests
  • Apply principle of least privilege by removing workflow creation permissions from non-essential users
bash
# Example: Network egress restriction for Kibana using iptables
# Block access to internal networks and metadata endpoints from Kibana server
iptables -A OUTPUT -m owner --uid-owner kibana -d 10.0.0.0/8 -j DROP
iptables -A OUTPUT -m owner --uid-owner kibana -d 172.16.0.0/12 -j DROP
iptables -A OUTPUT -m owner --uid-owner kibana -d 192.168.0.0/16 -j DROP
iptables -A OUTPUT -m owner --uid-owner kibana -d 169.254.169.254 -j DROP

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechKibana

  • SeverityMEDIUM

  • CVSS Score6.3

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-918
  • Technical References
  • Elastic Security Update Notice
  • Related CVEs
  • CVE-2026-26938: Kibana Workflows SSRF Vulnerability

  • CVE-2026-33461: Kibana Information Disclosure Vulnerability

  • CVE-2026-33460: Kibana Information Disclosure Vulnerability

  • CVE-2026-4498: Kibana Fleet Privilege Escalation Flaw
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