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

CVE-2026-33322: MinIO Auth Bypass Vulnerability

CVE-2026-33322 is an authentication bypass flaw in MinIO that exploits JWT algorithm confusion to forge identity tokens and gain S3 credentials. This article covers the technical details, affected versions, and mitigation.

Published: March 27, 2026

CVE-2026-33322 Overview

MinIO, a high-performance object storage system, contains a JWT algorithm confusion vulnerability in its OpenID Connect (OIDC) authentication mechanism. This vulnerability allows an attacker who knows the OIDC ClientSecret to forge arbitrary identity tokens and obtain S3 credentials with any policy, including consoleAdmin privileges. The flaw affects MinIO versions from RELEASE.2022-11-08T05-27-07Z through versions before RELEASE.2026-03-17T21-25-16Z.

Critical Impact

Attackers with knowledge of the OIDC ClientSecret can forge identity tokens to gain full administrative access to MinIO deployments, potentially compromising all stored data and system configurations.

Affected Products

  • MinIO versions from RELEASE.2022-11-08T05-27-07Z to before RELEASE.2026-03-17T21-25-16Z
  • MinIO deployments using OpenID Connect (OIDC) authentication
  • MinIO instances with exposed or compromised OIDC ClientSecret values

Discovery Timeline

  • 2026-03-24 - CVE-2026-33322 published to NVD
  • 2026-03-25 - Last updated in NVD database

Technical Details for CVE-2026-33322

Vulnerability Analysis

This vulnerability stems from improper authentication handling (CWE-287) in MinIO's OpenID Connect integration. The JWT algorithm confusion attack occurs when the application fails to properly validate the algorithm specified in the JWT header against expected values. When an attacker possesses knowledge of the OIDC ClientSecret, they can exploit this weakness to craft malicious JWT tokens that the MinIO server incorrectly accepts as valid.

The attack enables privilege escalation by allowing the attacker to specify arbitrary policies in the forged tokens, including the highly privileged consoleAdmin policy. Once successful, the attacker gains full S3 credentials that provide unrestricted access to the object storage system.

Root Cause

The root cause of this vulnerability lies in the improper validation of JWT algorithms during the OIDC authentication flow. JWT algorithm confusion attacks typically occur when a system accepts tokens signed with algorithms different from what was originally intended. In MinIO's case, the authentication mechanism does not adequately verify that the signing algorithm used matches the expected algorithm, allowing attackers with the ClientSecret to forge valid-appearing tokens using an alternative signing method.

Attack Vector

The attack is network-accessible and does not require user interaction. An attacker needs prior knowledge of the OIDC ClientSecret to execute this attack. The exploitation flow involves:

  1. Obtaining or guessing the OIDC ClientSecret configured for MinIO authentication
  2. Crafting a malicious JWT token with arbitrary claims and policies
  3. Exploiting the algorithm confusion to sign the token in a way MinIO accepts
  4. Presenting the forged token to MinIO to obtain S3 credentials with elevated privileges
  5. Using the obtained credentials to access, modify, or exfiltrate data from the object storage

The vulnerability mechanism exploits weaknesses in how MinIO validates JWT token signatures during OIDC authentication. Technical details and the specific exploitation methodology are documented in the GitHub Security Advisory.

Detection Methods for CVE-2026-33322

Indicators of Compromise

  • Unexpected authentication events from unknown sources using OIDC authentication
  • JWT tokens with unusual algorithm headers or claims requesting elevated policies
  • S3 API access patterns from new or unauthorized principals with consoleAdmin privileges
  • Authentication logs showing successful OIDC logins that bypass expected identity provider flows

Detection Strategies

  • Monitor MinIO audit logs for authentication events with suspicious JWT claims or policy requests
  • Implement alerting on any new principals obtaining consoleAdmin or other high-privilege policies
  • Review OIDC token validation logs for algorithm mismatches or unusual signing patterns
  • Deploy network monitoring to detect unauthorized access to MinIO API endpoints

Monitoring Recommendations

  • Enable comprehensive audit logging for all authentication and authorization events in MinIO
  • Implement real-time alerting for privilege escalation attempts or policy changes
  • Monitor for unusual S3 credential generation patterns, especially those granting administrative access
  • Track and baseline normal OIDC authentication behavior to identify anomalies

How to Mitigate CVE-2026-33322

Immediate Actions Required

  • Upgrade MinIO to version RELEASE.2026-03-17T21-25-16Z or later immediately
  • Rotate OIDC ClientSecret values if there is any suspicion of compromise
  • Review audit logs for evidence of exploitation prior to patching
  • Temporarily disable OIDC authentication if upgrading is not immediately possible

Patch Information

MinIO has released a security patch in version RELEASE.2026-03-17T21-25-16Z that addresses this JWT algorithm confusion vulnerability. Organizations should upgrade to this version or later as soon as possible. The patch properly validates JWT algorithms during OIDC authentication to prevent token forgery attacks.

For detailed patch information, refer to the GitHub Security Advisory.

Workarounds

  • Restrict network access to MinIO instances to trusted networks only until patching is complete
  • Implement additional authentication layers or network segmentation to limit exposure
  • Monitor and audit all OIDC authentication events for suspicious activity
  • Consider temporarily switching to alternative authentication mechanisms if OIDC cannot be disabled
bash
# Example: Update MinIO to patched version
# Stop the current MinIO service
systemctl stop minio

# Download the patched release
wget https://dl.min.io/server/minio/release/linux-amd64/archive/minio.RELEASE.2026-03-17T21-25-16Z

# Replace the binary and set permissions
chmod +x minio.RELEASE.2026-03-17T21-25-16Z
mv minio.RELEASE.2026-03-17T21-25-16Z /usr/local/bin/minio

# Restart the MinIO service
systemctl start minio

# Verify the version
minio --version

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechMinio

  • SeverityCRITICAL

  • CVSS Score9.2

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-287
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-34204: MinIO Auth Bypass Vulnerability

  • CVE-2026-33419: MinIO AIStor Auth Bypass Vulnerability

  • CVE-2023-28434: Minio Auth Bypass Vulnerability

  • CVE-2025-31489: MinIO Auth Bypass 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