Description
rsync before 3.5.0 contains a symlink race condition vulnerability that allows local attackers to cause rsync to apply arbitrary ACLs or extended attributes to unintended files by substituting a symlink at a predictable destination path between the file write and the subsequent acl_set_file() or lsetxattr() call. Attackers can exploit this timing window to redirect ACL and xattr application through a crafted symlink to files outside the intended destination tree, potentially granting elevated permissions and enabling local privilege escalation.
Published: 2026-08-13
Score: 7.2 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

rsync versions before 3.5.0 contain a race condition that allows a local attacker to substitute a symlink at a predictable destination path between the file write and the ACL or extended attribute application calls. By exploiting the timing window, the attacker can redirect the ACL and xattr setting to files outside the intended destination tree, potentially granting elevated permissions and enabling local privilege escalation.

Affected Systems

The vulnerability affects the RsyncProject rsync utility released before version 3.5.0. This includes all builds of rsync that were distributed prior to the release of v3.5.0.

Risk and Exploitability

The CVSS score of 7.2 indicates a high severity of local privilege escalation. While no EPSS score is available, the lack of KEV listing suggests no widespread known exploitation, yet the race condition can be triggered by any user with write access to the rsync process's working directory. Attackers can achieve unauthorized ACL or xattr changes on files outside the intended directory, potentially expanding file permissions beyond the intended scope.

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 as released by RsyncProject
  • Restrict local users from creating symlinks in rsync destination directories to eliminate the race condition
  • Audit ACL and extended attribute settings on critical files and apply least‑privilege access control to prevent misuse

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 15:15:00 +0000

Type Values Removed Values Added
Description rsync before 3.5.0 contains a symlink race condition vulnerability that allows local attackers to cause rsync to apply arbitrary ACLs or extended attributes to unintended files by substituting a symlink at a predictable destination path between the file write and the subsequent acl_set_file() or lsetxattr() call. Attackers can exploit this timing window to redirect ACL and xattr application through a crafted symlink to files outside the intended destination tree, potentially granting elevated permissions and enabling local privilege escalation.
Title rsync < 3.5.0 Symlink Race Condition via ACL/xattr Application
Weaknesses CWE-367
CWE-59
References
Metrics cvssV3_1

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

cvssV4_0

{'score': 7.2, 'vector': 'CVSS:4.0/AV:L/AC:H/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:40:45.664Z

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

Link: CVE-2026-53799

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

Modified: 2026-08-13T15:19:52.130

Link: CVE-2026-53799

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')