CVE-2026-88016: Arbitrary Filesystem Metadata Modification and Directory Traversal in rclone
Vulnerability ID: CVE-2026-88016
CVSS Score: 7.1
Published: 2026-09-10
CVE-2026-88016 is a high-severity directory traversal and arbitrary metadata modification vulnerability in rclone versions prior to 1.75.1. When synchronizing directories with the --links and --metadata flags, rclone fails to apply sandboxing to directory metadata operations, leading to symbolic link following that allows modification of arbitrary files outside the target destination.
TL;DR
Directory-level metadata operations in rclone with the --links flag follow attacker-controlled symbolic links, allowing arbitrary filesystem metadata modifications and local privilege escalation.
⚠️ Exploit Status: POC
Technical Details
- CWE ID: CWE-59
- Attack Vector: Network
- CVSS v3.1: 7.1
- Impact: Local Privilege Escalation / Arbitrary Metadata Modification
- Exploit Status: Proof-of-Concept
- KEV Status: Not Listed
Affected Systems
- rclone
-
rclone: < 1.75.1 (Fixed in:
1.75.1)
Code Analysis
Commit: a7ab39d
Local backend: Fix symlink traversal via directory metadata operations
Commit: 17b0c03
Local backend: Fix birth-time timestamp bypass when translating symlinks on Windows
Mitigation Strategies
- Upgrade rclone to version 1.75.1 or later.
- Disable the
--links(-l) flag when syncing from untrusted sources. - Run the synchronization jobs with minimal system privileges.
- Avoid using
--metadataalongside--linksin unpatched environments.
Remediation Steps:
- Identify all systems and automated scripts running rclone.
- Check the installed rclone version using
rclone version. - Download and install rclone version 1.75.1 or higher.
- As an interim control, review the use of the
--linksand--metadataarguments.
References
- GitHub Security Advisory GHSA-f8g7-2xjc-7mfh
- NVD - CVE-2026-88016
- CVE Org authoritative entry
- Core Fix Commit (Permissions/Ownership/Timestamps)
- Secondary Fix Commit (Birth-time/Windows)
Read the full report for CVE-2026-88016 on our website for more details including interactive diagrams and full exploit analysis.
Top comments (0)