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
    • 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-2024-37285

CVE-2024-37285: Elastic Kibana RCE Vulnerability

CVE-2024-37285 is a deserialization remote code execution vulnerability in Elastic Kibana triggered by malicious YAML payloads. This post covers technical details, required privileges, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2024-37285 Overview

CVE-2024-37285 is a critical insecure deserialization vulnerability affecting Elastic Kibana. The flaw exists in how Kibana handles YAML document parsing, allowing attackers to craft malicious payloads that lead to arbitrary code execution when processed by the application. This vulnerability requires specific privilege combinations in both Elasticsearch and Kibana to exploit successfully, but can result in complete system compromise when these conditions are met.

Critical Impact

Successful exploitation allows remote attackers with elevated privileges to execute arbitrary code on the Kibana server, potentially compromising the entire Elastic Stack deployment and any connected data sources.

Affected Products

  • Elastic Kibana (versions prior to 8.15.1)
  • Elastic Stack deployments using Fleet or Integrations features
  • Kibana instances with Fleet Server service account configurations

Discovery Timeline

  • 2024-11-14 - CVE-2024-37285 published to NVD
  • 2025-10-01 - Last updated in NVD database

Technical Details for CVE-2024-37285

Vulnerability Analysis

This insecure deserialization vulnerability (CWE-502) occurs when Kibana's YAML parsing functionality processes untrusted input without proper validation. The deserialization of YAML documents containing specially crafted payloads allows attackers to instantiate arbitrary objects and execute code within the context of the Kibana server process.

The attack requires a combination of specific Elasticsearch and Kibana privileges, making it a post-authentication vulnerability that targets users with elevated access. While this reduces the attack surface, privileged users or compromised accounts with the required permissions can leverage this flaw for complete server takeover.

Root Cause

The root cause lies in Kibana's YAML parsing implementation, which does not adequately sanitize or restrict the types of objects that can be instantiated during deserialization. When YAML documents are parsed, the deserializer processes type tags and constructor calls embedded in the document, enabling attackers to trigger arbitrary code execution through crafted payloads.

Attack Vector

Exploitation requires a malicious user to have a specific combination of Elasticsearch indices privileges and Kibana privileges:

Required Elasticsearch Indices Permissions:

  • Write privilege on the system indices .kibana_ingest*
  • The allow_restricted_indices flag must be set to true

Required Kibana Privileges (any of the following):

  • Under Fleet: the "All" privilege is granted
  • Under Integration: the "Read" or "All" privilege is granted
  • Access to the fleet-setup privilege through Fleet Server's service account token

With these privileges, an attacker can inject a malicious YAML document into the Kibana ingest pipeline, which is then processed by the vulnerable YAML parser, triggering code execution on the server.

Detection Methods for CVE-2024-37285

Indicators of Compromise

  • Unusual write operations to .kibana_ingest* indices from non-administrative accounts
  • Unexpected YAML documents containing serialization markers or type tags in Fleet/Integration configurations
  • Anomalous process spawning from the Kibana server process
  • Unauthorized modifications to Fleet or Integration settings

Detection Strategies

  • Monitor Elasticsearch audit logs for write operations to .kibana_ingest* indices with allow_restricted_indices enabled
  • Implement file integrity monitoring on Kibana configuration directories
  • Enable and review Kibana audit logging for Fleet and Integration management activities
  • Deploy network monitoring to detect unusual outbound connections from Kibana servers

Monitoring Recommendations

  • Configure alerting on privilege escalation attempts within the Elastic Stack
  • Establish baseline behavior for Fleet Server service account activities
  • Monitor for unusual authentication patterns involving accounts with Fleet or Integration privileges
  • Implement SIEM rules to correlate Elasticsearch index writes with subsequent Kibana process anomalies

How to Mitigate CVE-2024-37285

Immediate Actions Required

  • Upgrade Kibana to version 8.15.1 or later immediately
  • Audit all user accounts with write access to .kibana_ingest* indices and revoke unnecessary privileges
  • Review and restrict the allow_restricted_indices flag usage across all roles
  • Audit Fleet and Integration privilege assignments and apply principle of least privilege

Patch Information

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

Workarounds

  • If immediate patching is not possible, restrict write access to .kibana_ingest* indices by removing the privilege from all non-essential roles
  • Disable or limit access to Fleet and Integration features for accounts that do not require them
  • Implement network segmentation to isolate Kibana servers from untrusted network segments
  • Deploy a web application firewall (WAF) with rules to detect malicious YAML payloads
  • Consider temporarily disabling Fleet Server service account tokens until patching is complete
bash
# Example: Audit roles with write access to .kibana_ingest* indices
# Review output and revoke unnecessary privileges
curl -X GET "localhost:9200/_security/role" -H 'Content-Type: application/json' | \
  jq '.[] | select(.indices[]?.names[]? | contains(".kibana_ingest")) | select(.indices[]?.privileges[]? == "write")'

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 Score7.2

  • EPSS Probability0.43%

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

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

  • CVE-2024-12556: 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