rclone: RC per-server auth-proxy bypass
A flaw in rclone can bypass authentication on certain FTP services and misroute authenticated S3 users. Exposed services could let someone read, create, change, or delete stored files.
- Severity
- CriticalCVSS 3.1 · 9.1
- Fix
- Fixed in 1.75.1Fix recorded today
- Affected versions
- 1.70.0 or newer, but before 1.75.1
- Weakness
- CWE-863Incorrect Authorization
- Exploit likelihood
- 0.49% in 30 daysEPSS, higher than 41% of known flaws
- Affects
- Rclone
How it works
- The issue affects FTP and S3 services started through rclone's remote-control interface with a per-server authentication proxy.
- The services check the wrong authentication setting and ignore the proxy supplied for that server.
- FTP then falls back to a fixed storage area with anonymous access, while S3 can send authenticated users to the wrong storage area.
- Dedicated command-line servers using the global authentication setting are not affected.
What to do
Compare the installed rclone version with 1.70.0 through 1.75.0. Confirm whether FTP or S3 services use the remote-control interface with a per-server authentication proxy.
Upgrade rclone to version 1.75.1.
Technical details
CVE-2026-88044 is an authorization bypass in rclone's remote-control handling of per-server authentication proxies. It occurs when the global proxy setting is empty but an individual server request supplies its own proxy setting.
Severity breakdown
- Attack vector Network Requires network access to the vulnerable service
- Attack complexity Low Low complexity under the assessed conditions
- Privileges required None Attacker needs no account or login
- User interaction None No victim action needed
- Scope Unchanged Impact stays within the same security authority
- Confidentiality impact High Sensitive data can be exposed with serious impact
- Integrity impact High Protected data can be changed with serious impact
- Availability impact None No availability impact
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N Open in FIRST.org calculatorReferences
- github.com · v1.75.1 (tag) vendor advisory x_refsource_MISC patch release notes
- github.com · GHSA-p569-5gjg-9cmj vendor advisory x_refsource_CONFIRM
- nvd.nist.gov · CVE-2026-88044 us government resource vdb entry
- cve.org · CVERecord vdb entry
- tenable.com · CVE-2026-88044 third party advisory vdb entry
- cvefeed.io · CVE-2026-88044 third party advisory vdb entry
- osv.dev · CVE-2026-88044 vdb entry
- euvd.enisa.europa.eu · EUVD-2026-75587 vdb entry
- cveawg.mitre.org · CVE-2026-88044
- github.com · commit 7394039 x_refsource_MISC GitHub Advisory NVD