Path traversal in rclone - CVE-2026-59732

 

Path traversal in rclone - CVE-2026-59732

Published: July 9, 2026


Vulnerability identifier: #VU137261
CSH Severity: Medium
CVSS v4.0: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:L/VA:L/SC:N/SI:N/SA:N/E:U/U:Green
CVE-ID: CVE-2026-59732
CWE-ID: CWE-22
Exploitation vector: Remote access
Exploit availability: No public exploit available
Vendor: rclone.org
Affected software:
rclone

Detailed vulnerability description

The vulnerability allows a remote attacker to overwrite objects outside the intended destination prefix.

The vulnerability exists due to path traversal in cmd/archive/extract/extract.go when extracting a crafted archive. A remote attacker can supply an archive containing ../ path components to overwrite objects outside the intended destination prefix.

User interaction is required to extract an attacker-controlled archive, and the issue affects S3-style object storage destinations where sibling objects in the same bucket/path scope may be created or overwritten.


How to mitigate CVE-2026-59732

Install security update from vendor's website.

Sources