CVE-2026-70463 PUBLISHED

rsync 3.1.0 < 3.5.0 Authorization Bypass via auth users Directive Parsing

Assigner: VulnCheck
Reserved: 04.08.2026 Published: 13.08.2026 Updated: 13.08.2026

rsync 3.1.0 before 3.5.0 contains an authorization bypass in auth users directive parsing. The auth users parser uses comma-only tokenization when splitting the user list, which fails to correctly handle entries of the form @Group Name where the group name contains a space. The space within the group name causes the parser to split the entry at the space boundary, discarding the deny rule associated with the group. An authenticated user whose username or group membership would be denied by an @Group Name auth users entry can connect to a restricted module because the deny rule is silently discarded during parsing.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N
CVSS Score: 8.6

Product Status

Vendor RsyncProject
Product rsync
Versions Default: unaffected
  • affected from 3.1.0 to 3.4.4 (incl.)
  • Version 3.5.0 is unaffected

Credits

  • 4drez finder

References

Problem Types

  • CWE-863 Incorrect Authorization CWE