VulnSea

rclone has 44 CVEs on record. Disclosure cadence is accelerating: 41 in the last 90 days against 3 in the 90 before. The busiest recent month was August 2026 with 30. The median CVSS is 5.3 (medium), with 5 rated critical. None have a confirmed exploitation report. The dominant weakness classes are CWE-22 (9) and CWE-319 (6). Most affected products: github.com/rclone/rclone (32), rclone (12).

CVEs per month

Last 12 months, by publish date

101112010203040506070809
Exploited share
0% vs 1% corpus
Median CVSS
5.3
Publish → KEV
Last 90 days
41 prev 3

Products

  • github.com/rclone/rclone 32
  • rclone 12
44
Total CVEs
5
Critical
0
CISA KEV
0
Exploited

rclone vulnerabilities

CVEs affecting rclone, newest first. Open any entry for full detail, references, and exploit status.

44 CVEsRSS

CVE-2026-93986Low· 3.1
2d ago

rclone before 1.75.1 fails to confine names from server and third-party listing responses to the listed directory, allowing path traversal sequences in object names

rclone before 1.75.1 fails to confine names from server and third-party listing responses to the listed directory, allowing path traversal sequences in object names. Attackers can craft special names containing forward slashes and parent…

Sunlitrclone · rcloneEPSS 0.20%via NVD
CVE-2026-93987Low· 3.4
2d ago

rclone versions 1.56.0 through 1.75.0 contain a path traversal vulnerability in the `rclone serve docker` volume plugin

rclone versions 1.56.0 through 1.75.0 contain a path traversal vulnerability in the `rclone serve docker` volume plugin. newVolume() in cmd/serve/docker/volume.go computes a volume's mountpoint as filepath.Join(drv.root, name) from the a…

Sunlitrclone · rcloneEPSS 0.10%via NVD
CVE-2026-88046Medium· 5.3
1w ago

rclone is a command-line program to sync files and directories to and from different cloud storage providers

rclone is a command-line program to sync files and directories to and from different cloud storage providers. Prior to 1.75.1, rclone core does not reject parent-directory segments in source Object.Remote() values before fs/list, fs/walk…

Sunlitrclone · rcloneEPSS 0.29%via NVD
CVE-2026-88018Critical· 9.8PoC
1w ago

rclone is a command-line program to sync files and directories to and from different cloud storage providers

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 …

Abyssalrclone · rcloneEPSS 0.50%via NVD
CVE-2026-88017High· 7.3
1w ago

rclone is a command-line program to sync files and directories to and from different cloud storage providers

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 se…

Twilightrclone · rcloneEPSS 0.23%via NVD
CVE-2026-88044Critical· 9.1PoC
1w ago

rclone is a command-line program to sync files and directories to and from different cloud storage providers

rclone is a command-line program to sync files and directories to and from different cloud storage providers. From 1.70.0 until 1.75.1, the serve/start RC interface accepts per-server proxyOpt.AuthProxy settings, and the FTP and S3 const…

Abyssalrclone · rcloneEPSS 0.49%via NVD
CVE-2026-88015Medium· 5.3PoC
1w ago

rclone is a command-line program to sync files and directories to and from different cloud storage providers

rclone is a command-line program to sync files and directories to and from different cloud storage providers. Prior to 1.75.1, backend/local with --links or links=true exposes symlink targets as .rclonelink objects, and fs.RangeOption.De…

Twilightrclone · rcloneEPSS 0.35%via NVD
CVE-2026-88013Low· 3.7PoC
1w ago

rclone is a command-line program to sync files and directories to and from different cloud storage providers

rclone is a command-line program to sync files and directories to and from different cloud storage providers. From 1.49.0 until 1.75.1, the HTTP backend attaches headers configured through --http-headers or headers= to requests in backen…

Twilightrclone · rcloneEPSS 0.18%via NVD
CVE-2026-88045High· 7.5PoC
1w ago

rclone is a command-line program to sync files and directories to and from different cloud storage providers

rclone is a command-line program to sync files and directories to and from different cloud storage providers. From 1.75.0 until 1.75.1, the serve S3 streamed multipart path in cmd/serve/s3/multipart.go passes attacker-controlled contentL…

