CVE-2026-39414
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.
- Minio
- β€ 2025-10-15t17-29-55z
- Fix
- Available
- CVSS 4.0
- 7.1 HIGH
- CVSS 3.1
- 6.5 MEDIUM
- EPSS
- 0.5% (40th percentile)
- Weakness
- CWE-770
- NVD status
- Analyzed
- Published
- 2026-04-08
No indexed exploits for CVE-2026-39414 yet
Our index is partial: it proves presence, never absence
No exploit for CVE-2026-39414 has been indexed yet. Our index is built from live traffic and upstream syncs, so this page can only say what it knows β not that no exploit exists.