Description
rsync before 3.5.0 contains a symlink race condition vulnerability in the sender's source tree traversal that allows an attacker who can manipulate a parent directory of the source tree to redirect file reads to unintended paths. Attackers can atomically replace a parent directory component with a symlink pointing outside the source root between path resolution and file open operations to disclose file contents outside the intended transfer root.
Published: 2026-08-13
Score: 5.7 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is a symlink race condition in rsync’s source tree traversal. An attacker who can influence a parent directory of the source tree can atomically replace a component with a symlink pointing outside the intended transfer root between path resolution and file open operations. This allows the attacker to read files that should not be exposed by the rsync transfer, resulting in inadvertent disclosure of sensitive data. The weakness is a classic race condition (CWE‑367) and uses path traversal (CWE‑59).

Affected Systems

The issue affects the rsync project’s rsync program versions earlier than 3.5.0. Specifically, all releases in the 3.4 series and older are vulnerable.

Risk and Exploitability

The CVSS score of 5.7 indicates a moderate severity. The EPSS score is not available, and the vulnerability is not listed in CISA’s KEV catalog. Exploitation requires the attacker to be able to modify a parent directory of the rsync source tree on the sending side. In environments where such directories are writable by untrusted users, a local or remote attacker could leverage the race condition to disclose the contents of arbitrary files outside the intended transfer root. Therefore, systems that expose rsync source directories to untrusted users face a potential confidentiality risk.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade rsync to version 3.5.0 or later to remove the vulnerability.
  • Restrict write permissions on parent directories of any rsync source tree so that untrusted users cannot create symlinks or modify directory structure.
  • Implement monitoring to detect unexpected symlink creation in source directories and alert administrators to potential abuse.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 13 Aug 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


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

Type Values Removed Values Added
Description rsync before 3.5.0 contains a symlink race condition vulnerability in the sender's source tree traversal that allows an attacker who can manipulate a parent directory of the source tree to redirect file reads to unintended paths. Attackers can atomically replace a parent directory component with a symlink pointing outside the source root between path resolution and file open operations to disclose file contents outside the intended transfer root.
Title rsync < 3.5.0 Symlink Race Condition Information Disclosure
Weaknesses CWE-367
CWE-59
References
Metrics cvssV3_1

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

cvssV4_0

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


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-13T17:38:35.788Z

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

Link: CVE-2026-53797

cve-icon Vulnrichment

Updated: 2026-08-13T17:38:27.440Z

cve-icon NVD

Status : Received

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

Modified: 2026-08-13T18:17:30.797

Link: CVE-2026-53797

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T17:00:04Z

Weaknesses
  • CWE-367

    Time-of-check Time-of-use (TOCTOU) Race Condition

  • CWE-59

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