CVE-2026-53797 PUBLISHED

rsync < 3.5.0 Symlink Race Condition Information Disclosure

Assigner: VulnCheck
Reserved: 10.06.2026 Published: 13.08.2026 Updated: 13.08.2026

rsync before 3.5.0 contains a symlink race condition vulnerability in the sender's source tree traversal that allows an attacker who can manipulate a parent directory of the source tree to redirect file reads to unintended paths. Attackers can atomically replace a parent directory component with a symlink pointing outside the source root between path resolution and file open operations to disclose file contents outside the intended transfer root.

Metrics

CVSS Vector: CVSS:4.0/AV:L/AC:H/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N
CVSS Score: 5.7

Product Status

Vendor RsyncProject
Product rsync
Versions Default: unaffected
  • affected from 0 to 3.4.4 (incl.)
  • Version 3.5.0 is unaffected

References

Problem Types

  • CWE-59 Improper Link Resolution Before File Access ('Link Following') CWE
  • CWE-367 Time-of-check Time-of-use (TOCTOU) Race Condition CWE