CVE Catalog

CVE-2026-71312

HighCVSS 8.0
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.28%

20th percentile - higher than 20% of all known CVEs

Summary

rclone, a command-line program for syncing files with cloud storage, has a vulnerability where SFTP paths are interpolated into PowerShell commands, allowing an attacker-controlled filename to execute arbitrary PowerShell statements as the victim SSH account. Affects versions prior to 1.75.0; fixed in 1.75.0.

Risk Assessment

An attacker can achieve remote code execution on the victim's SSH account, potentially leading to system compromise or data theft. Exploitation requires server-side hashing.

Recommendation

Upgrade rclone to version 1.75.0 or later. Avoid using untrusted filenames in SFTP operations.

Other vulnerabilities in rclone

See all
Original NVD description (English source)

rclone is a command-line program to sync files and directories to and from different cloud storage providers. Prior to v1.75.0, rclone interpolates remote SFTP paths into PowerShell hash commands in backend/sftp/sftp.go, and quoteOrEscapeShellPath escapes only ASCII apostrophe even though PowerShell treats U+2018, U+2019, U+201A, and U+201B as single-quote delimiters, allowing an attacker-controlled filename to terminate the intended path literal and append PowerShell statements that execute as the victim SSH account when server-side hashing is invoked. This issue is fixed in v1.75.0.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS