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-2025-25015

CVE-2025-25015: Elastic Kibana RCE Vulnerability

CVE-2025-25015 is a prototype pollution vulnerability in Elastic Kibana that enables remote code execution through crafted file uploads and HTTP requests. This article covers technical details, affected versions, and mitigations.

Updated: January 22, 2026

CVE-2025-25015 Overview

CVE-2025-25015 is a critical prototype pollution vulnerability in Elastic Kibana that enables arbitrary code execution through crafted file uploads and specifically crafted HTTP requests. This vulnerability affects the core JavaScript object prototype chain, allowing attackers to inject malicious properties that propagate throughout the application and ultimately lead to remote code execution.

The severity of this vulnerability varies based on Kibana version and user privileges. In Kibana versions >= 8.15.0 and < 8.17.1, this vulnerability is exploitable by users with the basic Viewer role, significantly expanding the attack surface. In versions 8.17.1 and 8.17.2, exploitation requires elevated privileges including fleet-all, integrations-all, and actions:execute-advanced-connectors.

Critical Impact

This prototype pollution vulnerability allows authenticated attackers to achieve arbitrary code execution on Kibana servers, potentially compromising the entire Elastic Stack infrastructure and any data accessible through the platform.

Affected Products

  • Elastic Kibana versions >= 8.15.0 and < 8.16.6
  • Elastic Kibana versions >= 8.17.0 and < 8.17.3

Discovery Timeline

  • 2025-03-05 - CVE-2025-25015 published to NVD
  • 2025-10-02 - Last updated in NVD database

Technical Details for CVE-2025-25015

Vulnerability Analysis

This vulnerability is classified as CWE-1321 (Improperly Controlled Modification of Object Prototype Attributes), commonly known as prototype pollution. Prototype pollution occurs when an attacker can modify the prototype of a base object, such as Object.prototype in JavaScript. Since JavaScript uses prototype-based inheritance, any modifications to a base object's prototype will be inherited by all objects derived from it.

In Kibana's case, the vulnerability manifests through improper handling of user-supplied input during file upload operations and HTTP request processing. The attack can be executed remotely over the network by authenticated users, requires low complexity to exploit, and needs no user interaction. The vulnerability has a changed scope, meaning successful exploitation can impact resources beyond the vulnerable component itself, affecting confidentiality, integrity, and availability of the system.

Root Cause

The root cause stems from insufficient input validation and sanitization in Kibana's request processing logic. When handling file uploads and HTTP requests, the application fails to properly sanitize object keys and values, allowing attackers to inject special properties like __proto__, constructor, or prototype that modify the behavior of base JavaScript objects. This pollution propagates through the application's runtime, enabling code execution when the tainted properties are later accessed in security-sensitive contexts.

Attack Vector

The attack vector involves network-accessible exploitation through authenticated sessions. Attackers craft malicious file uploads or HTTP requests containing prototype pollution payloads. The exploitation path differs based on version:

For Kibana 8.15.0 to < 8.17.1:

  • Any user with the Viewer role can exploit this vulnerability
  • The low privilege requirement significantly increases risk exposure

For Kibana 8.17.1 and 8.17.2:

  • Exploitation requires a combination of elevated privileges: fleet-all, integrations-all, and actions:execute-advanced-connectors
  • This limits the attack surface to administrative users

The attacker sends specially crafted payloads that pollute the JavaScript prototype chain, ultimately achieving arbitrary code execution on the Kibana server. This can lead to complete system compromise, data exfiltration, lateral movement within the network, and potential compromise of the connected Elasticsearch cluster.

Detection Methods for CVE-2025-25015

Indicators of Compromise

  • Unusual HTTP requests to Kibana endpoints containing __proto__, constructor.prototype, or similar prototype pollution strings in request bodies or file uploads
  • Unexpected process spawning from the Kibana Node.js process
  • Anomalous file system access patterns from the Kibana service account
  • Network connections from Kibana server to unexpected external destinations

Detection Strategies

  • Monitor HTTP request logs for payloads containing prototype pollution indicators such as __proto__, constructor, or prototype property assignments
  • Implement Web Application Firewall (WAF) rules to detect and block requests containing prototype pollution patterns
  • Deploy runtime application self-protection (RASP) solutions to detect prototype pollution attempts
  • Review Kibana audit logs for suspicious file upload activities and API requests from Viewer-role users

Monitoring Recommendations

  • Enable comprehensive logging for all Kibana API endpoints, particularly file upload and Fleet-related endpoints
  • Configure SIEM rules to alert on prototype pollution patterns in request payloads
  • Monitor for unauthorized privilege escalation or unexpected code execution from the Kibana service
  • Implement anomaly detection for Kibana process behavior to identify post-exploitation activities

How to Mitigate CVE-2025-25015

Immediate Actions Required

  • Upgrade Kibana to version 8.17.3 or 8.16.6 immediately to remediate this vulnerability
  • If immediate patching is not possible, restrict access to Kibana to only trusted users and networks
  • Review and audit user roles, removing unnecessary Viewer access and elevated Fleet/Integrations privileges
  • Implement network segmentation to limit the blast radius of potential exploitation

Patch Information

Elastic has released security updates addressing this vulnerability. Users should upgrade to Kibana version 8.17.3 or 8.16.6 depending on their deployment branch. For detailed patch information and upgrade instructions, refer to the Kibana 8.17.3/8.16.6 Security Update (ESA-2025-06).

Workarounds

  • For versions 8.17.1 and 8.17.2, review and restrict users who have the combined privileges of fleet-all, integrations-all, and actions:execute-advanced-connectors
  • For versions prior to 8.17.1, consider temporarily restricting Viewer role access or placing Kibana behind additional authentication layers
  • Deploy WAF rules to filter requests containing prototype pollution payloads as a defense-in-depth measure
  • Consider temporarily disabling file upload functionality if business requirements permit
bash
# Verify Kibana version and plan upgrade
# Check current Kibana version
curl -X GET "http://localhost:5601/api/status" -H "kbn-xsrf: true" | jq '.version.number'

# After upgrading, verify the patched version is running
# Expected: 8.17.3 or 8.16.6 (or later)

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

  • SeverityCRITICAL

  • CVSS Score9.9

  • EPSS Probability1.09%

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

  • CVE-2024-12556: Elastic Kibana RCE Vulnerability

  • 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