Midnightrclone · rcloneEPSS 0.53%via NVD
CVE-2026-88016High· 7.1PoC
1w ago

rclone is a command-line program to sync files and directories to and from different cloud storage providers

rclone is a command-line program to sync files and directories to and from different cloud storage providers. Prior to 1.75.1, when backend/local runs with --links, a source .rclonelink object can plant a symlink in the destination and l…

Midnightrclone · rcloneEPSS 0.19%via NVD
CVE-2026-88014Medium· 6.3
1w ago

rclone archive/zip: Zip Slip via unsanitized zip entry names lets a malicious archive escape its own namespace

rclone archive/zip: Zip Slip via unsanitized zip entry names lets a malicious archive escape its own namespace

Sunlitrclone · github.com/rclone/rcloneEPSS 0.14%via OSV
CVE-2026-79776Medium· 5.3PoC
3w ago

rclone before 1.75.0 mounts the pprof debug handler as its own router route, bypassing the fail-closed authentication rule in the main handler

rclone before 1.75.0 mounts the pprof debug handler as its own router route, bypassing the fail-closed authentication rule in the main handler. Attackers can access the /debug/pprof/cmdline endpoint unauthenticated to retrieve the full p…

Twilightrclone · rcloneEPSS 0.30%via NVD
CVE-2026-79779Medium· 5.3
3w ago

rclone versions before v1.75.0 fail to reject transport downgrades in redirect handling, allowing Basic authorization and Cookie headers to be replayed over plaintext HTTP after same-host HTTPS-to-HTTP redirects

rclone versions before v1.75.0 fail to reject transport downgrades in redirect handling, allowing Basic authorization and Cookie headers to be replayed over plaintext HTTP after same-host HTTPS-to-HTTP redirects. An on-path attacker obse…

Sunlitrclone · github.com/rclone/rcloneEPSS 0.11%via NVD
CVE-2026-79782Low· 3.1
3w ago

rclone before 1.74.4 fails to strip the X-Amz-Security-Token header when an S3 redirect changes scheme from HTTPS to HTTP on the same host

rclone before 1.74.4 fails to strip the X-Amz-Security-Token header when an S3 redirect changes scheme from HTTPS to HTTP on the same host. Attackers can intercept plaintext HTTP traffic to capture AWS STS session tokens sent in request …

Sunlitrclone · github.com/rclone/rcloneEPSS 0.13%via NVD
CVE-2026-79777Low· 2.7
3w ago

rclone before v1.75.0 includes full Go stack traces in RC API error responses when panics occur

rclone before v1.75.0 includes full Go stack traces in RC API error responses when panics occur. Attackers can trigger panics to leak internal file paths, module versions, goroutine states, and memory addresses.

Sunlitrclone · github.com/rclone/rcloneEPSS 0.24%via NVD
CVE-2026-79783Low· 3.6
3w ago

rclone before 1.74.4 fails to mask special permission bits when applying source-supplied mode metadata in the local backend, allowing attackers to set setuid/setgid bits on attacker-controlled files

rclone before 1.74.4 fails to mask special permission bits when applying source-supplied mode metadata in the local backend, allowing attackers to set setuid/setgid bits on attacker-controlled files. When copying with metadata preservati…

Sunlitrclone · github.com/rclone/rcloneEPSS 0.14%via NVD
CVE-2026-79781Medium· 6.5
3w ago

rclone serve s3 before 1.74.4 contains a path traversal vulnerability that allows attackers to read and overwrite root-level files by using dot-dot segments in S3 object keys

rclone serve s3 before 1.74.4 contains a path traversal vulnerability that allows attackers to read and overwrite root-level files by using dot-dot segments in S3 object keys. Attackers can send requests with object keys like ../root-sec…

Sunlitrclone · github.com/rclone/rcloneEPSS 0.26%via NVD
CVE-2026-79780Medium· 5.3
3w ago

rclone before v1.75.0 fails to sanitize IBM IAM bearer tokens and SSE-C encryption keys during S3 redirect callbacks, allowing credentials to be preserved across scheme or host changes

