Advisory Database
  • Advisories
  • Dependency Scanning
  1. golang
  2. ›
  3. github.com/minio/minio
  4. ›
  5. CVE-2026-33419

CVE-2026-33419: MinIO LDAP login brute-force via user enumeration and missing rate limit

March 20, 2026 (updated March 27, 2026)

What kind of vulnerability is it? Who is impacted?

MinIO AIStor’s STS (Security Token Service) AssumeRoleWithLDAPIdentity endpoint is vulnerable to LDAP credential brute-forcing due to two combined weaknesses: (1) distinguishable error responses that enable username enumeration, and (2) absence of rate limiting on authentication attempts. An unauthenticated network attacker can enumerate valid LDAP usernames and then perform unlimited password guessing to obtain temporary AWS-style STS credentials, gaining access to the victim’s S3 buckets and objects.

All deployments with LDAP configured running an affected version are impacted.

There are two vulnerabilities:

  1. User Enumeration via Distinguishable Error Messages (CWE-204)
  2. Missing Rate Limiting on STS Authentication Endpoints (CWE-307)

When exploited together, an attacker can:

  1. Enumerate valid LDAP usernames by observing error message differences.
  2. Perform high-speed password brute-force attacks against confirmed valid users.
  3. Upon finding valid credentials, obtain temporary AWS-style STS credentials (AccessKeyId, SecretAccessKey, SessionToken) with full access to the victim user’s S3 resources.

References

  • github.com/advisories/GHSA-jv87-32hw-hh99
  • github.com/minio/minio
  • github.com/minio/minio/security/advisories/GHSA-jv87-32hw-hh99
  • nvd.nist.gov/vuln/detail/CVE-2026-33419

Code Behaviors & Features

Detect and mitigate CVE-2026-33419 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions up to 0.0.0-20260212201848-7aac2a2c5b7c

Solution

Unfortunately, there is no solution available yet.

Impact 9.1 CRITICAL

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N

Learn more about CVSS

Weakness

  • CWE-204: Observable Response Discrepancy
  • CWE-307: Improper Restriction of Excessive Authentication Attempts

Source file

go/github.com/minio/minio/CVE-2026-33419.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Mon, 11 May 2026 00:19:47 +0000.