SEPTEMBER 15, 2026
Live Feed
Back to database
Case File

CVE-2026-88045

HIGH · CVSS 7.5 EPSS 0.53% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-09-10 · Last synced 2026-09-15

CyberRota Analysis

AI-Generated

Rclone versions 1.75.0 to 1.75.1 are vulnerable due to improper handling of attacker-controlled content lengths in the S3 multipart streaming functionality, which can lead to excessive memory allocation and potential denial of service. This vulnerability can be exploited by network clients to exhaust system resources, impacting both anonymous and authenticated S3 deployments. Organizations using affected versions of rclone, especially those with public-facing S3 services, should prioritize upgrading to version 1.75.1 to mitigate this risk.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-88045
Severity
HIGH
CVSS
7.5
EPSS
0.53%

Original NVD Description

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.