CVE-2026-79778
Received Received - Intake

rclone WebDAV TUS DoS via nil response dereference

Vulnerability report for CVE-2026-79778, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-25

Last updated on: 2026-08-25

Assigner: VulnCheck

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-25
Last Modified
2026-08-25
Generated
2026-08-25
AI Q&A
2026-08-25
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
rclone rclone to 1.74.0 (inc)
rclone rclone to 1.75.0 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-248 An exception is thrown from a function, but it is not caught.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

rclone before v1.75.0 has a denial of service vulnerability in the WebDAV TUS creation handler. When a transport failure occurs during TUS uploads, the code dereferences a nil response before checking for errors, causing a panic. This terminates unrecovered goroutines and halts unrelated work in long-lived processes.

Detection Guidance

To detect this vulnerability, monitor rclone processes for crashes or panics during WebDAV TUS uploads. Check logs for nil pointer dereference errors or HTTP transport failures. Use tools like tcpdump or Wireshark to inspect network traffic for connection resets during uploads.

Impact Analysis

This vulnerability can cause rclone processes to crash unexpectedly, disrupting ongoing operations like VFS mounts or multi-remote CLI tasks. A malicious endpoint could repeatedly reset connections to trigger crashes, leading to service interruptions.

Compliance Impact

This vulnerability primarily causes denial of service by terminating rclone processes through nil pointer dereferences during TUS uploads. It does not directly affect data confidentiality or integrity, which are key concerns for GDPR and HIPAA compliance. However, service disruption from process termination could impact availability requirements in these standards.

Mitigation Strategies

Upgrade rclone to version v1.75.0 or later to address the vulnerability. If upgrading is not immediately possible, avoid using long-lived rclone processes like VFS mounts or multi-remote CLI operations. Implement network monitoring to detect and block malicious endpoints attempting to reset connections.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-79778. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart