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-2023-46675

CVE-2023-46675: Elastic Kibana Information Disclosure Flaw

CVE-2023-46675 is an information disclosure vulnerability in Elastic Kibana that exposes sensitive credentials and API keys in error logs. This article covers the technical details, affected versions, and mitigation.

Published: January 28, 2026

CVE-2023-46675 Overview

CVE-2023-46675 is an information disclosure vulnerability discovered by Elastic in Kibana, their popular data visualization and exploration platform for Elasticsearch. The vulnerability allows sensitive information to be inadvertently recorded in Kibana logs under specific conditions—either when an error occurs during communication with Elasticsearch or when debug-level logging is enabled.

Critical Impact

Sensitive credentials including kibana_system account credentials, API keys, end-user credentials, private keys, bearer tokens, session tokens for third-party integrations, authorization headers, client secrets, and local file paths may be exposed in log files.

Affected Products

  • Elastic Kibana versions prior to 8.11.2
  • Elastic Kibana versions prior to 7.17.16

Discovery Timeline

  • December 13, 2023 - CVE-2023-46675 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2023-46675

Vulnerability Analysis

This vulnerability is classified under CWE-532 (Insertion of Sensitive Information into Log File). The flaw exists in Kibana's error handling and logging mechanisms, which can inadvertently capture and store sensitive authentication data in plain text log files.

The exposure of sensitive data occurs in two primary scenarios. First, when Kibana encounters an unexpected error while communicating with Elasticsearch, the error handling routines may capture and log request/response data that includes authentication credentials. Second, when administrators enable debug-level logging for troubleshooting purposes, verbose logging captures detailed information about requests and internal operations, including sensitive authentication headers and credentials.

The vulnerability is particularly concerning because log files are often retained for extended periods, backed up to multiple locations, and may be accessible to personnel who should not have access to production credentials. Additionally, this vulnerability is notable as it represents an incomplete fix for a previous similar issue (ESA-2023-25) that was addressed in Kibana 8.11.1.

Root Cause

The root cause of this vulnerability lies in insufficient sanitization of log output in Kibana's error handling and debug logging code paths. When constructing log messages during error conditions or debug operations, the application fails to properly redact or exclude sensitive fields from request contexts, error objects, and internal state information. This oversight allows credentials, tokens, and other sensitive data to be written to log files in cleartext.

Attack Vector

The attack vector requires network access with low-privileged authentication to the affected Kibana instance. An attacker could exploit this vulnerability by:

  1. Gaining access to Kibana log files through misconfigured file permissions, log aggregation systems, or backup repositories
  2. Triggering error conditions that cause sensitive information to be logged
  3. Waiting for administrators to enable debug logging during troubleshooting activities

Once sensitive data is captured in logs, an attacker with read access to those log files can extract credentials for the kibana_system user, API keys, end-user session tokens, and other authentication material. These credentials could then be used to escalate privileges, access protected data, or impersonate legitimate users.

Detection Methods for CVE-2023-46675

Indicators of Compromise

  • Presence of credential patterns (API keys, bearer tokens, passwords) in Kibana log files
  • Unusual access patterns to Kibana log directories or log aggregation systems
  • Evidence of log file exfiltration or unauthorized log access

Detection Strategies

  • Implement log file integrity monitoring to detect unauthorized access or modifications
  • Deploy data loss prevention (DLP) tools to scan log files for credential patterns
  • Monitor for unusual file access to Kibana log directories using file integrity monitoring solutions
  • Review access controls on log aggregation systems for unauthorized queries

Monitoring Recommendations

  • Configure alerts for access to Kibana log files from unexpected sources or user accounts
  • Implement automated scanning of log files for sensitive data patterns before archival
  • Monitor Kibana configuration changes, particularly changes to logging levels
  • Set up alerting for debug logging being enabled in production environments

How to Mitigate CVE-2023-46675

Immediate Actions Required

  • Upgrade to Kibana 8.11.2 or 7.17.16 or later immediately
  • Review existing Kibana log files for exposed credentials and rotate any potentially compromised secrets
  • Ensure debug logging is disabled in production environments
  • Restrict access to Kibana log files to only essential personnel

Patch Information

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

  • Kibana 8.x series: Upgrade to version 8.11.2 or later
  • Kibana 7.x series: Upgrade to version 7.17.16 or later

For detailed patch information, refer to the Elastic Security Update ESA-2023-27.

Workarounds

  • Disable debug-level logging in production Kibana instances until patches can be applied
  • Implement strict file system permissions on Kibana log directories to limit access
  • Configure log rotation with secure deletion to minimize the window of exposure
  • Consider implementing a log sanitization layer that removes sensitive patterns before storage
bash
# Verify current Kibana logging level and restrict log file permissions
# Check Kibana configuration for debug logging
grep -r "logging.root.level" /etc/kibana/kibana.yml

# Restrict access to Kibana log directory
chmod 750 /var/log/kibana
chown kibana:kibana /var/log/kibana

# Ensure debug logging is disabled (set to info or warn)
# In kibana.yml, verify or set:
# logging.root.level: info

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechElastic Kibana

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.17%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-532
  • Vendor Resources
  • Elastic Security Update ESA-2023-27
  • Related CVEs
  • CVE-2023-46671: Elastic Kibana Information Disclosure Flaw

  • CVE-2025-25015: Elastic Kibana RCE Vulnerability

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

  • CVE-2024-37285: Elastic Kibana RCE Vulnerability
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