CVE-2026-88045: rclone: S3 multipart declared-length memory exhaustion

Published Sep 10, 2026
·
Updated

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 authkey require an accepted S3 key. This issue is fixed in version 1.75.1.

Affected Software

2 affected components
Rclone Rclone>=1.75.0<=1.75.1
rclone=1.75.1

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade rclone to a version that resolves this vulnerability.

    Fixed in 1.75.1

Event History

Sep 10, 2026
CVE Published
via MITRE·04:11 PM
Data Sourced
via MITRE·04:11 PM
DescriptionSeverityWeakness

Frequently Asked Questions

1

Which deployments are exposed to unauthenticated attack?

rclone S3 servers configured for anonymous access can be attacked without credentials. Servers using auth_key require the attacker to possess an accepted S3 key.

2

What does an attacker need to do to exhaust memory or block handlers?

A network client can send multipart requests with attacker-controlled Content-Length or X-Amz-Decoded-Content-Length values, causing memory reservations before request-body bytes are read. The client can retain these reservations or create multiple requests without sending the declared bodies.

3

Does the multipart streaming buffer limit prevent this condition?

No. When the buffer is empty, waitForTurn can admit the current part and one oversized part despite --multipart-streaming-buffer-limit.

4

What should be done to remediate the issue?

Upgrade to rclone version 1.75.1, which fixes the issue. The affected versions are from 1.75.0 until 1.75.1.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203