---
id: CVE-2026-88015
title: >-
  rclone is a command-line program to sync files and directories to and from
  different cloud storage providers
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.De…
severity: medium
cvss: 5.3
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L'
cwe:
  - CWE-190
  - CWE-248
  - CWE-125
vendor: rclone
product: rclone
affected:
  - rclone < 1.75.1
published: '2026-09-10'
updated: '2026-09-10'
sourceUpdated: '2026-09-10T19:54:25.810'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-88015'
references:
  - url: >-
      https://github.com/rclone/rclone/commit/28bf49d66f94acc3f4f7f318504a706686281af9
    label: security-advisories@github.com
  - url: 'https://github.com/rclone/rclone/releases/tag/v1.75.1'
    label: security-advisories@github.com
  - url: 'https://github.com/rclone/rclone/security/advisories/GHSA-p6m2-r3w9-mpxw'
    label: security-advisories@github.com
  - url: 'https://github.com/rclone/rclone/security/advisories/GHSA-p6m2-r3w9-mpxw'
    label: 134c704f-9b21-4f2e-91b3-4a467353bcc0
  - url: >-
      https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-88015.json
  - url: 'https://access.redhat.com/security/cve/CVE-2026-88015'
  - url: 'https://bugzilla.redhat.com/show_bug.cgi?id=2531541'
  - url: 'https://www.cve.org/CVERecord?id=CVE-2026-88015'
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2026-88015'
  - url: 'https://github.com/rclone/rclone'
tags:
  - nvd
  - cve.org
  - exploit-available
  - csaf
  - vex
  - red-hat
  - osv
  - go
exploitAvailable: true
ssvc:
  exploitation: poc
  automatable: 'yes'
  technicalImpact: partial
  timestamp: '2026-09-10T16:01:29.337669Z'
ingestedAt: '2026-09-14T02:48:07.928Z'
epss: 0.00354
epssPercentile: 0.29207
aliases:
  - GHSA-p6m2-r3w9-mpxw
  - GO-2026-6461
  - BIT-rclone-2026-88015
ecosystem: go
patched:
  - github.com/rclone/rclone 1.75.1
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.

## Vendor advisories

- **Red Hat VEX** · Moderate · affected: OpenShift Service Mesh 3 · no fix planned: OpenShift Service Mesh 3 · updated 2026-09-21 · [vex](https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-88015.json)

## Package advisory (CVE-2026-88015)

Affected packages:

- `github.com/rclone/rclone < 1.75.1`

Patched in:

- `github.com/rclone/rclone 1.75.1`

Source: https://osv.dev/vulnerability/GHSA-p6m2-r3w9-mpxw
