PatchSiren cyber security CVE debrief
CVE-2026-88017 rclone CVE debrief
CVE-2026-88017 is a high-severity vulnerability in the rclone command-line program used for syncing files and directories with cloud storage providers. The issue, fixed in version 1.75.1, involves the FTP auth-proxy driver storing obscured passwords in a server-wide map, allowing a later login with the same username but different proxy backend to overwrite the earlier session's credentials. This could enable unauthorized access to and manipulation of files across different cloud storage backends.
- Vendor
- rclone
- Product
- Unknown
- CVSS
- HIGH 7.3
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-10
- Original CVE updated
- 2026-09-11
- Advisory published
- 2026-09-10
- Advisory updated
- 2026-09-11
Who should care
Defenders responsible for managing cloud storage and file synchronization services, particularly those using rclone with FTP, should assess their exposure to this vulnerability. They should verify their current rclone version and review their usage of FTP with rclone to determine if their configurations could be affected by this credential overwrite issue.
Why it matters
CVE-2026-88017 is a high-severity vulnerability in rclone's FTP auth-proxy driver that could allow unauthorized access and file manipulation across different cloud storage backends. Defenders should verify their rclone versions, review FTP usage, and assess potential exposure to ensure data integrity and confidentiality.
- Potential unauthorized file access and manipulation across different cloud storage backends
- Possible lateral movement within cloud storage environments
- Need for verification of rclone version and FTP usage
- Potential impact on data integrity and confidentiality
Technical summary
The rclone command-line program, used for syncing files and directories with various cloud storage providers, contains a vulnerability in its FTP auth-proxy driver. From versions 1.64.0 to 1.75.1, the driver stores obscured passwords in a server-wide map without binding them to the authenticated session. This allows a subsequent login with the same username but a different proxy backend to overwrite the credentials of an earlier session. An attacker could exploit this by logging in later with the same username but a different proxy backend, potentially gaining unauthorized access to and manipulation capabilities over files in cloud storage backends associated with the first session.
Defensive priority
Defenders should prioritize verifying their rclone versions and upgrading to 1.75.1 if necessary. They should also review their current usage of rclone with FTP and assess potential exposure to unauthorized file operations.
Recommended defensive actions
- Verify rclone version and upgrade to 1.75.1 if necessary
- Review current usage of rclone with FTP and assess potential exposure
- Monitor for unusual file operations or unauthorized access in rclone-managed cloud storage
- Perform an inventory of assets using rclone with FTP to identify potential exposure
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Track exceptions and retest remediated assets to ensure the vulnerability is fully resolved
- Implement additional monitoring to detect potential exploitation attempts
Evidence notes
The CVE record and NVD entry provide details on the vulnerability, its impact, and the fixed version. However, the scope of affected deployments and potential exploitation remains limited by the lack of specific information on in-the-wild attacks or victim organizations.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-88017 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-88017
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-88017 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-88017
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/c6af0b57c2b4af848bc968c2b407354476184b99
-
Source reference
Unverified legacy reference
URL: https://github.com/rclone/rclone/releases/tag/v1.75.1
-
Source reference
Unverified legacy reference
URL: https://github.com/rclone/rclone/security/advisories/GHSA-c476-6w5q-jw77
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.