BIT-rclone-2026-88017

See a problem?
Import Source
https://github.com/bitnami/vulndb/tree/main/data/rclone/BIT-rclone-2026-88017.json
JSON Data
https://api.osv.dev/v1/vulns/BIT-rclone-2026-88017
Aliases
Published
2026-09-15T08:49:34Z
Modified
2026-09-15T09:25:45Z
Summary
rclone: FTP cross-session auth-proxy backend confusion
Details

rclone is a command-line program to sync files and directories to and from different cloud storage providers. From 1.64.0 until 1.75.1, the FTP auth-proxy driver in cmd/serve/ftp/ftp.go stores one obscured password per username in the server-wide userPass map[string]string instead of binding the credential or VFS to the authenticated session. If two accepted credentials use the same username but resolve to different proxy backends, a later CheckPasswd login overwrites userPass[user], and subsequent getVFS operations on the first session are reauthorized with the later password. The first session can then read, create, overwrite, rename, or delete objects using the second credential’s backend authority. Exploitation requires the later same-username login to occur while the first session remains open. This issue is fixed in version 1.75.1.

Database specific
{
    "cpes": [
        "cpe:2.3:a:rclone:rclone:*:*:*:*:*:*:*:*"
    ],
    "severity": "High"
}
References

Affected packages

Bitnami / rclone

Package

Name
rclone
Purl
pkg:bitnami/rclone

Severity

  • 7.3 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:N CVSS Calculator

Affected ranges

Type
SEMVER
Events
Introduced
1.64.0
Fixed
1.75.1

Database specific

source
"https://github.com/bitnami/vulndb/tree/main/data/rclone/BIT-rclone-2026-88017.json"