
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-88046 is a path traversal vulnerability in rclone, a command-line program for syncing files to and from cloud storage providers. The flaw allows source object names containing raw .. (parent-directory) segments to escape the configured root directory during copy, upload, list, walk, and sync operations across multiple destination backends. All rclone versions prior to 1.75.1 are affected. The vulnerability was published on September 4, 2026 (by the rclone maintainer) and formally disclosed via NVD on September 10, 2026, with a CVSS v3.1 base score of 5.3 (Moderate) (Github Advisory, Feedly).
The root cause (CWE-22: Path Traversal) is that rclone's core (fs/list, fs/walk, fs/sync, fs/operations) does not reject or sanitize .. segments in a source object's Remote() value before passing it to destination backends. Affected backends — b2, swift, qingstor, oracleobjectstorage, internetarchive, smb, storj, sftp, webdav, ftp, filelu, shade, and sia — use path.Join(root, remote) to construct destination paths; because path.Join collapses .. before EncodeDot can neutralize it, the segment survives and resolves outside the configured root. Exploitation requires a flat-keyspace source object store (e.g., S3, B2) that was populated with a raw .. key using native, non-rclone tooling (rclone's own writer encodes .. to fullwidth .., preventing self-creation of such keys). The fix, introduced in commit 57842c5, adds list.RemoteEscapesRoot() and list.RemoveEscaping() applied unconditionally at all listing filter points, and adds an upfront guard in operations.StatJSON (Github Advisory, Fix Commit).
Successful exploitation allows an attacker to write files to locations outside the destination backend's configured root, within the bounds of the victim credential's permissions — for example, crossing into a sibling bucket (b2, swift, qingstor, storj), a different SMB share, or arbitrary filesystem paths reachable via SFTP. The sftp backend is the most severe case, as path.Join("/home/user/root", "../../../../etc/passwd") resolves to /etc/passwd, enabling writes to sensitive OS filesystem locations. The impact is primarily an integrity violation (unauthorized data modification/misdirection); there is no direct confidentiality or availability impact, and the blast radius is confined to resources reachable by the victim's own credentials (Github Advisory, Red Hat Bugzilla).
There is no public proof-of-concept exploit and no evidence of in-the-wild exploitation at this time (Feedly). The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. The EPSS score is approximately 0.294% (22nd percentile), indicating a low near-term exploitation probability. Exploitation is not automatable and requires user interaction (a victim must run an rclone copy/sync operation against a maliciously prepared source), raising the practical bar for attackers (Github Advisory).
aws s3api put-object --bucket shared-drop --key '../../victim-backups/pwned.txt' --body evil.txtrclone copy s3-drop:shared-drop b2:victim-uploads/incoming../../victim-backups/pwned.txt key to the destination backend. path.Join("victim-uploads/incoming", "../../victim-backups/pwned.txt") resolves to victim-backups/pwned.txt, escaping the incoming/ root.victim-backups/pwned.txt (a sibling bucket/path) instead of victim-uploads/incoming/, achieving unauthorized data placement within the victim's account. For sftp, the traversal can reach arbitrary filesystem paths under the login's authority (e.g., /etc/passwd) (Github Advisory).Entry ".." escapes the root - ignoring (emitted by the patched RemoveEscaping function in v1.75.1+); on unpatched versions, absence of such log lines despite anomalous file placement... segments (e.g., ../../other-bucket/file.txt) present in a flat-keyspace source bucket, created by non-rclone tooling (verifiable via native cloud provider audit logs such as AWS CloudTrail).Upgrade rclone to version 1.75.1 or later, which introduces centralized path confinement via list.RemoveEscaping() applied at all listing filter points, preventing any ..-escaping object from reaching destination backends (rclone v1.75.1, Fix Commit). As a workaround prior to patching, restrict rclone credentials to the minimum required permissions and audit source object stores for keys containing .. segments before running copy or sync operations. When ingesting from shared or untrusted sources, verify that no objects with path-traversal keys exist using native cloud provider tooling before initiating rclone transfers (Github Advisory).
The vulnerability was reported by researcher iaohkut and remediated by rclone maintainer Nick Craig-Wood (ncw), who published the advisory and patch simultaneously on September 4, 2026 (Github Advisory). Red Hat tracked the issue via Bugzilla (Bug 2531548) and assigned it medium severity, reflecting the constrained blast radius (Red Hat Bugzilla). No significant broader media coverage or notable community controversy has been observed beyond standard vulnerability database indexing.
RemoveEscaping confinementFix availability across major Linux distributions and their releases.
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."