Description
rsync before 3.5.0 contains a path traversal vulnerability that allows remote clients to access files outside the intended module root when use chroot is disabled and the module root path or a component of it is a symlink. The daemon calls chdir() to the module root at session initialization without resolving symlinks via realpath() or equivalent, causing subsequent relative-path operations to reference files relative to the symlink target rather than the intended module root, enabling unauthorized file access.
Published: 2026-08-13
Score: 8.4 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

rsync versions before 3.5.0 can be driven by a remote client to read files outside the intended module root when the daemon runs without chroot and the module root or any component of it is a symbolic link. The daemon changes directory to the module root without resolving symlinks, so relative path requests such as "../etc/passwd" resolve to the target of the symlink, exposing arbitrary files to the client. The vulnerability is a classic path traversal flaw, able to leak sensitive data and potentially serve as a foothold for further attacks if the attacker can read privileged configuration or code files.

Affected Systems

Any system running rsync as a server with a symlinked module root and with chroot disabled is affected. The issue applies to all official rsync releases prior to 3.5.0 from the RsyncProject. Upgrade to rsync 3.5.0 or later to remove the flaw.

Risk and Exploitability

The flaw carries a CVSS score of 8.4, indicating high severity. No EPSS value is publicly listed, and the vulnerability is not yet registered in the CISA KEV catalog. Attackers can exploit the weakness remotely by initiating a normal rsync session and requesting a relative path that traverses the symlinked root, assuming the client has network access to the rsync daemon and the root is not protected by chroot.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply an official update to rsync 3.5.0 or newer.
  • Configure the rsync daemon to use the chroot option or remove modules that rely on symlinked module roots.
  • Restrict rsync client connections to trusted IP addresses or networks using firewall rules or host-based access controls.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 15 Aug 2026 04:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Fri, 14 Aug 2026 17:15:00 +0000

Type Values Removed Values Added
First Time appeared Samba
Samba rsync
CPEs cpe:2.3:a:samba:rsync:*:*:*:*:*:*:*:*
Vendors & Products Samba
Samba rsync

Fri, 14 Aug 2026 10:15:00 +0000

Type Values Removed Values Added
First Time appeared Rsync Project
Rsync Project rsync
Vendors & Products Rsync Project
Rsync Project rsync

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

Type Values Removed Values Added
Description rsync before 3.5.0 contains a path traversal vulnerability that allows remote clients to access files outside the intended module root when use chroot is disabled and the module root path or a component of it is a symlink. The daemon calls chdir() to the module root at session initialization without resolving symlinks via realpath() or equivalent, causing subsequent relative-path operations to reference files relative to the symlink target rather than the intended module root, enabling unauthorized file access.
Title rsync < 3.5.0 Path Traversal via Symlink Module Root
Weaknesses CWE-59
References
Metrics cvssV3_1

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

cvssV4_0

{'score': 8.4, 'vector': 'CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-15T03:17:19.548Z

Reserved: 2026-06-10T20:14:32.826Z

Link: CVE-2026-53784

cve-icon Vulnrichment

Updated: 2026-08-15T03:17:13.988Z

cve-icon NVD

Status : Analyzed

Published: 2026-08-13T15:19:42.190

Modified: 2026-08-31T15:39:32.197

Link: CVE-2026-53784

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-14T10:15:02Z

Weaknesses
  • CWE-59

    Improper Link Resolution Before File Access ('Link Following')