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-2026-33558

CVE-2026-33558: Apache Kafka Information Disclosure Flaw

CVE-2026-33558 is an information disclosure vulnerability in Apache Kafka that exposes sensitive data through DEBUG-level logs. This article covers the technical details, affected versions, impact, and mitigation.

Published: April 23, 2026

CVE-2026-33558 Overview

An information exposure vulnerability has been identified in Apache Kafka's NetworkClient component. When DEBUG logging is enabled, the component outputs entire request and response information to the logs, potentially exposing sensitive data including authentication credentials and security tokens. While the default log level is set to INFO, environments with DEBUG logging enabled may inadvertently leak sensitive information through log files.

Critical Impact

Sensitive authentication data including SASL credentials, delegation tokens, and SCRAM credentials may be exposed in log files when DEBUG logging is enabled.

Affected Products

  • Apache Kafka versions through v3.9.1
  • Apache Kafka v4.0.0 (including RC0, RC1, RC3)
  • Any deployment using the listed API requests/responses with DEBUG logging enabled

Discovery Timeline

  • 2026-04-20 - CVE-2026-33558 published to NVD
  • 2026-04-22 - Last updated in NVD database

Technical Details for CVE-2026-33558

Vulnerability Analysis

This vulnerability stems from insufficient log filtering in the NetworkClient component of Apache Kafka. When DEBUG level logging is configured, the component logs complete request and response payloads without sanitizing sensitive information. This is classified as CWE-533 (Information Exposure Through Server Log Files).

The vulnerability affects several security-critical API operations that handle authentication and authorization data. The impacted requests include AlterConfigsRequest, AlterUserScramCredentialsRequest, ExpireDelegationTokenRequest, IncrementalAlterConfigsRequest, RenewDelegationTokenRequest, and SaslAuthenticateRequest. The impacted responses include createDelegationTokenResponse, describeDelegationTokenResponse, and SaslAuthenticateResponse.

Root Cause

The NetworkClient component lacks proper data sanitization or masking when logging request and response objects at the DEBUG level. Security-sensitive fields containing credentials, tokens, and configuration data are written to logs in cleartext, creating an information disclosure risk in environments where log files may be accessed by unauthorized parties or aggregated into centralized logging systems.

Attack Vector

This vulnerability is exploitable through network-accessible log files or centralized logging infrastructure. An attacker with access to Kafka broker logs or log aggregation systems could extract sensitive authentication credentials, delegation tokens, and SCRAM credentials from DEBUG-level log entries. The attack requires either direct access to the log files on the Kafka broker or access to any system that collects and stores these logs.

The vulnerability does not require authentication to exploit once log access is obtained, as the sensitive data is exposed in plaintext within the log entries.

Detection Methods for CVE-2026-33558

Indicators of Compromise

  • Review Kafka broker logs for DEBUG-level entries containing SaslAuthenticateRequest or SaslAuthenticateResponse payloads
  • Search logs for delegation token-related requests showing token values in cleartext
  • Check log aggregation systems for any Kafka DEBUG logs containing credential or configuration data
  • Audit log file permissions and access history for unauthorized reads

Detection Strategies

  • Implement log scanning rules to detect sensitive data patterns in Kafka DEBUG logs
  • Monitor log configuration changes that enable DEBUG level on production brokers
  • Use SIEM rules to alert on potential credential exposure in log streams
  • Deploy file integrity monitoring on Kafka log directories

Monitoring Recommendations

  • Configure alerts for any log level changes from INFO to DEBUG on Kafka brokers
  • Monitor access patterns to Kafka log files and directories
  • Implement centralized log auditing to detect unauthorized log access
  • Review log retention policies to minimize exposure window

How to Mitigate CVE-2026-33558

Immediate Actions Required

  • Verify Kafka broker log levels are set to INFO or higher (not DEBUG) in production environments
  • Audit existing log files for potential sensitive data exposure
  • Rotate any credentials that may have been exposed in DEBUG logs
  • Review log access permissions and restrict access to authorized personnel only

Patch Information

Apache has released patched versions that address this vulnerability. Users should upgrade to Apache Kafka v3.9.2, v4.0.1, or later versions. Patches are available through the official Apache Kafka distribution channels. For more information, see the Apache Kafka CVE List and the Apache Mailing List Discussion.

Workarounds

  • Ensure log level is set to INFO or above (never DEBUG in production)
  • Implement log redaction filters to mask sensitive data patterns before writing to logs
  • Restrict file system permissions on Kafka log directories
  • Review and secure log forwarding and aggregation pipelines
bash
# Configuration example
# Verify and set appropriate log level in server.properties or log4j.properties
# Ensure the following is NOT set in production:
# log4j.logger.org.apache.kafka.clients.NetworkClient=DEBUG

# Set safe log level for NetworkClient
log4j.logger.org.apache.kafka.clients.NetworkClient=INFO

# Restrict log file permissions
chmod 600 /var/log/kafka/*.log
chown kafka:kafka /var/log/kafka/*.log

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechApache Kafka

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.11%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-533
  • Technical References
  • Openwall OSS Security Thread
  • Vendor Resources
  • Apache Kafka CVE List

  • Apache Mailing List Discussion
  • Related CVEs
  • CVE-2026-33557: Apache Kafka Auth Bypass Vulnerability

  • CVE-2026-35554: Apache Kafka Race Condition Vulnerability

  • CVE-2024-31141: Apache Kafka Privilege Escalation Flaw

  • CVE-2025-27817: Apache Kafka Client SSRF 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