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

CVE-2026-27134: Strimzi Kafka Operator Auth Bypass Flaw

CVE-2026-27134 is an authentication bypass vulnerability in Strimzi Kafka Operator affecting multistage CA chains. Attackers can authenticate using any CA in the chain. This article covers technical details, affected versions, and fixes.

Published: February 27, 2026

CVE-2026-27134 Overview

CVE-2026-27134 is an authentication bypass vulnerability in Strimzi Kafka Operator versions 0.49.0 through 0.50.0, which provides a way to run Apache Kafka clusters on Kubernetes or OpenShift. When using a custom Cluster or Clients CA with a multistage CA chain consisting of multiple CAs, Strimzi incorrectly configures the trusted certificates for mTLS authentication on both internal and user-configured listeners. This misconfiguration causes all CAs from the CA chain to be trusted, allowing users with certificates signed by any of the CAs in the chain to authenticate—even those that should not be authorized.

Critical Impact

Unauthorized users with certificates signed by any CA in the chain can bypass mTLS authentication, potentially gaining access to Kafka clusters and sensitive data streams in Kubernetes/OpenShift environments.

Affected Products

  • Linux Foundation Strimzi Kafka Operator versions 0.49.0 through 0.50.0
  • Kubernetes deployments using custom Cluster CA with multistage CA chains
  • OpenShift deployments using custom Clients CA with multistage CA chains

Discovery Timeline

  • 2026-02-21 - CVE-2026-27134 published to NVD
  • 2026-02-25 - Last updated in NVD database

Technical Details for CVE-2026-27134

Vulnerability Analysis

The vulnerability (CWE-287: Improper Authentication) stems from how Strimzi Kafka Operator handles certificate trust configuration when custom Certificate Authorities are deployed with multistage CA chains. In a properly configured mTLS environment, only specific CAs should be trusted for client authentication. However, when a multistage CA chain is provided as a custom Cluster or Clients CA, Strimzi incorrectly adds all intermediate and root CAs from the chain to the trust store used for mTLS authentication.

This means that if an organization's CA hierarchy includes multiple intermediate CAs, any certificate signed by any CA in that hierarchy—including CAs intended for other purposes or departments—would be accepted for Kafka authentication. This fundamentally breaks the intended access control model.

Root Cause

The root cause lies in the certificate trust configuration logic within the Strimzi Kafka Operator. When processing a custom CA chain, the operator fails to isolate the specific CA that should be trusted for client authentication. Instead, it recursively trusts all certificates in the provided chain, effectively expanding the trust boundary beyond what administrators intended. This behavior occurs because the code does not properly distinguish between CA certificates that should be used for chain validation versus those that should be explicitly trusted for authentication purposes.

Attack Vector

The attack vector is network-based, requiring no user interaction and no prior privileges on the target system. An attacker who possesses a valid certificate signed by any CA in the trusted chain—not necessarily the intended authentication CA—can establish an mTLS connection to Kafka listeners. This is particularly dangerous in enterprise environments where multiple intermediate CAs exist for different organizational purposes. An attacker with access to certificates from a different organizational unit or purpose could potentially authenticate to the Kafka cluster.

The vulnerability manifests in the mTLS handshake process where the Kafka broker validates client certificates. Instead of checking that the client certificate was signed by the specific designated CA, the broker accepts certificates signed by any CA present in the configured chain. For detailed technical information, refer to the GitHub Security Advisory GHSA-2qwx-rq6j-8r6j.

Detection Methods for CVE-2026-27134

Indicators of Compromise

  • Unexpected authentication successes from certificates signed by CAs other than the designated authentication CA
  • Kafka broker logs showing client connections with certificates from unexpected issuers
  • Anomalous access patterns from services or users that should not have Kafka access
  • Certificate chain validation logs indicating trust of intermediate CAs beyond the intended scope

Detection Strategies

  • Review Kafka broker authentication logs for client certificates signed by unexpected CAs in the chain
  • Audit current trust store configuration in Strimzi-managed Kafka clusters to identify overly permissive CA trust
  • Implement certificate issuer monitoring to alert when connections originate from certificates signed by CAs outside the expected authentication CA
  • Compare active client certificate issuers against the intended single CA that should be trusted

Monitoring Recommendations

  • Enable detailed TLS handshake logging on Kafka listeners to capture certificate chain information
  • Deploy certificate transparency monitoring for your organization's CA infrastructure
  • Implement Kubernetes audit logging to track changes to Strimzi Kafka custom resources
  • Monitor for unusual Kafka consumer/producer activity that may indicate unauthorized access

How to Mitigate CVE-2026-27134

Immediate Actions Required

  • Upgrade Strimzi Kafka Operator to version 0.50.1 immediately if using custom CA chains
  • Audit all Kafka clusters using custom Cluster or Clients CAs with multistage CA chains
  • Review authentication logs for any evidence of unauthorized access prior to patching
  • Consider rotating Kafka cluster credentials after upgrading as a precautionary measure

Patch Information

The vulnerability has been fixed in Strimzi Kafka Operator version 0.50.1. Organizations running affected versions (0.49.0 through 0.50.0) with custom multistage CA chains should upgrade immediately. The patch ensures that only the specifically designated CA is trusted for mTLS authentication, rather than all CAs in the provided chain. For release details, see the Strimzi 0.50.1 Release Notes.

Workarounds

  • Provide only the single CA that should be used for authentication, rather than the full CA chain
  • Remove intermediate and root CAs from the custom CA configuration, keeping only the leaf CA intended for client authentication
  • If full CA chain is required for other purposes, consider switching to Strimzi-managed Cluster and Clients CAs temporarily until upgrade is possible
  • Implement network-level access controls as an additional defense layer while awaiting the upgrade
bash
# Configuration example - Provide only the single authentication CA
# Instead of providing the full chain:
# kubectl create secret generic my-cluster-ca --from-file=ca.crt=full-chain.pem

# Provide only the specific CA for authentication:
kubectl create secret generic my-cluster-ca --from-file=ca.crt=single-auth-ca.pem

# Verify the secret contains only the intended CA
kubectl get secret my-cluster-ca -o jsonpath='{.data.ca\.crt}' | base64 -d | openssl x509 -noout -subject -issuer

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechStrimzi Kafka Operator

  • SeverityHIGH

  • CVSS Score8.1

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-287
  • Technical References
  • GitHub Strimzi Release 0.50.1
  • Vendor Resources
  • GitHub Security Advisory GHSA-2qwx-rq6j-8r6j
  • Related CVEs
  • CVE-2026-27133: Strimzi Kafka Operator Info Disclosure
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