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-2024-37288

CVE-2024-37288: Elastic Kibana RCE Vulnerability

CVE-2024-37288 is a deserialization RCE flaw in Elastic Kibana affecting users with AI Security tools and Amazon Bedrock connectors. This article covers technical details, affected versions, impact, and mitigation.

Updated: January 22, 2026

CVE-2024-37288 Overview

CVE-2024-37288 is an insecure deserialization vulnerability in Elastic Kibana that can lead to arbitrary code execution when Kibana attempts to parse a YAML document containing a crafted payload. This vulnerability specifically affects users utilizing Elastic Security's built-in AI tools who have configured an Amazon Bedrock connector.

Critical Impact

Successful exploitation allows attackers with low privileges to achieve arbitrary code execution on Kibana servers through malicious YAML payloads, potentially leading to complete system compromise.

Affected Products

  • Elastic Kibana 8.15.0
  • Kibana installations using Elastic Security's built-in AI tools
  • Configurations with Amazon Bedrock connector enabled

Discovery Timeline

  • 2024-09-09 - CVE-2024-37288 published to NVD
  • 2024-09-16 - Last updated in NVD database

Technical Details for CVE-2024-37288

Vulnerability Analysis

This vulnerability stems from CWE-502 (Deserialization of Untrusted Data), a well-known class of security flaws that occurs when applications deserialize data from untrusted sources without proper validation. In the context of Kibana, the application fails to safely handle YAML documents that may contain malicious constructs.

YAML deserialization vulnerabilities are particularly dangerous because YAML parsers often support object instantiation and code execution features. When a crafted YAML document is processed, attackers can leverage these features to instantiate arbitrary objects or execute code within the application's context.

The attack requires network access and low-level authentication, but no user interaction is needed once the attacker has established connectivity. The vulnerability affects the confidentiality, integrity, and availability of the affected system, as successful exploitation grants the attacker code execution capabilities.

Root Cause

The root cause lies in Kibana's YAML parsing implementation within the Elastic Security AI tools feature. When processing YAML documents, particularly in the context of Amazon Bedrock connector integration, the parser does not adequately validate or sanitize the document structure before deserialization. This allows attackers to craft YAML documents containing malicious type tags or object instantiation directives that execute arbitrary code during the parsing phase.

Attack Vector

The attack is conducted over the network against Kibana instances that have both Elastic Security's AI tools enabled and an Amazon Bedrock connector configured. An attacker with low-privilege access can submit a specially crafted YAML document to the vulnerable parsing endpoint. When Kibana processes this document, the malicious payload is deserialized and executed, granting the attacker code execution capabilities on the server.

The exploitation chain typically involves:

  1. Identifying a Kibana instance with the vulnerable configuration
  2. Crafting a YAML payload with malicious type tags or object instantiation
  3. Submitting the payload through an interface that triggers YAML parsing
  4. Achieving code execution when the payload is deserialized

Detection Methods for CVE-2024-37288

Indicators of Compromise

  • Unusual YAML documents containing suspicious type tags or object instantiation directives submitted to Kibana
  • Unexpected process spawning from the Kibana Node.js process
  • Anomalous network connections originating from the Kibana server
  • Evidence of code execution artifacts in Kibana logs or system audit logs

Detection Strategies

  • Monitor Kibana application logs for errors or anomalies related to YAML parsing operations
  • Implement network-based detection for malformed or suspicious YAML payloads targeting Kibana endpoints
  • Deploy endpoint detection and response (EDR) solutions to identify unexpected code execution from the Kibana process
  • Enable audit logging on Kibana servers to track API requests to AI tools and Bedrock connector endpoints

Monitoring Recommendations

  • Enable verbose logging for Elastic Security AI tools interactions
  • Monitor for unusual Amazon Bedrock connector activity patterns
  • Implement alerting on any YAML parsing exceptions or errors in Kibana logs
  • Track process creation events from the Kibana service account

How to Mitigate CVE-2024-37288

Immediate Actions Required

  • Upgrade to Kibana version 8.15.1 or later immediately
  • If immediate patching is not possible, disable the Amazon Bedrock connector temporarily
  • Review access controls to ensure only authorized users can interact with Elastic Security AI tools
  • Audit recent Kibana logs for any suspicious YAML parsing activity

Patch Information

Elastic has released Kibana 8.15.1 which addresses this vulnerability. The security update is documented in Elastic Security Advisory ESA-2024-27. Organizations should prioritize upgrading to this version to remediate the vulnerability.

Workarounds

  • Disable the Amazon Bedrock connector if it is not critical for operations until patching is complete
  • Restrict network access to Kibana to only trusted sources using firewall rules
  • Implement additional authentication requirements for accessing Elastic Security AI tools
  • Consider temporarily disabling Elastic Security's AI tools feature if upgrading is delayed
bash
# Verify Kibana version to ensure patch is applied
/usr/share/kibana/bin/kibana --version

# Check if Amazon Bedrock connector is configured (review kibana.yml)
grep -i "bedrock" /etc/kibana/kibana.yml

# Restrict access to Kibana in firewall (example for iptables)
iptables -A INPUT -p tcp --dport 5601 -s trusted_network/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 5601 -j DROP

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechElastic Kibana

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability1.40%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-502
  • Vendor Resources
  • Elastic Discuss Security Update
  • Related CVEs
  • CVE-2025-25015: Elastic Kibana RCE Vulnerability

  • CVE-2025-25014: Elastic Kibana Prototype Pollution RCE

  • CVE-2024-37285: Elastic Kibana RCE Vulnerability

  • CVE-2020-7013: Elastic Kibana RCE 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