Bug 2515385 (CVE-2026-70463) - CVE-2026-70463 rsync: rsync: Authorization bypass via `auth users` directive parsing
Summary: CVE-2026-70463 rsync: rsync: Authorization bypass via `auth users` directive ...
Keywords:
Status: NEW
Alias: CVE-2026-70463
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On: 2521807 2521809 2521808
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-08-13 15:51 UTC by OSIDB Bzimport
Modified: 2026-08-26 13:04 UTC (History)
17 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-08-13 15:51:09 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.