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.
Configurations

Configuration 1 (hide)

cpe:2.3:a:minio:minio:*:*:*:*:*:*:*:*

History

15 Apr 2026, 19:30

Type Values Removed Values Added
CPE cpe:2.3:a:minio:minio:*:*:*:*:*:*:*:*
First Time Minio
Minio minio
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 6.5
References () https://docs.min.io/enterprise/aistor-object-store/upgrade-aistor-server/community-edition - () https://docs.min.io/enterprise/aistor-object-store/upgrade-aistor-server/community-edition - Product
References () https://github.com/minio/minio/commit/7c14cdb60e53dbfdad2be644dfb180cab19fffa7 - () https://github.com/minio/minio/commit/7c14cdb60e53dbfdad2be644dfb180cab19fffa7 - Patch
References () https://github.com/minio/minio/pull/8200 - () https://github.com/minio/minio/pull/8200 - Patch
References () https://github.com/minio/minio/security/advisories/GHSA-h749-fxx7-pwpg - () https://github.com/minio/minio/security/advisories/GHSA-h749-fxx7-pwpg - Vendor Advisory

08 Apr 2026, 21:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-04-08 21:16

Updated : 2026-04-15 19:30


NVD link : CVE-2026-39414

Mitre link : CVE-2026-39414

CVE.ORG link : CVE-2026-39414


JSON object : View

Products Affected

minio

  • minio
CWE
CWE-770

Allocation of Resources Without Limits or Throttling