CVE Catalog

CVE-2026-88015

MediumCVSS 5.3
Published: Translated: NVD NIST

Summary

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.Decode can pass an unchecked positive Range start through Object.Open and openTranslatedLink. The function slices the target string as linkdst[offset:], so a Range start larger than the target length causes a deterministic slice-bounds panic when lib/http/serve exposes the object through HTTP or WebDAV. Go net/http normally recovers the panic per connection, causing request-level denial of service rather than terminating the entire process. This issue is fixed in version 1.75.1.

Risk Assessment

An unauthenticated attacker can trigger a panic and cause request-level denial of service, disrupting rclone-based HTTP/WebDAV services. This may impact the availability of file synchronization in the organization.

Recommendation

Upgrade rclone to version 1.75.1 or later. If possible, avoid using --links/links=true together with HTTP/WebDAV exposure until the upgrade is applied.

Other vulnerabilities in rclone

See all
Original NVD description (English source)

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.Decode can pass an unchecked positive Range start through Object.Open and openTranslatedLink. The function slices the target string as linkdst[offset:], so a Range start larger than the target length causes a deterministic slice-bounds panic when lib/http/serve exposes the object through HTTP or WebDAV. Go net/http normally recovers the panic per connection, causing request-level denial of service rather than terminating the entire process. This issue is fixed in version 1.75.1.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS