AUGUST 16, 2026
Live Feed
Back to database
Case File

CVE-2026-71313

MEDIUM · CVSS 6.9 EPSS 0.25% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-05 · Last synced 2026-08-16

CyberRota Analysis

AI-Generated

The vulnerability affects the rclone command-line tool versions 1.51.0 to 1.75.0 on Windows, where improper handling of filename encoding allows an attacker to manipulate file paths. This can lead to unauthorized file creation or overwriting outside the intended destination directory, posing a risk of data exposure or system compromise. Organizations using affected versions of rclone should prioritize upgrading to version 1.75.0 or later to mitigate this risk.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-71313
Severity
MEDIUM
CVSS
6.9
EPSS
0.25%
Windows

Original NVD Description

rclone is a command-line program to sync files and directories to and from different cloud storage providers. From v1.51.0 until v1.75.0, the local backend in backend/local/local.go relies on the configurable filename encoder to prevent remote filename data from becoming operating-system path syntax, so a local destination using Slash, None, Raw, or on Windows an encoding that preserves backslash can decode a standard-encoded fullwidth dot-dot component or native backslash form into an actual parent-directory component before filepath.Join resolves it outside the configured local root, allowing an attacker-controlled source object to create or overwrite files outside the selected destination directory as the rclone process. This issue is fixed in v1.75.0.