GO-2026-6183

Source
https://pkg.go.dev/vuln/GO-2026-6183
Import Source
https://vuln.go.dev/ID/GO-2026-6183.json
JSON Data
https://api.osv.dev/v1/vulns/GO-2026-6183
Aliases
Published
2026-08-18T16:38:10Z
Modified
2026-08-18T17:15:17.207612156Z
Summary
Nil pointer dereference in Infinite Scale TUS uploads in github.com/rclone/rclone
Details

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.

Database specific
{
    "review_status": "REVIEWED",
    "url": "https://pkg.go.dev/vuln/GO-2026-6183"
}
References
Credits
    • GitHub: cyberlanc3r

Affected packages

Go / github.com/rclone/rclone

Package

Name
github.com/rclone/rclone
View open source insights on deps.dev
Purl
pkg:golang/github.com/rclone/rclone

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.75.0

Ecosystem specific

{
    "imports": [
        {
            "path": "github.com/rclone/rclone/backend/webdav",
            "symbols": [
                "Fs.About",
                "Fs.Copy",
                "Fs.DirMove",
                "Fs.List",
                "Fs.ListP",
                "Fs.Mkdir",
                "Fs.Move",
                "Fs.NewObject",
                "Fs.Purge",
                "Fs.Put",
                "Fs.PutStream",
                "Fs.Rmdir",
                "Fs.getTusLocationOrRetry",
                "NewFs",
                "Object.CreateUploader",
                "Object.ModTime",
                "Object.Open",
                "Object.Remove",
                "Object.SetModTime",
                "Object.Size",
                "Object.Update",
                "Uploader.Upload",
                "Uploader.UploadChunk"
            ]
        }
    ]
}

Database specific

source
"https://vuln.go.dev/ID/GO-2026-6183.json"