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-33343

CVE-2026-33343: Etcd Auth Bypass Vulnerability

CVE-2026-33343 is an authentication bypass vulnerability in Etcd that allows authenticated users to bypass RBAC key-level restrictions using nested transactions. This article covers technical details, affected versions, impact, and mitigation.

Published: March 27, 2026

CVE-2026-33343 Overview

CVE-2026-33343 is an authorization bypass vulnerability in etcd, a distributed key-value store commonly used for storing configuration data in distributed systems. Prior to versions 3.4.42, 3.5.28, and 3.6.9, an authenticated user with Role-Based Access Control (RBAC) restricted permissions on key ranges can leverage nested transactions to bypass all key-level authorization controls. This vulnerability allows any authenticated user with direct access to etcd to effectively ignore all key range restrictions, gaining unauthorized access to the entire etcd data store.

Critical Impact

Authenticated attackers can bypass RBAC key range restrictions through nested transactions, gaining full read access to all data in the etcd cluster regardless of their assigned permissions.

Affected Products

  • etcd versions prior to 3.4.42
  • etcd versions prior to 3.5.28
  • etcd versions prior to 3.6.9

Discovery Timeline

  • 2026-03-26 - CVE CVE-2026-33343 published to NVD
  • 2026-03-26 - Last updated in NVD database

Technical Details for CVE-2026-33343

Vulnerability Analysis

This vulnerability is classified as CWE-863 (Incorrect Authorization), indicating a fundamental flaw in how etcd validates authorization for nested transaction operations. The authorization check implementation fails to properly evaluate the scope of key access when transactions are nested within other transactions. While the outer transaction may be properly authorized for a restricted key range, the inner nested transactions can reference keys outside the permitted scope without triggering additional authorization checks.

The impact is particularly concerning for environments that rely on etcd's built-in RBAC to enforce data isolation between tenants or services. An attacker with even minimal authenticated access to etcd can escalate their privileges to access sensitive configuration data, secrets, or other critical information stored in the key-value store.

It's important to note that standard Kubernetes deployments are typically not affected by this vulnerability. Kubernetes does not rely on etcd's built-in authentication and authorization mechanisms; instead, the Kubernetes API server handles authentication and authorization independently, serving as a protective layer in front of etcd.

Root Cause

The root cause lies in insufficient authorization validation during nested transaction processing. When a user submits a transaction request containing nested transactions, etcd's authorization layer validates the outer transaction against the user's RBAC permissions but fails to recursively apply the same authorization checks to operations within nested transactions. This creates an authorization gap that allows inner transaction operations to access keys outside the user's permitted key range.

Attack Vector

The attack is network-based and requires low-privilege authenticated access to the etcd server. An attacker must have valid credentials to authenticate to etcd but only needs minimal RBAC permissions on a limited key range. By crafting a specially structured transaction request with nested transactions targeting keys outside their authorized range, the attacker can read data from any key in the etcd store.

The attack does not require user interaction and can be executed directly against the etcd gRPC or HTTP API endpoints. While the vulnerability primarily enables unauthorized read access (confidentiality impact), it represents a complete bypass of the RBAC authorization model that organizations may be relying upon for data protection.

Detection Methods for CVE-2026-33343

Indicators of Compromise

  • Unusual transaction patterns involving nested transactions from low-privilege users
  • Access log entries showing data reads from key ranges outside a user's assigned RBAC permissions
  • Anomalous query patterns from service accounts that should have restricted key access
  • Increased transaction complexity in requests from specific authenticated users

Detection Strategies

  • Monitor etcd audit logs for transaction requests containing nested operations
  • Implement application-level logging to track data access patterns against expected RBAC boundaries
  • Deploy network monitoring to detect unusual traffic patterns to etcd ports (2379, 2380)
  • Review authentication logs for accounts making requests to unauthorized key ranges

Monitoring Recommendations

  • Enable comprehensive etcd audit logging to capture all transaction operations
  • Configure alerts for nested transaction requests from accounts with limited RBAC permissions
  • Implement rate limiting and anomaly detection on etcd API endpoints
  • Regularly audit RBAC configurations and user access patterns

How to Mitigate CVE-2026-33343

Immediate Actions Required

  • Upgrade etcd to patched versions 3.4.42, 3.5.28, or 3.6.9 immediately
  • Restrict network access to etcd server ports (2379, 2380) to only trusted components
  • Implement mutual TLS (mTLS) with tightly scoped client certificate distribution
  • Treat affected RPCs as unauthenticated in practice until patching is complete

Patch Information

etcd has released security patches in versions 3.4.42, 3.5.28, and 3.6.9 that address this authorization bypass vulnerability. Organizations should upgrade to the appropriate patched version based on their current etcd release branch. For detailed information about the fix, refer to the GitHub Security Advisory.

Workarounds

  • Restrict network access to etcd server ports so only trusted components can connect
  • Require strong client identity at the transport layer using mTLS
  • Implement tightly scoped client certificate distribution to limit which services can access etcd
  • Consider deploying a proxy layer that performs additional authorization checks before requests reach etcd
bash
# Example: Restrict etcd access using firewall rules (iptables)
# Allow only trusted IP ranges to connect to etcd client port
iptables -A INPUT -p tcp --dport 2379 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport 2379 -j DROP

# Allow only trusted IP ranges to connect to etcd peer port
iptables -A INPUT -p tcp --dport 2380 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport 2380 -j DROP

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechEtcd

  • SeverityMEDIUM

  • CVSS Score6.5

  • 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-863
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-33413: Etcd Auth Bypass Vulnerability

  • CVE-2021-28235: Etcd Privilege Escalation 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