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

CVE-2024-37287: Elastic Kibana RCE Vulnerability

CVE-2024-37287 is a remote code execution flaw in Elastic Kibana caused by prototype pollution. Attackers with ML and Alerting connector access can execute arbitrary code. This article covers technical details, impact, and mitigations.

Updated: January 22, 2026

CVE-2024-37287 Overview

A critical prototype pollution vulnerability was discovered in Elastic Kibana that allows arbitrary code execution. An attacker with access to Machine Learning (ML) and Alerting connector features, combined with write access to internal ML indices, can exploit this flaw to trigger prototype pollution, ultimately achieving arbitrary code execution on the affected system.

Critical Impact

This vulnerability enables authenticated attackers with specific Kibana privileges to execute arbitrary code on the server, potentially compromising the entire Elastic Stack deployment and underlying infrastructure.

Affected Products

  • Elastic Kibana versions prior to 8.14.2
  • Elastic Kibana versions prior to 7.17.23
  • Elastic Kibana deployments with ML and Alerting features enabled

Discovery Timeline

  • 2024-08-13 - CVE-2024-37287 published to NVD
  • 2024-08-22 - Last updated in NVD database

Technical Details for CVE-2024-37287

Vulnerability Analysis

This vulnerability combines two dangerous weakness categories: Code Injection (CWE-94) and Prototype Pollution (CWE-1321). Prototype pollution is a JavaScript-specific vulnerability where an attacker can modify the prototype of base objects, allowing them to inject malicious properties that propagate to all objects inheriting from the affected prototype.

In the context of Kibana, the vulnerability exists within the ML and Alerting connector features. When an attacker with appropriate privileges writes crafted data to internal ML indices, they can manipulate JavaScript object prototypes. This manipulation allows the attacker to alter application behavior in unexpected ways, ultimately leading to arbitrary code execution on the Kibana server.

The attack requires authenticated access with specific privileges, including access to ML features, Alerting connector features, and write permissions to internal ML indices. While this limits the attack surface to authenticated users with elevated privileges, organizations with compromised credentials or malicious insiders face significant risk.

Root Cause

The root cause lies in insufficient input validation and improper handling of object properties within Kibana's ML and Alerting connector functionality. When processing data written to internal ML indices, Kibana fails to adequately sanitize or validate the structure of incoming objects, allowing specially crafted payloads to pollute JavaScript prototypes. This prototype pollution then creates a pathway for code injection, as polluted properties can influence code execution paths within the application.

Attack Vector

The attack is network-based and requires authenticated access to a Kibana instance. An attacker must possess specific privileges to exploit this vulnerability:

  1. Access to Machine Learning features
  2. Access to Alerting connector features
  3. Write access to internal ML indices

The attacker crafts a malicious payload containing prototype pollution vectors and writes it to the internal ML indices. When Kibana processes this data, the prototype pollution occurs, modifying the behavior of base JavaScript objects. The attacker then leverages this pollution to inject and execute arbitrary code on the server.

The vulnerability mechanism involves injecting properties like __proto__ or constructor.prototype into objects that are processed by Kibana's ML subsystem. These properties propagate through the JavaScript prototype chain, allowing the attacker to override methods or inject new properties that are subsequently used in code execution contexts.

Detection Methods for CVE-2024-37287

Indicators of Compromise

  • Unexpected modifications to internal ML indices (.ml-* Elasticsearch indices)
  • Unusual API calls to Kibana ML or Alerting connector endpoints from unexpected users
  • Presence of suspicious properties such as __proto__, constructor, or prototype in ML data
  • Unexpected process spawning or network connections originating from the Kibana process

Detection Strategies

  • Monitor Kibana audit logs for write operations to internal ML indices by users who do not typically perform ML tasks
  • Implement anomaly detection on Kibana API endpoints, specifically targeting ML and Alerting connector features
  • Review Elasticsearch security logs for unauthorized access attempts to .ml-* indices
  • Deploy SentinelOne Singularity to detect and block code execution attempts originating from the Kibana process

Monitoring Recommendations

  • Enable comprehensive audit logging in Kibana and Elasticsearch for all ML-related operations
  • Configure alerts for any modifications to internal ML indices outside of normal operational patterns
  • Implement user behavior analytics to detect privilege abuse or lateral movement attempts
  • Monitor for JavaScript prototype pollution indicators in application logs and data streams

How to Mitigate CVE-2024-37287

Immediate Actions Required

  • Upgrade Elastic Kibana to version 8.14.2 or later for 8.x deployments
  • Upgrade Elastic Kibana to version 7.17.23 or later for 7.x deployments
  • Review and restrict ML and Alerting connector feature access to only necessary users
  • Audit write permissions to internal ML indices and apply principle of least privilege

Patch Information

Elastic has released security updates that address this vulnerability. Organizations should update to the following patched versions:

  • Kibana 8.x: Upgrade to version 8.14.2 or later
  • Kibana 7.x: Upgrade to version 7.17.23 or later

For detailed patch information and upgrade instructions, refer to the Elastic Security Advisory ESA-2024-22.

Workarounds

  • Temporarily disable ML and Alerting connector features if not business-critical until patching is complete
  • Restrict network access to Kibana instances to trusted IP ranges only
  • Implement additional authentication controls such as multi-factor authentication for Kibana access
  • Review and revoke unnecessary write permissions to internal ML indices
bash
# Review ML index permissions in Elasticsearch
# List current role mappings for ML indices
GET /_security/role/ml_admin

# Restrict write access to ML indices by modifying roles
PUT /_security/role/ml_readonly
{
  "indices": [
    {
      "names": [".ml-*"],
      "privileges": ["read"]
    }
  ]
}

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.85%

  • 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-94

  • CWE-1321
  • 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-2024-37285: 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