Incorrect authorization in Rsync - CVE-2026-70463
Published: August 13, 2026
Vulnerability details
The vulnerability allows a remote user to gain unauthorized read or write access.
The vulnerability exists due to incorrect authorization in auth_server() `auth users` parsing when processing `rsyncd.conf` `auth users` values that begin with a comma. A remote user can authenticate as a member of a group that an administrator intended to deny or restrict to read-only to gain unauthorized read or write access.
The issue is silent because the configuration parses without error and a later first-match `:rw` entry can be applied instead of the intended group deny or read-only rule.