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

CVE-2026-33419: MinIO AIStor Auth Bypass Vulnerability

CVE-2026-33419 is an authentication bypass flaw in MinIO AIStor's STS service that allows attackers to brute-force LDAP credentials and gain unauthorized access. This article covers technical details, affected versions, and patches.

Published: March 27, 2026

CVE-2026-33419 Overview

MinIO is a high-performance object storage system that provides S3-compatible storage functionality. A critical vulnerability exists in MinIO AIStor's Security Token Service (STS) AssumeRoleWithLDAPIdentity endpoint that enables LDAP credential brute-forcing attacks. This vulnerability results from two combined weaknesses: distinguishable error responses that allow username enumeration, and the absence of rate limiting on authentication attempts. An unauthenticated network attacker can exploit these flaws to enumerate valid LDAP usernames and subsequently perform unlimited password guessing attacks to obtain temporary AWS-style STS credentials, ultimately gaining unauthorized access to the victim's S3 buckets and objects.

Critical Impact

Unauthenticated attackers can enumerate LDAP usernames and brute-force credentials to gain full access to S3 buckets and sensitive object data through the STS service.

Affected Products

  • MinIO AIStor versions prior to RELEASE.2026-03-17T21-25-16Z
  • MinIO deployments using LDAP authentication with STS
  • Systems exposing the AssumeRoleWithLDAPIdentity endpoint

Discovery Timeline

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

Technical Details for CVE-2026-33419

Vulnerability Analysis

This vulnerability is classified under CWE-204 (Observable Response Discrepancy), which describes situations where a product returns different responses based on security-relevant conditions, enabling attackers to infer system state. In the context of MinIO's STS implementation, the AssumeRoleWithLDAPIdentity endpoint exhibits two critical security weaknesses that, when combined, create a significant attack surface for credential compromise.

The first weakness involves distinguishable error responses during the authentication process. When an attacker attempts to authenticate with an invalid username versus an invalid password for a valid username, the endpoint returns different error messages or response characteristics. This allows attackers to systematically enumerate valid LDAP usernames by analyzing response differences.

The second weakness is the complete absence of rate limiting on authentication attempts against the STS endpoint. Without throttling mechanisms, attackers can perform high-volume automated password guessing attacks once valid usernames have been identified through the enumeration phase.

Root Cause

The root cause stems from inadequate security controls in the STS authentication flow. The LDAP authentication implementation fails to normalize error responses, creating an information disclosure channel that reveals whether a username exists in the directory. Additionally, the endpoint lacks defensive mechanisms such as account lockout policies, progressive delays, or request rate limiting that would typically protect against brute-force attacks. This combination of verbose error handling and missing anti-automation controls creates an exploitable authentication bypass scenario.

Attack Vector

The attack vector is network-based and requires no prior authentication or user interaction. An attacker with network access to the MinIO STS endpoint can execute the following attack sequence:

Phase 1 - Username Enumeration: The attacker sends authentication requests with candidate usernames to the AssumeRoleWithLDAPIdentity endpoint. By analyzing the differences in error responses between valid and invalid usernames, the attacker builds a list of confirmed LDAP users.

Phase 2 - Credential Brute-Force: Using the enumerated usernames, the attacker performs automated password spraying or dictionary attacks against the STS endpoint. Without rate limiting, thousands of password attempts can be made rapidly against each identified user account.

Phase 3 - Credential Access: Upon successful authentication, the attacker receives temporary AWS-style STS credentials that grant access to S3 buckets and objects according to the compromised user's permissions.

The attack requires only network connectivity to the MinIO service and can be executed using standard HTTP tools or custom scripts targeting the STS API endpoint.

Detection Methods for CVE-2026-33419

Indicators of Compromise

  • High volume of failed authentication attempts against the AssumeRoleWithLDAPIdentity endpoint from single IP addresses or address ranges
  • Sequential or patterned username enumeration attempts visible in authentication logs
  • Successful STS credential issuance following extended periods of authentication failures
  • Unusual geographic origin or timing of STS authentication requests

Detection Strategies

  • Implement authentication logging with detailed capture of source IP, username attempted, and response codes for the STS endpoint
  • Configure SIEM rules to alert on threshold-based authentication failure patterns indicating enumeration or brute-force activity
  • Monitor for credential usage anomalies following successful authentication from previously unknown sources
  • Deploy network intrusion detection signatures for high-frequency requests to MinIO STS endpoints

Monitoring Recommendations

  • Enable comprehensive audit logging on MinIO servers covering all STS API operations
  • Establish baseline metrics for normal authentication volume and flag deviations exceeding defined thresholds
  • Configure alerting for successful authentications that follow multiple failures from the same source
  • Review authentication logs regularly for signs of systematic username testing patterns

How to Mitigate CVE-2026-33419

Immediate Actions Required

  • Upgrade MinIO to version RELEASE.2026-03-17T21-25-16Z or later immediately
  • Review authentication logs for evidence of exploitation attempts prior to patching
  • Implement network-level rate limiting on the STS endpoint if immediate patching is not possible
  • Rotate LDAP credentials for accounts that may have been compromised

Patch Information

MinIO has released a security patch in version RELEASE.2026-03-17T21-25-16Z that addresses this vulnerability. The patch normalizes error responses to prevent username enumeration and implements rate limiting controls on the AssumeRoleWithLDAPIdentity endpoint. Organizations should upgrade to this version or later as the primary remediation action. For detailed patch information, refer to the GitHub Security Advisory.

Workarounds

  • Restrict network access to the MinIO STS endpoint using firewall rules to limit exposure to trusted networks only
  • Implement a reverse proxy or web application firewall with rate limiting capabilities in front of the MinIO service
  • Enable account lockout policies at the LDAP directory level to limit the effectiveness of brute-force attempts
  • Consider disabling LDAP-based STS authentication temporarily if it is not business-critical until patching can be completed
bash
# Configuration example - Restrict MinIO STS endpoint access via iptables
# Allow only internal network access to MinIO STS port
iptables -A INPUT -p tcp --dport 9000 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport 9000 -j DROP

# Example nginx rate limiting configuration for MinIO proxy
# Add to nginx configuration to throttle STS endpoint requests
limit_req_zone $binary_remote_addr zone=sts_limit:10m rate=5r/s;
location /minio/sts {
    limit_req zone=sts_limit burst=10 nodelay;
    proxy_pass http://minio-backend;
}

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.1

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:N/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
  • AvailabilityNone
  • CWE References
  • CWE-204
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-34204: MinIO Auth Bypass Vulnerability

  • CVE-2026-33322: MinIO 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