CVE Catalog

CVE-2026-88045

HighCVSS 7.5
Published: Translated: NVD NIST

Summary

rclone from 1.75.0 until 1.75.1, in the serve S3 streamed multipart path, passes attacker-controlled contentLength to multipart.NewRW().Reserve before reading request-body bytes. A network client can retain or multiply these reservations without sending the declared body, exhausting process or host memory or permanently blocking request handlers. This is fixed in 1.75.1.

Risk Assessment

This can lead to memory exhaustion or permanent blocking of request handlers, resulting in denial of service. Anonymous S3 deployments require no credentials, increasing exposure.

Recommendation

Upgrade rclone to version 1.75.1 or later. If upgrade is not possible, restrict network access to the S3 service and consider lowering the multipart streaming buffer limit.

Other vulnerabilities in rclone

See all
Original NVD description (English source)

rclone is a command-line program to sync files and directories to and from different cloud storage providers. From 1.75.0 until 1.75.1, the serve S3 streamed multipart path in cmd/serve/s3/multipart.go passes attacker-controlled contentLength to multipart.NewRW().Reserve before reading request-body bytes. waitForTurn admits the current part and one oversized part when the buffer is empty despite --multipart-streaming-buffer-limit, and lib/pool allocates 1 MiB pages according to Content-Length or X-Amz-Decoded-Content-Length. A network client can retain or multiply these reservations without sending the declared body, exhausting process or host memory or permanently blocking request handlers. Anonymous S3 deployments require no credentials, while deployments using auth_key require an accepted S3 key. This issue is fixed in version 1.75.1.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS