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-2023-28434

CVE-2023-28434: Minio Auth Bypass Vulnerability

CVE-2023-28434 is an authentication bypass vulnerability in Minio that allows attackers to bypass metadata bucket name checking and write objects to unauthorized buckets. This article covers technical details, affected versions, and mitigations.

Published: February 11, 2026

CVE-2023-28434 Overview

CVE-2023-28434 is a critical security bypass vulnerability in MinIO, a Multi-Cloud Object Storage framework. Prior to version RELEASE.2023-03-20T20-16-18Z, an attacker can use crafted requests to bypass metadata bucket name checking and put an object into any bucket while processing PostPolicyBucket. This authorization bypass vulnerability allows authenticated users with wildcard S3 permissions to write objects to arbitrary buckets, potentially compromising data integrity across the entire MinIO deployment.

Critical Impact

This vulnerability is actively exploited in the wild and has been added to CISA's Known Exploited Vulnerabilities (KEV) catalog. Attackers with valid credentials can bypass bucket access controls to write malicious objects to any bucket in the MinIO instance.

Affected Products

  • MinIO versions prior to RELEASE.2023-03-20T20-16-18Z
  • MinIO deployments with Console API access enabled
  • MinIO instances where users have arn:aws:s3:::* permission

Discovery Timeline

  • 2023-03-22 - CVE-2023-28434 published to NVD
  • 2025-10-24 - Last updated in NVD database

Technical Details for CVE-2023-28434

Vulnerability Analysis

This vulnerability represents an authorization bypass in MinIO's PostPolicyBucket handler that allows authenticated users to circumvent bucket name validation. The flaw exists in how MinIO routes and validates POST policy requests, enabling attackers to manipulate request parameters to target buckets they should not have access to. The attack requires valid credentials with wildcard S3 permissions (arn:aws:s3:::*) and Console API access, making it a post-authentication privilege escalation issue that can lead to unauthorized data modification across the storage infrastructure.

Root Cause

The root cause lies in the improper validation of bucket names during PostPolicyBucket request processing. The original implementation used a simple content-type header regex match (multipart/form-data*) to route POST policy requests, which allowed attackers to craft requests that bypassed the intended bucket name checking logic. The vulnerable routing mechanism failed to properly verify that the request signature matched the expected PostPolicy signature format before processing.

Attack Vector

The attack is conducted over the network by authenticated users who possess credentials with wildcard S3 permissions. An attacker crafts a malicious POST request to the PostPolicyBucket endpoint, manipulating the metadata to specify an arbitrary target bucket. Because the vulnerable code path relied solely on content-type header matching rather than proper signature verification, the attacker can bypass bucket-level access controls and write objects to any bucket in the MinIO deployment.

go
// Vulnerable routing logic (before patch)
router.Methods(http.MethodPost).HeadersRegexp(xhttp.ContentType, "multipart/form-data*").HandlerFunc(
    collectAPIStats("postpolicybucket", maxClients(gz(httpTraceHdrs(api.PostPolicyBucketHandler)))))

// Fixed routing logic (after patch) - adds proper signature verification
router.Methods(http.MethodPost).MatcherFunc(func(r *http.Request, _ *mux.RouteMatch) bool {
    return isRequestPostPolicySignatureV4(r)
}).HandlerFunc(collectAPIStats("postpolicybucket", maxClients(gz(httpTraceHdrs(api.PostPolicyBucketHandler)))))

Source: GitHub Commit

Detection Methods for CVE-2023-28434

Indicators of Compromise

  • Unexpected objects appearing in protected or sensitive buckets
  • POST requests to /bucket-name endpoints with multipart/form-data content-type from unusual sources
  • Audit logs showing bucket write operations from users who should only have read access
  • Anomalous PostPolicyBucket API calls targeting multiple different buckets from a single credential

Detection Strategies

  • Monitor MinIO audit logs for PostPolicyBucket operations targeting buckets outside the user's expected scope
  • Implement alerting on wildcard permission usage (arn:aws:s3:::*) combined with Console API activity
  • Review access patterns for users with broad S3 permissions accessing buckets they don't typically interact with
  • Deploy network-level monitoring to detect crafted multipart POST requests to unexpected bucket endpoints

Monitoring Recommendations

  • Enable comprehensive MinIO audit logging and forward logs to a SIEM platform for analysis
  • Create baseline profiles for normal bucket access patterns per user/credential
  • Set up alerts for any writes to critical infrastructure or configuration buckets
  • Regularly audit IAM policies to identify overly permissive wildcard permissions

How to Mitigate CVE-2023-28434

Immediate Actions Required

  • Upgrade MinIO to version RELEASE.2023-03-20T20-16-18Z or later immediately
  • Review all IAM policies and remove unnecessary wildcard S3 permissions (arn:aws:s3:::*)
  • Audit bucket contents for unauthorized objects that may have been placed via this vulnerability
  • Disable Console API access if not required for operations

Patch Information

MinIO has released a security patch in version RELEASE.2023-03-20T20-16-18Z that addresses this vulnerability. The fix introduces proper request signature verification using the isRequestPostPolicySignatureV4() function to validate that incoming POST requests are legitimate PostPolicy requests before routing them to the handler. Organizations should upgrade immediately as this vulnerability is listed in the CISA Known Exploited Vulnerabilities Catalog.

For additional details, refer to the GitHub Security Advisory and the related pull request.

Workarounds

  • Disable browser/Console API access by setting the environment variable MINIO_BROWSER=off
  • Implement strict IAM policies that avoid wildcard bucket permissions
  • Use network segmentation to limit which systems can reach the MinIO Console API
  • Deploy a web application firewall (WAF) to inspect and filter malicious POST requests
bash
# Disable MinIO Browser/Console API as a temporary workaround
export MINIO_BROWSER=off

# Restart MinIO service to apply the change
systemctl restart minio

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

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability46.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CISA KEV Information
  • In CISA KEVYes
  • CWE References
  • CWE-269

  • NVD-CWE-noinfo
  • Technical References
  • GitHub Pull Request

  • CISA Known Exploit Catalog
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-34204: MinIO Auth Bypass Vulnerability

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

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