CVE-2026-49088
Analyzed Analyzed - Analysis Complete

Sensitive Information Disclosure in Kibana via APM Logs

Vulnerability report for CVE-2026-49088, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-01

Last updated on: 2026-07-02

Assigner: Elastic

Description

Insertion of Sensitive Information into Log File (CWE-532) in Kibana can lead to information disclosure. When the optional application performance monitoring (APM) instrumentation is enabled, sensitive request header values could be recorded in application logs, where they may be accessible to operators with log access.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-01
Last Modified
2026-07-02
Generated
2026-07-21
AI Q&A
2026-07-01
EPSS Evaluated
2026-07-20
NVD
EUVD

Affected Vendors & Products

Showing 4 associated CPEs
Vendor Product Version / Range
elastic kibana From 9.0.0 (inc) to 9.0.8 (exc)
elastic kibana From 9.1.0 (inc) to 9.1.6 (exc)
elastic kibana From 8.0.0 (inc) to 8.18.9 (exc)
elastic kibana From 8.19.0 (inc) to 8.19.6 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-532 The product writes sensitive information to a log file.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-49088 is a vulnerability in Kibana where sensitive request header values can be recorded in application logs if the optional Application Performance Monitoring (APM) instrumentation is enabled.

This means that sensitive information, such as authentication tokens or other confidential header data, may be inserted into log files, potentially exposing it to anyone with access to those logs.

The issue affects multiple versions of Kibana and is classified as CWE-532, which involves the insertion of sensitive information into log files.

Detection Guidance

This vulnerability can be detected by checking the application logs for the presence of sensitive request header values that should not be recorded. Specifically, if Application Performance Monitoring (APM) instrumentation is enabled, sensitive headers might be logged.

To detect this, you can search your Kibana log files for known sensitive header names or values that should not be present.

  • Use grep or similar commands to search logs for sensitive headers, for example: grep -i 'authorization' /path/to/kibana/logs/*
  • Check for other sensitive headers such as 'cookie', 'set-cookie', or custom authentication headers in the logs.

Additionally, verify if APM instrumentation is enabled in your Kibana deployment, as deployments without APM enabled are not affected.

Impact Analysis

This vulnerability can lead to information disclosure by exposing sensitive request header values in application logs.

If an attacker or unauthorized operator gains access to these logs, they could retrieve sensitive information that might be used to compromise user accounts, escalate privileges, or perform other malicious activities.

The impact is limited to deployments where APM instrumentation is enabled; deployments without APM enabled are not affected.

Compliance Impact

This vulnerability involves the insertion of sensitive information into log files, which can lead to information disclosure if sensitive request header values are recorded and accessed by unauthorized operators.

Such exposure of sensitive data in logs could potentially impact compliance with data protection regulations and standards like GDPR and HIPAA, which require the protection of personal and sensitive information from unauthorized access and disclosure.

Organizations using affected Kibana versions with APM instrumentation enabled should be aware that this vulnerability might lead to non-compliance if sensitive data is improperly logged and accessed.

Mitigation Strategies

Immediate mitigation steps include upgrading Kibana to one of the fixed versions: 8.18.9, 8.19.6, 9.0.8, or 9.1.6.

If upgrading is not possible immediately, disable the Application Performance Monitoring (APM) instrumentation feature, as deployments without APM enabled are not affected.

Review and restrict access to application logs to minimize exposure of sensitive information.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-49088. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart