Description
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 connections during TUS uploads to trigger a panic that terminates unrecovered goroutines and halts unrelated work in long-lived processes.
Published: 2026-08-25
Score: 6 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Denial of Service
Action: Apply Patch
AI Analysis

Impact

rclone implements the WebDAV TUS protocol to allow resumable uploads. In versions prior to v1.75.0, the creation handler dereferences a nil response before checking for transport errors, demonstrating unchecked return handling (CWE‑248) and a nil pointer dereference (CWE‑476). This dereference triggers a panic that terminates unhandled goroutines and can halt unrelated long‑lived processes, resulting in a denial of service for any user relying on the process for other tasks.

Affected Systems

The vulnerability affects rclone packages from the "rclone:rclone" vendor. All releases before version 1.75.0 are impacted; users must update to v1.75.0 or later.

Risk and Exploitability

The CVSS score of 6.0 indicates moderate severity, and the EPSS score is <1%, so exploitation likelihood is uncertain. The vulnerability is not listed in the CISA KEV catalog. A malicious or compromised endpoint can press reset connections during TUS uploads to trigger the panic. The attack likely requires network access to a configured TUS endpoint, which could be reachable over the public internet.

Generated by OpenCVE AI on September 1, 2026 at 14:28 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to rclone v1.75.0 or later
  • Avoid using untrusted endpoints for TUS uploads
  • If TUS is not required, disable the TUS feature or block TUS requests in the proxy or firewall

Generated by OpenCVE AI on September 1, 2026 at 14:28 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 01 Sep 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-476
References
Metrics threat_severity

None

threat_severity

Moderate


Tue, 25 Aug 2026 17:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 25 Aug 2026 15:30:00 +0000

Type Values Removed Values Added
Description 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 connections during TUS uploads to trigger a panic that terminates unrecovered goroutines and halts unrelated work in long-lived processes.
Title rclone before v1.75.0 Denial of Service via TUS nil-response panic
First Time appeared Rclone
Rclone rclone
Weaknesses CWE-248
CPEs cpe:2.3:a:rclone:rclone:*:*:*:*:*:*:*:*
Vendors & Products Rclone
Rclone rclone
References
Metrics cvssV3_1

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

cvssV4_0

{'score': 6, 'vector': 'CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:P/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-25T16:12:58.686Z

Reserved: 2026-08-25T14:29:43.529Z

Link: CVE-2026-79778

cve-icon Vulnrichment

Updated: 2026-08-25T16:12:52.337Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-08-25T16:17:29.657

Modified: 2026-09-10T20:46:19.780

Link: CVE-2026-79778

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-25T15:16:08Z

Links: CVE-2026-79778 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-09-01T14:30:18Z

Weaknesses