Path traversal in rclone - CVE-2026-59733

 

Path traversal in rclone - CVE-2026-59733

Published: July 9, 2026


Vulnerability identifier: #VU137262
CSH Severity: Medium
CVSS v4: 8.7 [CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N]
CVE-ID: CVE-2026-59733
CWE-ID: CWE-22
Exploitation vector: Remote access
Exploit availability: No public exploit available

Vulnerability details

The vulnerability allows a remote user to read, overwrite, and delete other users' repositories.

The vulnerability exists due to path traversal in the rclone serve restic private repository path handling when processing crafted URL paths containing ".." segments. A remote user can send a specially crafted HTTP request to read, overwrite, and delete other users' repositories.

Exploitation requires valid HTTP Basic credentials for the attacker's own private repository, the server must be running with serve restic --private-repos, and impact depends on a backend that resolves object paths with POSIX-style path cleaning semantics.


Affected software

rclone

How to mitigate CVE-2026-59733

Install security update from vendor's website.

rclone - update to 1.74.4

External References

Related Security Bulletins