CVE Catalog

CVE-2026-88013

LowCVSS 3.7
Published: Updated: Translated: NVD NIST

Summary

rclone is a command-line program to sync files and directories to and from different cloud storage providers. From 1.49.0 until 1.75.1, the HTTP backend attaches headers configured through --http-headers or headers= to requests in backend/http/http.go, while its fshttp.NewClient client follows redirects without a backend-specific http.Client.CheckRedirect policy. A configured remote that redirects to another host can therefore cause custom secrets such as X-Api-Key to be resent to that untrusted destination, and a same-host HTTPS-to-HTTP redirect can expose Authorization or Cookie headers in cleartext. Listing, stat, download, mount, and serve operations can trigger the leak during normal use. This issue is fixed in version 1.75.1.

Risk Assessment

An attacker can intercept sensitive headers such as API keys or authorization tokens by redirecting to a malicious host. The risk affects confidentiality of authentication data used in rclone operations.

Recommendation

Update rclone to version 1.75.1 or later. Until then, avoid configuring remotes that may redirect to untrusted hosts and consider limiting the use of custom headers.

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.49.0 until 1.75.1, the HTTP backend attaches headers configured through --http-headers or headers= to requests in backend/http/http.go, while its fshttp.NewClient client follows redirects without a backend-specific http.Client.CheckRedirect policy. A configured remote that redirects to another host can therefore cause custom secrets such as X-Api-Key to be resent to that untrusted destination, and a same-host HTTPS-to-HTTP redirect can expose Authorization or Cookie headers in cleartext. Listing, stat, download, mount, and serve operations can trigger the leak during normal use. This issue is fixed in version 1.75.1.

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