Bug 2511782 (CVE-2026-71313) - CVE-2026-71313 github.com/rclone/rclone: rclone: Path Traversal allows arbitrary file write
Summary: CVE-2026-71313 github.com/rclone/rclone: rclone: Path Traversal allows arbitr...
Keywords:
Status: NEW
Alias: CVE-2026-71313
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On: 2512473 2512474
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-08-05 21:11 UTC by OSIDB Bzimport
Modified: 2026-08-07 10:40 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-08-05 21:11:25 UTC
rclone is a command-line program to sync files and directories to and from different cloud storage providers. From v1.51.0 until v1.75.0, the local backend in backend/local/local.go relies on the configurable filename encoder to prevent remote filename data from becoming operating-system path syntax, so a local destination using Slash, None, Raw, or on Windows an encoding that preserves backslash can decode a standard-encoded fullwidth dot-dot component or native backslash form into an actual parent-directory component before filepath.Join resolves it outside the configured local root, allowing an attacker-controlled source object to create or overwrite files outside the selected destination directory as the rclone process. This issue is fixed in v1.75.0.


Note You need to log in before you can comment on or make changes to this bug.