CVE-2026-53802 is best understood as a daemon configuration failure rather than a protocol flaw, and the CVSS 7.1 score obscures deployment-specific conditions that determine actual risk.

The vulnerability lives in how rsync daemon mode processes input files—specifically --files-from, --password-file, and filter merge files when following symlinks. This is not a flaw in rsync's core transfer protocol but in its configuration handling subsystem. The fix in version 3.5.0 added symlink resolution safeguards in these specific code paths, and understanding that distinction matters more than the numerical score.

Exploitation requires a predictable path—an attacker must either already have filesystem write access to place a symlink at a known location, or somehow control the --files-from path argument. This creates two distinct threat models: an insider with write access to the rsync configuration directory, versus an external attacker who must influence what paths rsync uses. The module root escape vector via --files-from implies misconfiguration or insufficient path validation in daemon access control, which is a separate remediation concern.

The real question for defenders isn't just