CVE-2026-88018
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Summary
rclone is a command-line program to sync files and directories to and from different cloud storage providers. Prior to 1.75.1, rclone serve s3 configured with –auth-proxy but without –auth-key allows authPairMiddleware to register any client-chosen accessKeyID with an empty ws.s3Secret. gofakes3 then verifies the request’s SigV4 signature against that same empty secret, while Server.auth passes the access key identifier as both the user and authentication value to the proxy without an independent per-identity secret. An unauthenticated network attacker can therefore choose an arbitrary access key, sign with an empty secret, and reach whatever backend the auth-proxy script resolves for that identity. This issue is fixed in version 1.75.1.
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| rclone | rclone | < 1.75.1 | affected |
Weaknesses
- CWE-287: CWE-287: Improper Authentication
- CWE-306: CWE-306: Missing Authentication for Critical Function
ADP Enrichment
CISA ADP Vulnrichment
- SSVC:
- Exploitation: poc
- Automatable: yes
- Technical Impact: total
Additional References
References
- https://github.com/rclone/rclone/security/advisories/GHSA-xwwr-4h3p-r22c
- https://github.com/rclone/rclone/commit/90595f34f27f569be6b27c57fe5ab65057d323bd
- https://github.com/rclone/rclone/releases/tag/v1.75.1
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.