Time-of-check Time-of-use (TOCTOU) Race Condition in Rsync - CVE-2026-29518
Published: June 1, 2026
Rsync
Detailed vulnerability description
The vulnerability allows a local user to disclose sensitive information and overwrite files outside the module.
The vulnerability exists due to a time-of-check time-of-use symlink race condition in daemon mode path handling when processing file operations on parent path components without chroot. A local user can replace a parent directory component with a symlink between the check and open operation to disclose sensitive information and overwrite files outside the module.
Only daemon configurations with use chroot = no for a module are vulnerable.