Improper Authentication in rclone - #VU147298
Published: September 7, 2026
Vulnerability details
The vulnerability allows a remote attacker to bypass authentication and access backend resources as an authenticated user.
The vulnerability exists due to improper authentication in the rclone serve s3 authPairMiddleware when an auth proxy is configured without an auth key. A remote attacker can send a SigV4-signed request using an empty secret to bypass authentication and access backend resources as an authenticated user.
The auth-proxy script does not receive an independent secret to verify for S3 requests.