CVE-2026-93987
Last modified
CVE-2026-93987 is a low-severity vulnerability rated 3.4/10 on the CVSS scale. 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.
Description
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.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| rclone | rclone | >= 1.56.0, < 1.75.1 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-93987?
How severe is CVE-2026-93987?
How do I fix CVE-2026-93987?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-93981hono before 4.13.7 fails to HTML-escape plain strings render…4.7
- CVE-2026-93982OpenPanel through commit bad75bdd writes Model Context Proto…3.3
- CVE-2026-93983OpenPanel through commit bad75bdd fails to escape property k…5
- CVE-2026-93984OpenPanel tracking API through commit bad75bddc74d12d36cfb84…5.3
- CVE-2026-93985OpenPanel js-runtime through commit bad75bdd contains a sand…9.9
- CVE-2026-93986rclone before 1.75.1 fails to confine names from server and …3.1
- CVE-2026-93988QloApps through 1.7.0 contains a path traversal vulnerabilit…6.5
- CVE-2026-93989vLLM through 0.29.0 fails to properly validate bad_words tok…3.1
- CVE-2026-9399A vulnerability was detected in Edimax BR-6675nD 1.12. This …8.8
- CVE-2026-93990Expat through 2.8.4 fails to validate low surrogates followi…7.5
- CVE-2026-93991Argo Workflows versions 4.1.0 through 4.1.3 contain an autho…7.7
- CVE-2026-93992Gopeed through 2.0.0-beta.3 contains a path traversal vulner…8.1
Are you affected by CVE-2026-93987?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
