Rclone 1.74.3 has been released. Find it in the rclone downloads or use rclone selfupdate to upgrade.
This is a security release to fix CVEs in rclone and rclone dependencies and a few other small things.
v1.74.3 - 2026-06-05
- Bug Fixes
- rc
- Fix unauthenticated command execution via
--rc-serveinline remotes CVE-2026-49980 (Nick Craig-Wood) - Stop
global.*connection string options changing config CVE-2026-49980 (Nick Craig-Wood) - See GHSA-qw24-gh76-8rvv for more info
- Fix unauthenticated command execution via
- build: Fix multiple CVEs by upgrading to go1.26.4 (Nick Craig-Wood)
- CVE-2026-42504: mime: quadratic complexity in WordDecoder.DecodeHeader
- CVE-2026-42507: net/textproto: arbitrary input are included in errors without any escaping
- CVE-2026-27145: crypto/x509: split candidate hostname only once
- log: Fix wrong source
file:linein JSON logs from release builds (Nick Craig-Wood) - mount2: Fix empty directory listings on re-read (Janne Beate Bakeng)
- serve s3: Fix multipart
ListPartspagination returning wrong part numbers (Nick Craig-Wood) - serve sftp
- Fix file corruption when a client resumes an upload (Nick Craig-Wood)
- Fix truncate request being silently ignored (Nick Craig-Wood)
- rc
- Local
- Fix
getXattrreturning empty map instead of nil (Leon Brocard)
- Fix
- Drime
- Fix server-side copy and move failing with Cloudflare 520 error (Nick Craig-Wood)
- Fix files being uploaded to the wrong directory (Nick Craig-Wood)
- Remove duplicate upload_cutoff config option (Nick Craig-Wood)
- Fix directory rename leaving the renamed folder empty in VFS (Nick Craig-Wood)
- Drive
- Fix server-side move failing on shared drives with duplicate dirs (Nick Craig-Wood)
- Iclouddrive
- Fix ADP/PCS cookie acquisition for iCloud Drive (Yakov Till)
- Fix "Index has invalid data" error listing iCloud Photos (Nick Craig-Wood)