---
id: GO-2026-6183
aliases:
  - GHSA-3x6r-wxxg-53vv
title: >-
  Nil pointer dereference in Infinite Scale TUS uploads in
  github.com/rclone/rclone
summary: >-
  Nil pointer dereference in Infinite Scale TUS uploads in
  github.com/rclone/rclone
severity: none
vendor: rclone
product: github.com/rclone/rclone
ecosystem: go
affected:
  - github.com/rclone/rclone < 1.75.0
patched:
  - github.com/rclone/rclone 1.75.0
published: '2026-08-18'
updated: '2026-08-18'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GO-2026-6183'
references:
  - url: 'https://github.com/rclone/rclone/security/advisories/GHSA-3x6r-wxxg-53vv'
  - url: >-
      https://github.com/rclone/rclone/commit/5871d98c368751a6d992ed64f8cd22cb78c44cee
  - url: 'https://github.com/rclone/rclone/releases/tag/v1.75.0'
tags:
  - osv
  - go
ingestedAt: '2026-08-18T19:21:39.299Z'
---

## Overview

During WebDAV Infinite Scale TUS upload creation, a transport failure can return a nil HTTP response along with an error. When handling the failure, rclone dereferences the nil response before checking the error, causing a panic that can crash the process in unrecovered contexts such as VFS mounts.

## Affected packages

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

## Remediation

Upgrade to a patched release:

- `github.com/rclone/rclone 1.75.0`
