PatchSiren cyber security CVE debrief
CVE-2026-71312 rclone CVE debrief
rclone's command-line program used to sync files and directories to and from different cloud storage providers had a vulnerability prior to v1.75.0. The issue allowed an attacker to inject PowerShell commands via a specially crafted filename when server-side hashing was invoked, potentially leading to code execution as the victim SSH account. This vulnerability was addressed in version 1.75.0.
- Vendor
- rclone
- Product
- Unknown
- CVSS
- HIGH 8
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-05
- Original CVE updated
- 2026-09-09
- Advisory published
- 2026-08-05
- Advisory updated
- 2026-09-09
Who should care
Defenders responsible for systems using rclone for syncing with cloud storage providers, especially those with server-side hashing enabled, should assess exposure and prioritize upgrading to version 1.75.0 or later.
Why it matters
The vulnerability in rclone allows for potential code execution via specially crafted filenames during server-side hashing, impacting systems using rclone for syncing with cloud storage providers. Defenders should prioritize upgrading to version 1.75.0 or later and assess exposure.
- Potential code execution as the victim SSH account
- Possible unauthorized access to sensitive data
- Elevation of privileges for an attacker
- Need for verification of server-side hashing configuration
Technical summary
The rclone command-line program, used for syncing files and directories to and from different cloud storage providers, had a vulnerability prior to version 1.75.0. The issue was caused by the interpolation of remote SFTP paths into PowerShell hash commands in the backend/sftp/sftp.go file. Specifically, the quoteOrEscapeShellPath function only escaped ASCII apostrophes, while PowerShell also treats U+2018, U+2019, U+201A, and U+201B as single-quote delimiters. This allowed an attacker-controlled filename to terminate the intended path literal and append PowerShell statements, potentially leading to code execution as the victim SSH account when server-side hashing was invoked.
Defensive priority
Defenders should prioritize upgrading to rclone version 1.75.0 or later to mitigate this vulnerability. Systems using rclone for syncing with cloud storage providers, especially those with server-side hashing enabled, should be assessed for exposure.
Recommended defensive actions
- Upgrade to rclone version 1.75.0 or later
- Assess systems using rclone for syncing with cloud storage providers, especially those with server-side hashing enabled, for exposure
- Verify that server-side hashing is not enabled for untrusted or attacker-controlled filenames
- Perform a thorough review of system configurations and user permissions to prevent potential exploitation
- Implement additional monitoring and logging to detect suspicious activity related to rclone usage
- Conduct a vulnerability scan to identify any other potential weaknesses in the environment
- Review and update incident response plans to include procedures for handling potential rclone-related security incidents
Evidence notes
The CVE record and NVD entry provide details on the vulnerability, its impact, and the fix in version 1.75.0. However, specific details about exploitation or affected systems are not provided, limiting the ability to assess the full scope of the issue.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-71312 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-71312
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-71312 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-71312
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/rclone/rclone/commit/e122fba1a57641b63a580aa26c026903a84e2e88
-
Source reference
Unverified legacy reference
URL: https://github.com/rclone/rclone/releases/tag/v1.75.0
-
Source reference
Unverified legacy reference
URL: https://github.com/rclone/rclone/security/advisories/GHSA-2m8m-jhrm-w6j2
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.