rclone serve s3: --auth-proxy without --auth-key authenticates nobody - full SigV4 signature bypass
rclone's S3 file server can accept requests without proving who sent them. An unauthenticated network attacker can reach the cloud-storage backend selected by its authentication proxy.
- Severity
- CriticalCVSS 3.1 · 9.8
- Fix
- Fixed in 1.75.1Fix recorded today
- Affected versions
- before 1.75.1
- Weakness
- CWE-287Improper Authentication
- Exploit likelihood
- 0.49% in 30 daysEPSS, higher than 41% of known flaws
- Affects
- Rclone
How it works
- The issue affects S3 servers using an authentication proxy without an authentication key.
- The server accepts a client-chosen access key and checks the request against an empty secret.
- The proxy then receives that identity and can direct the request to its backend without independently proving who sent it.
What to do
Check the installed rclone version and whether its S3 server uses an authentication proxy without an authentication key. Versions earlier than 1.75.1 match the affected range.
Update rclone to version 1.75.1 or later. Review the rclone security advisory if your deployment cannot update immediately.
Technical details
CVE-2026-88018 is an authentication bypass in rclone serve s3. The affected configuration lets a network attacker choose an access key and reach the backend selected by the authentication proxy.
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 High The service can stop or suffer serious disruption
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H Open in FIRST.org calculatorReferences
- github.com · v1.75.1 (tag) x_refsource_MISC patch release notes
- github.com · GHSA-xwwr-4h3p-r22c vendor advisory x_refsource_CONFIRM
- github.com · commit 90595f3 vendor advisory x_refsource_MISC GitHub Advisory NVD
- nvd.nist.gov · CVE-2026-88018 us government resource vdb entry
- cve.org · CVERecord vdb entry
- rapid7.com · CVE-2026-88018 third party advisory technical description
- cvefeed.io · CVE-2026-88018 third party advisory vdb entry
- tenable.com · CVE-2026-88018 third party advisory vdb entry
- osv.dev · CVE-2026-88018 vdb entry
- euvd.enisa.europa.eu · EUVD-2026-75585 vdb entry
- cveawg.mitre.org · CVE-2026-88018