Description
rsync 2.3.3 before 3.5.0 contains a path traversal vulnerability that allows a malicious sender to escape the module root by exploiting symlinks within the module file tree when using --partial-dir or --backup-dir options. Attackers with write access to place a symlink under the module root, or who can exploit a pre-existing trusted symlink, can direct file writes to locations outside the intended module root, achieving arbitrary file write relative to the module root parent.
Published: 2026-08-13
Score: 9.2 Critical
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

rsync 2.3.3 through 3.4.0 contains a path traversal vulnerability that allows a malicious sender to escape the module root by exploiting symlinks when using --partial-dir or --backup-dir. By placing a symlink under the module or leveraging a trusted one, an attacker can redirect file writes outside the intended module directory, resulting in arbitrary file writes relative to the module root parent. This weakness enables modification of critical files on the server if the attacker has sufficient permission.

Affected Systems

The vulnerability affects the rsync project’s rsync software from version 2.3.3 up to but not including 3.5.0. The impacted product is rsync as distributed by the RsyncProject, and all installations that run a vulnerable version and accept data via the --partial-dir or --backup-dir options are at risk. No specific operating system was identified, so any system running the affected rsync versions may be impacted.

Risk and Exploitability

The CVSS score is 9.2 indicating a high severity. EPSS is not available, but the lack of a KEV listing does not diminish the risk to exposed services. The likely attack vector is a remote attacker who can act as an rsync client with write access to the module root; the attacker then creates or hijacks a symlink to redirect writes. The weakness is CWE-22 (Path Traversal) and CWE-59 (Improper Restriction of Operations). If the server allows arbitrary uploads to the module directory the flaw can be exploited in a single connection, so the threat is high.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update rsync to version 3.5.0 or newer.
  • Reconfigure module directories to prevent write access so attackers cannot create or alter symlinks.
  • Disable or restrict the use of --partial-dir and --backup-dir options or ensure they point to locations contained within the module root.

Generated by OpenCVE AI on August 13, 2026 at 17:13 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 2.3.3 before 3.5.0 contains a path traversal vulnerability that allows a malicious sender to escape the module root by exploiting symlinks within the module file tree when using --partial-dir or --backup-dir options. Attackers with write access to place a symlink under the module root, or who can exploit a pre-existing trusted symlink, can direct file writes to locations outside the intended module root, achieving arbitrary file write relative to the module root parent.
Title rsync 2.3.3 < 3.5.0 Path Traversal via --partial-dir/--backup-dir Symlink
Weaknesses CWE-22
CWE-59
References
Metrics cvssV3_1

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

cvssV4_0

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


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-13T14:43:06.250Z

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

Link: CVE-2026-70460

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-70460

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-22

    Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')

  • CWE-59

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