Description
rsync before 3.5.0 contains a symlink following vulnerability that allows local attackers to overwrite arbitrary files by placing a symlink at a predictable output path such as --log-file, --write-batch, or daemon-mode log and statistics paths. Attackers can exploit rsync's failure to reject symlinks during ancillary file writes to redirect output to arbitrary filesystem locations, achieving local privilege escalation on installations where rsync runs with elevated privileges such as setuid or privileged daemon configurations.
Published: 2026-08-13
Score: 8.5 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

rsync before version 3.5.0 contains a symlink‑following flaw that allows a local attacker to overwrite arbitrary files by directing rsync to write output through a predictable symlink. The vulnerability arises when rsync is asked to write to paths such as --log-file, --write-batch, or daemon‑mode log and statistics, and the program fails to reject symlinks during these ancillary writes. The result can be the replacement of critical system files when rsync runs with elevated privileges, thereby enabling local privilege escalation. The weakness is classified as CWE‑59.

Affected Systems

The flaw affects all releases of the RsyncProject rsync client older than version 3.5.0 on any operating system that installs rsync in a set‑uid or privileged daemon mode. This includes most Linux and Unix‑like distributions that use rsync in a privileged context. No additional version constraints are provided beyond the <3.5.0 boundary, so any build before that release is considered vulnerable.

Risk and Exploitability

The CVSS score of 8.5 flags high severity, and while the EPSS score is not disclosed, the attack requires local access and the presence of elevated privileges, conditions that are common on servers running rsync with set‑uid binaries or as a privileged daemon. The vulnerability is not listed in the CISA KEV catalog, indicating no documented large‑scale exploitation yet, but once exploited an attacker could replace arbitrary files and potentially gain full system control. The likely attack vector involves a local user creating a symlink to a target file and executing rsync with the vulnerable option so that the file is overwritten.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade rsync to version 3.5.0 or newer.
  • If an upgrade is unfeasible, run rsync without set‑uid or privileged daemon privileges; execute it as a non‑privileged user and avoid using the vulnerable options that write to predictable paths, such as --log-file and --write-batch.
  • When running rsync with elevated rights, constrain file system permissions and place critical files outside directories that rsync can write to.
  • Consider isolating rsync operations in a container or chroot to limit write access to the host file system.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
References
Metrics threat_severity

None

threat_severity

Important


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 13: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 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 symlink following vulnerability that allows local attackers to overwrite arbitrary files by placing a symlink at a predictable output path such as --log-file, --write-batch, or daemon-mode log and statistics paths. Attackers can exploit rsync's failure to reject symlinks during ancillary file writes to redirect output to arbitrary filesystem locations, achieving local privilege escalation on installations where rsync runs with elevated privileges such as setuid or privileged daemon configurations.
Title rsync < 3.5.0 Symlink Following Arbitrary File Overwrite
Weaknesses CWE-59
References
Metrics cvssV3_1

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

cvssV4_0

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


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-14T16:50:17.210Z

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

Link: CVE-2026-53803

cve-icon Vulnrichment

Updated: 2026-08-14T12:40:37.340Z

cve-icon NVD

Status : Analyzed

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

Modified: 2026-08-31T15:12:57.343

Link: CVE-2026-53803

cve-icon Redhat

Severity : Important

Publid Date: 2026-08-13T14:33:18Z

Links: CVE-2026-53803 - Bugzilla

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-59

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