Off-by-one in Rsync - CVE-2026-45232
Published: June 1, 2026
Rsync
Detailed vulnerability description
The vulnerability allows a remote attacker to cause a denial of service.
The vulnerability exists due to an off-by-one out-of-bounds stack write in establish_proxy_connection() in socket.c when processing the first response line from an HTTP CONNECT proxy. A remote attacker can return a pathological proxy response line without a newline terminator to cause a denial of service.
The issue is reachable only on the client side when RSYNC_PROXY is set, and the written byte is a fixed \0.