PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-88014 rclone CVE debrief

rclone, a command-line program for syncing files and directories across different cloud storage providers, is vulnerable to a path traversal issue. This vulnerability, present in versions 1.72.0 through 1.75.1, allows attackers to write outside the selected destination on certain backends by manipulating archive/zip.File.Name values from untrusted central directories. The issue arises because the program's archive ZIP backend method (*Fs).readZip in backend/archive/zip/zip.go does not properly ensure that cleaned entry names remain within the archive namespace. Consequently, entries like ../../etc/cron.d/evil can survive path.Clean and become Object.Remote() values used as paths,

Vendor
rclone
Product
Unknown
CVSS
MEDIUM 6.3
CISA KEV
Not listed in stored evidence
Original CVE published
2026-09-10
Original CVE updated
2026-09-23
Advisory published
2026-09-10
Advisory updated
2026-09-23

Who should care

Defenders managing systems with rclone installed, especially those using affected versions (1.72.0 to 1.75.0), should assess exposure and prioritize verification and remediation. They should review compensating controls for exposed systems while remediation is scheduled and verified. Additionally, defenders should track exceptions, retest remediated assets, and close the item only after evidence is documented.

Why it matters

CVE-2026-88014 is a path traversal issue in rclone that allows writes outside the selected destination on certain backends. Defenders should prioritize verifying and upgrading to rclone version 1.75.1 or later, especially for systems using affected versions and exposed to untrusted archive ZIP files.

  • Potential unauthorized writes outside intended destination directories
  • Possible data integrity issues on affected backends
  • Need for verification of rclone version and exposure to untrusted ZIP files
  • Priority for upgrading to version 1.75.1 or later

Technical summary

The rclone command-line program has a path traversal vulnerability in its archive ZIP backend method. This issue allows an attacker to write outside the selected destination on certain backends by exploiting the way rclone handles archive/zip.File.Name values from untrusted central directories. Entries like ../../etc/cron.d/evil can survive path.Clean and become Object.Remote() values used as destination-relative paths, allowing rclone copy or sync to write outside the selected destination. The non-empty root check also used strings.HasPrefix without a path boundary, so root foo could incorrectly include sibling foobar entries. This issue is fixed in version 1.75.1.

Defensive priority

Defenders should prioritize verifying and upgrading to rclone version 1.75.1 or later, especially for systems using affected versions (1.72.0 to 1.75.0) and exposed to untrusted archive ZIP files.

Recommended defensive actions

  • Verify and upgrade to rclone version 1.75.1 or later
  • Review and restrict untrusted archive ZIP files
  • Monitor for suspicious rclone activity
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
  • Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance
  • Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review

Evidence notes

The issue arises from the archive ZIP backend method (*Fs).readZip in backend/archive/zip/zip.go, which accepts archive/zip.File.Name values from an untrusted central directory. Entries like ../../etc/cron.d/evil can survive path.Clean and become Object.Remote() values used as destination-relative paths, allowing rclone copy or sync to write outside the selected destination.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-88014 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-88014

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-88014 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-88014

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

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.