Metrics
Affected Vendors & Products
| Source | ID | Title |
|---|---|---|
Github GHSA |
GHSA-c476-6w5q-jw77 | rclone: FTP cross-session auth-proxy backend confusion |
Solution
No solution given by the vendor.
Workaround
No workaround given by the vendor.
Fri, 11 Sep 2026 23:45:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| Metrics |
ssvc
|
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 16:00: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. 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. | |
| Title | rclone: FTP cross-session auth-proxy backend confusion | |
| Weaknesses | CWE-488 | |
| References |
| |
| Metrics |
cvssV3_1
|
Projects
Sign in to view the affected projects.
Status: PUBLISHED
Assigner: GitHub_M
Published:
Updated: 2026-09-11T20:33:16.810Z
Reserved: 2026-09-09T19:19:27.407Z
Link: CVE-2026-88017
Updated: 2026-09-11T16:48:40.263Z
Status : Awaiting Analysis
Published: 2026-09-10T16:18:08.773
Modified: 2026-09-11T21:17:52.490
Link: CVE-2026-88017
No data.
OpenCVE Enrichment
Updated: 2026-09-11T08:00:13Z
Github GHSA