Description
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.
Published: 2026-09-10
Score: 9.8 Critical
EPSS: < 1% Very Low
KEV: No
Impact: Unauthorized access to backend storage via SigV4 authentication bypass
Action: Immediate Patch
AI Analysis

Impact

Authentication middleware in rclone serve s3 incorrectly accepts any client-selected accessKeyID when the --auth-key option is omitted; the middleware registers this key with an empty secret, and the underlying gofakes3 service verifies the SigV4 signature against that empty secret. The proxy then passes the same access key identifier as both user and authentication value to the downstream backend to sign requests with a blank secret and obtain access to whatever backend the auth‑proxy script resolves for that identity. This flaw is a classic authentication represents an unauthorized configuration error (CWE‑306).

Affected Systems

The vulnerability affects the rclone command‑line serve s3 configured with the --auth‑proxy flag but without the --auth‑key flag, for all releases prior to version 1.75.1. The bug was fixed in rclone v1.75.1, so any installation of rclone older than that is impacted.

Risk and Exploitability

The flaw carries a CVSS score of 9.8, indicating a severe risk. The EPSS score is not available, but the lack of a KEV listing does not diminish the vulnerability’s impact. An attacker only needs network reach to the rclone‑hosted S3 endpoint; a typical exploit would involve sending a SigV4‑signed request with an empty key value, which the server will accept and forward to the configured backend. The exploit path requires no elevated privileges on the rclone host and no exploitation of additional software components. Given the severity score, administrators should treat the risk as high and remediate promptly.

Generated by OpenCVE AI on September 11, 2026 at 00:33 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade rclone to version 1.75.1 or later.
  • Configure firewall rules to be accessed only by trusted IP addresses, reducing the attack surface.
  • If an upgrade cannot be performed immediately, disable the --auth‑proxy flag or ensure that the --auth‑key option is provided when using serve s3, which prevents unauthenticated access.

Generated by OpenCVE AI on September 11, 2026 at 00:33 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-xwwr-4h3p-r22c rclone serve s3: --auth-proxy without --auth-key authenticates nobody - full SigV4 signature bypass
History

Fri, 11 Sep 2026 08:15:00 +0000

Type Values Removed Values Added
First Time appeared Rclone
Rclone rclone
Vendors & Products Rclone
Rclone rclone

Thu, 10 Sep 2026 17:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Thu, 10 Sep 2026 16:15:00 +0000

Type Values Removed Values Added
Description 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.
Title rclone serve s3: --auth-proxy without --auth-key authenticates nobody - full SigV4 signature bypass
Weaknesses CWE-287
CWE-306
References
Metrics cvssV3_1

{'score': 9.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-09-10T16:14:29.874Z

Reserved: 2026-09-09T19:19:27.407Z

Link: CVE-2026-88018

cve-icon Vulnrichment

Updated: 2026-09-10T16:14:09.211Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-09-10T16:18:08.913

Modified: 2026-09-10T19:54:25.810

Link: CVE-2026-88018

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-11T08:00:13Z

Weaknesses
  • CWE-287

    Improper Authentication

  • CWE-306

    Missing Authentication for Critical Function