Bug 2521807 - CVE-2026-70463 rsync-bpc: rsync: Authorization bypass via `auth users` directive parsing [fedora-all]
Summary: CVE-2026-70463 rsync-bpc: rsync: Authorization bypass via `auth users` direct...
Keywords:
Status: NEW
Alias: None
Product: Fedora
Classification: Fedora
Component: rsync-bpc
Version: rawhide
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
Assignee: Richard Shaw
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: {"flaws": ["2cd44718-6762-4fd5-aa49-d...
Depends On:
Blocks: CVE-2026-70463
TreeView+ depends on / blocked
 
Reported: 2026-08-24 11:16 UTC by Srikanth Balasubramanian
Modified: 2026-08-24 11:16 UTC (History)
1 user (show)

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


Attachments (Terms of Use)

Description Srikanth Balasubramanian 2026-08-24 11:16:11 UTC
Disclaimer: Community trackers are created by Red Hat Product Security team on a best effort basis. Package maintainers are required to ascertain if the flaw indeed affects their package, before starting the update process.

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.