CVE-2026-39414
Description
MinIO is a high-performance object storage system. From RELEASE.2018-08-18T03-49-57Z to before RELEASE.2025-12-20T04-58-37Z, MinIO's S3 Select feature is vulnerable to memory exhaustion when processing CSV files containing lines longer than available memory. The CSV reader's nextSplit() function calls bufio.Reader.ReadBytes('\n') with no size limit, buffering the entire input in memory until a newline is found. A CSV file with no newline characters causes the entire contents to be read into a single allocation, leading to an OOM crash of the MinIO server process. This is exploitable by any authenticated user with s3:PutObject and s3:GetObject permissions. The attack is especially practical when combined with compression: a ~2 MB gzip-compressed CSV can decompress to gigabytes of data without newlines, allowing a small upload to cause large memory consumption on the server. However, compression is not required — a sufficiently large uncompressed CSV with no newlines triggers the same issue.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
github.com/minio/minioGo | >= 0.0.0-20180815103019-7c14cdb60e53, <= 0.0.0-20251203081239-27742d469462 | — |
Affected products
6- osv-coords5 versionspkg:apk/chainguard/miniopkg:apk/chainguard/minio-fipspkg:apk/wolfi/miniopkg:bitnami/miniopkg:golang/github.com/minio/minio
< 0.20260410.215259-r0+ 4 more
- (no CPE)range: < 0.20260410.215259-r0
- (no CPE)range: < 0.20260410.215259-r0
- (no CPE)range: < 0.20260410.215259-r0
- (no CPE)range: >= 2018.08.18, < 2026.04.10
- (no CPE)range: >= 0.0.0-20180815103019-7c14cdb60e53, <= 0.0.0-20251203081239-27742d469462
Patches
Vulnerability mechanics
References
6- github.com/minio/minio/commit/7c14cdb60e53dbfdad2be644dfb180cab19fffa7nvdPatchWEB
- github.com/minio/minio/pull/8200nvdPatchWEB
- github.com/advisories/GHSA-h749-fxx7-pwpgghsaADVISORY
- github.com/minio/minio/security/advisories/GHSA-h749-fxx7-pwpgnvdVendor AdvisoryWEB
- nvd.nist.gov/vuln/detail/CVE-2026-39414ghsaADVISORY
- docs.min.io/enterprise/aistor-object-store/upgrade-aistor-server/community-editionnvdProductWEB
News mentions
0No linked articles in our index yet.