Input validation error in Rsync - CVE-2026-53794
Published: August 13, 2026
Vulnerability details
The vulnerability allows a remote attacker to cause a denial of service.
The vulnerability exists due to improper input validation in the max-alloc option handling when processing rsync protocol options from a remote peer. A remote attacker can send a max-alloc value of 0 to disable the per-allocation sanity cap and cause a denial of service.
An older or modified client can forward the zero value on the wire to an unpatched daemon, which honors it.