rclone before v1.75.0 fails to sanitize IBM IAM bearer tokens and SSE-C encryption keys during S3 redirect callbacks, allowing credentials to be preserved across scheme or host changes. Attackers observing network traffic from a trusted …

Sunlitrclone · github.com/rclone/rcloneEPSS 0.10%via NVD
CVE-2026-79778Medium· 5.3
3w ago

rclone before v1.75.0 contains a denial of service vulnerability in the WebDAV TUS creation handler that dereferences a nil response before checking for transport errors

rclone before v1.75.0 contains a denial of service vulnerability in the WebDAV TUS creation handler that dereferences a nil response before checking for transport errors. A malicious or compromised configured endpoint can reset connectio…

Sunlitrclone · github.com/rclone/rcloneEPSS 0.23%via NVD
GO-2026-6197None
1mo ago

WebDAV credential leakage on HTTPS to HTTP redirect in github.com/rclone/rclone

WebDAV credential leakage on HTTPS to HTTP redirect in github.com/rclone/rclone

Sunlitrclone · github.com/rclone/rclonevia OSV
GO-2026-6196None
1mo ago

S3 session token leakage on HTTPS to HTTP redirect in github.com/rclone/rclone

S3 session token leakage on HTTPS to HTTP redirect in github.com/rclone/rclone

Sunlitrclone · github.com/rclone/rclonevia OSV
GO-2026-6190None
1mo ago

Unsafe file permission restoration from metadata in github.com/rclone/rclone

Unsafe file permission restoration from metadata in github.com/rclone/rclone

Sunlitrclone · github.com/rclone/rclonevia OSV
GO-2026-6189None
1mo ago

Path traversal in serve s3 in github.com/rclone/rclone

Path traversal in serve s3 in github.com/rclone/rclone

Sunlitrclone · github.com/rclone/rclonevia OSV
GO-2026-6188None
1mo ago

S3 redirect sanitization omits sensitive headers in github.com/rclone/rclone

S3 redirect sanitization omits sensitive headers in github.com/rclone/rclone

Sunlitrclone · github.com/rclone/rclonevia OSV
GO-2026-6183None
1mo ago

Nil pointer dereference in Infinite Scale TUS uploads in github.com/rclone/rclone

Nil pointer dereference in Infinite Scale TUS uploads in github.com/rclone/rclone

Sunlitrclone · github.com/rclone/rclonevia OSV
GO-2026-6181None
1mo ago

Verbose stack trace disclosure in RC API error responses in github.com/rclone/rclone

Verbose stack trace disclosure in RC API error responses in github.com/rclone/rclone

Sunlitrclone · github.com/rclone/rclonevia OSV
GHSA-gwfq-86j8-7qhvLow· 2.7
1mo ago

rclone: Verbose Stack Trace Disclosure in RC API Error Responses

rclone: Verbose Stack Trace Disclosure in RC API Error Responses

Sunlitrclone · github.com/rclone/rclonevia GHSA
GHSA-945v-v9p3-v5xwLow· 3.6
1mo ago

rclone local `--metadata` applies attacker-controlled mode/uid - setuid binary planted from an untrusted remote

rclone local `--metadata` applies attacker-controlled mode/uid - setuid binary planted from an untrusted remote

Sunlitrclone · github.com/rclone/rclonevia GHSA
CVE-2026-71309High
1mo ago

rclone is a command-line program to sync files and directories to and from different cloud storage providers

rclone is a command-line program to sync files and directories to and from different cloud storage providers. From 1.40.0 until 1.75.0, rclone serve restic does not correctly reject URL paths beginning with ../ in cmd/serve/restic/restic…

Twilightrclone · github.com/rclone/rcloneEPSS 0.38%via NVD
CVE-2026-54572High· 7.5
1mo ago

rclone: Unvalidated symlink target in local `--links` — arbitrary file write from an untrusted remote

rclone: Unvalidated symlink target in local `--links` — arbitrary file write from an untrusted remote

Twilightrclone · github.com/rclone/rcloneEPSS 0.36%via GHSA
rclone vulnerabilities (CVEs) · VulnSea