CVE-2023-28432
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedMinio is a Multi-Cloud Object Storage framework. In a cluster deployment starting with RELEASE.2019-12-17T23-16-33Z and prior to RELEASE.2023-03-20T20-16-18Z, MinIO returns all environment variables, including `MINIO_SECRET_KEY` and `MINIO_ROOT_PASSWORD`, resulting in information disclosure. All users of distributed deployment are impacted. All users are advised to upgrade to RELEASE.2023-03-20T20-16-18Z.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceMinIO cluster deployments prior to RELEASE.2023-03-20T20-16-18Z have an information disclosure vulnerability where the API returns all environment variables, including sensitive credentials MINIO_SECRET_KEY and MINIO_ROOT_PASSWORD, to callers.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data>= 2019-12-17t23-16-33z, < 2023-03-20t20-16-18zCVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- None
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify MinIO versionRun 'minio --version' or check the binary/package version. If running via Docker, check the image tag. For cluster deployments, check via MinIO admin info API at /minio/v2/info or mc admin info command.Affected if Version is RELEASE.2019-12-17T23-16-33Z or later but earlier than RELEASE.2023-03-20T20-16-18Z
-
Confirm MinIO admin API accessibilityVerify the MinIO admin API endpoint is reachable on the configured port (typically port 9000 or custom admin port). Test with: curl -k https://<minio-host>:9000/minio/v2/Affected if Admin API responds to requests, indicating the service is exposed
-
Test for environment variable exposureSend an authenticated admin API request (if authentication is configured) or unauthenticated request to endpoints that return service configuration or environment information, such as /minio/v2/service/trace or similar debug endpoints. Check response for presence of MINIO_SECRET_KEY or MINIO_ROOT_PASSWORD in the output.Affected if API response contains environment variable names MINIO_SECRET_KEY or MINIO_ROOT_PASSWORD with their values exposed
You are affected if your MinIO version falls within the range RELEASE.2019-12-17T23-16-33Z through RELEASE.2023-03-20T20-16-18Z and your admin API returns environment variables including sensitive credentials.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scoped2023-03-20t20-16-18z
Upgrade MinIO to RELEASE.2023-03-20T20-16-18Z or later. Rotate any exposed credentials immediately after upgrading.
RELEASE.2023-03-20T20-16-18Z or later
- 1. Backup your Minio configuration, data, and environment files before proceeding.
- 2. Stop the Minio service on all nodes in the cluster.
- 3. Download Minio RELEASE.2023-03-20T20-16-18Z (or a later stable release) from the official Minio repository.
- 4. Replace the existing Minio binary with the new version on all cluster nodes.
- 5. Verify the binary integrity and permissions after installation.
- 6. Restart the Minio service on all cluster nodes.
- 7. Confirm that the /minio/v2/info/cluster API endpoint no longer returns sensitive environment variables like MINIO_SECRET_KEY or MINIO_ROOT_PASSWORD.
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation3.0 h
- Testing2.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,272.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2023-28432 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2023-28432 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data