Description
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.
Published: 2026-08-13
Score: 8.6 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw is in rsync's handling of the auth users directive. The parser tokenizes entries using only commas, so a group name that contains a space is split incorrectly. This causes the associated deny rule to be lost. An authenticated user whose access would normally be denied by an @Group Name entry can connect to a restricted module because the deny rule is silently omitted.

Affected Systems

The vulnerability affects all rsync servers running version 3.1.0 up to but not including 3.5.0. The only vendor identified by the CNA is RsyncProject rsync. No other affected products are listed.

Risk and Exploitability

The CVSS score of 8.6 indicates a high impact. EPSS is not available, so the exploitation probability is unknown but the omission in KEV suggests no publicly known exploit yet. An attacker who can authenticate to the rsync server, for example via password or key, can use the bypass to reach modules that are otherwise restricted. The likely attack vector is a remote authenticated connection to the rsync daemon, where the attacker supplies a credential that would normally be denied but is allowed through the parsing flaw.

Generated by OpenCVE AI on August 13, 2026 at 17:14 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade rsync to version 3.5.0 or later, which corrects the auth users directive parsing bug.
  • If an upgrade is not immediately possible, modify the auth users configuration to avoid @Group Name entries that contain spaces or remove the problematic entries altogether.
  • Where feasible, restrict access to sensitive modules or disable modules that rely on the auth users directive if they are not required for operational needs.

Generated by OpenCVE AI on August 13, 2026 at 17:14 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 13 Aug 2026 15:15:00 +0000

Type Values Removed Values Added
Description 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.
Title rsync 3.1.0 < 3.5.0 Authorization Bypass via auth users Directive Parsing
Weaknesses CWE-863
References
Metrics cvssV3_1

{'score': 8.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N'}

cvssV4_0

{'score': 8.6, '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'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-13T14:42:07.126Z

Reserved: 2026-08-04T14:52:23.815Z

Link: CVE-2026-70463

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-13T15:20:01.513

Modified: 2026-08-13T15:20:01.513

Link: CVE-2026-70463

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T17:15:05Z

Weaknesses