AUGUST 14, 2026
Live Feed
Back to database
Case File

CVE-2026-53800

MEDIUM · CVSS 4.7 EPSS 0.09% Public Exploit

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

CyberRota Analysis

AI-Generated

The vulnerability affects rsync versions prior to 3.5.0, specifically in the --remove-source-files feature, which is susceptible to a symlink race condition. This flaw allows attackers with the ability to create symlinks to manipulate file deletions, potentially leading to arbitrary file loss. Organizations using rsync for file synchronization should prioritize updating to the latest version 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-53800
Severity
MEDIUM
CVSS
4.7
EPSS
0.09%

Original NVD Description

rsync before 3.5.0 contains a symlink race condition vulnerability in the --remove-source-files feature that allows attackers with symlink creation access to cause arbitrary file deletion. Attackers can atomically substitute a symlink for a source file between transfer completion and the unlink() call, causing rsync to delete the symlink target rather than the intended source file.