๐Ÿ” CVE Alert

CVE-2026-93987

LOW 3.4

rclone serve docker Path Traversal via Volume Name

CVSS Score
3.4
EPSS Score
0.0%
EPSS Percentile
0th

rclone versions 1.56.0 through 1.75.0 contain a path traversal vulnerability in the `rclone serve docker` volume plugin. newVolume() in cmd/serve/docker/volume.go computes a volume's mountpoint as filepath.Join(drv.root, name) from the attacker-supplied `name` field of a Docker VolumeDriver.Create request without verifying that the result stays within drv.root (default /var/lib/docker-volumes/rclone), and checkMountpoint() then creates that directory with file.MkdirAll before mounting. A volume name containing enough `..` components (e.g. "../../../../../../etc") therefore resolves outside the base directory, allowing anyone able to submit a VolumeDriver.Create request to the plugin socket โ€” normally the Docker daemon, or a workload that can request named volumes in a multi-tenant orchestration setup โ€” to make the privileged rclone plugin process create a directory and mount a remote filesystem specified in the same request at an arbitrary host path, shadowing or disrupting system directories. The advisory notes Volume.restoreState() had the same missing validation when reloading persisted volume state. Fixed in 1.75.1.

CWE CWE-73
Vendor rclone
Product rclone
Published Sep 19, 2026
Stay Ahead of the Next One

Get instant alerts for rclone rclone

Be the first to know when new low 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:L/AC:L/PR:H/UI:N/S:U/C:N/I:L/A:L
Attack Vector
Local
Attack Complexity
Low
Privileges Required
High
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
Low
Availability
Low

Affected Versions

rclone / rclone
1.56.0 < 1.75.1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/rclone/rclone/security/advisories/GHSA-p6vx-hf7p-98j6 vulncheck.com: https://www.vulncheck.com/advisories/rclone-serve-docker-path-traversal-via-volume-name

Credits

๐Ÿ” iaohkut ncw