AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-53785

HIGH · CVSS 7.1 EPSS 0.14% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-13 · Last synced 2026-08-15

CyberRota Analysis

AI-Generated

Rsync versions prior to 3.5.0 are vulnerable to a path traversal flaw that allows attackers to exploit symlink components in --relative mode, enabling them to write files outside the intended destination directory. This can lead to arbitrary file writes on the receiver's filesystem, posing significant risks to data integrity and security. Organizations using affected versions of rsync should prioritize patching to mitigate potential exploitation.

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-53785
Severity
HIGH
CVSS
7.1
EPSS
0.14%

Original NVD Description

rsync before 3.5.0 contains a path traversal vulnerability that allows a malicious sender to write files outside the intended destination directory tree by crafting relative paths with symlink components in --relative mode. The make_path() function follows symlinks pointing outside the destination tree while creating intermediate directories without verifying that created paths remain within the destination boundary, enabling arbitrary file writes on the receiver's filesystem.