CVE-2026-39414 Details
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.
A denial-of-service vulnerability has been identified in MinIO's S3 Select feature, specifically in versions from RELEASE.2018-08-18T03-49-57Z prior to RELEASE.2025-12-20T04-58-37Z. The issue arises when processing CSV files with lines longer than the available memory. The CSV reader's nextSplit() function reads bytes without a size limit, causing the server to crash when a newline is not found. This vulnerability can be exploited by any authenticated user with s3:PutObject and s3:GetObject permissions, and is exacerbated when using gzip compression, allowing a small file to cause significant memory consumption.
Users should upgrade to MinIO AIStor RELEASE.2025-12-20T04-58-37Z or later. Instructions for upgrading from MinIO Community Edition to MinIO AIStor are available on the MinIO documentation site. If an immediate upgrade is not possible, S3 Select access can be disabled via IAM policy or by blocking certain POST requests at a reverse proxy.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Apr 9, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-770 | Allocation of Resources Without Limits or Throttling | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| minio minio | >= 2018-08-18t03-49-57z, <= 2025-10-15t17-29-55z |
CPE
Remediation
| |
Change History
5 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 24, 2026 | CVE Translated | [email protected] |
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Apr 15, 2026 | Initial Analysis | [email protected] |
| Apr 8, 2026 | New CVE Received | [email protected] |