๐Ÿ” CVE Alert

CVE-2026-88015

MEDIUM 5.3

rclone local: crafted Range request against a translated symlink panics (DoS)

CVSS Score
5.3
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-190 CWE-248
Vendor rclone
Product rclone
Published Sep 10, 2026
Last Updated Sep 10, 2026
Stay Ahead of the Next One

Get instant alerts for rclone rclone

Be the first to know when new medium vulnerabilities affecting rclone rclone are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
Low

Affected Versions

rclone / rclone
< 1.75.1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/rclone/rclone/security/advisories/GHSA-p6m2-r3w9-mpxw github.com: https://github.com/rclone/rclone/commit/28bf49d66f94acc3f4f7f318504a706686281af9 github.com: https://github.com/rclone/rclone/releases/tag/v1.75.1