CVE Catalog

CVE-2026-71309

HighCVSS 8.6
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.31%

24th percentile - higher than 24% of all known CVEs

Summary

rclone serve restic fails to properly reject URL paths beginning with ../, allowing an attacker with REST endpoint access to read, create, overwrite, or delete objects outside the configured directory. Affects versions from 1.40.0 to 1.75.0; fixed in 1.75.0.

Risk Assessment

An attacker can gain unauthorized access to data in backends like WebDAV, FTP, HTTP, Memory, and SFTP, potentially leading to data confidentiality and integrity breaches.

Recommendation

Upgrade rclone to version 1.75.0 or later. Restrict access to the REST endpoint and configure appropriate backend permissions.

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.40.0 until 1.75.0, rclone serve restic does not correctly reject URL paths beginning with ../ in cmd/serve/restic/restic.go WithRemote, which accepts a leading parent path and passes it to GET, HEAD, POST, and DELETE handlers for configured backends including WebDAV, FTP, HTTP, Memory, and SFTP. An attacker who can access the REST endpoint may read, create, overwrite, or delete objects outside the path configured by the operator when the operator publishes a backend subdirectory and the backend credential can access parent or sibling objects. This issue is fixed in 1.75.0.

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