CVE-2026-88015: rclone local: crafted Range request against a translated symlink panics (DoS)

Published Sep 10, 2026
·
Updated

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.

Affected Software

2 affected components
Rclone Rclone<1.75.1
rclone/local<1.75.1

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade rclone to a version that resolves this vulnerability.

    Fixed in 1.75.1

Event History

Sep 10, 2026
CVE Published
via MITRE·03:50 PM
Data Sourced
via MITRE·03:50 PM
DescriptionSeverityWeakness

Frequently Asked Questions

1

Which deployments are exposed to this issue?

Deployments using the rclone local backend with --links or links=true are affected when .rclonelink objects are exposed through rclone's HTTP or WebDAV serving functionality. Versions prior to 1.75.1 are affected.

2

What does an attacker need to do to trigger the failure?

An attacker needs network access to the HTTP or WebDAV service and must request a translated symlink object using a positive Range start greater than the symlink target string length. No authentication or user interaction is indicated by the supplied severity vector.

3

Will this terminate the entire rclone service?

Normally, Go net/http recovers the panic on a per-connection basis. The expected impact is request-level denial of service rather than termination of the entire process.

4

What is the remediation?

Upgrade rclone to version 1.75.1, which fixes the unchecked Range start handling.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203