CVE-2026-53785
Received Received - Intake

Path Traversal in rsync via Symlink Manipulation

Vulnerability report for CVE-2026-53785, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-13

Last updated on: 2026-08-13

Assigner: VulnCheck

Description

rsync before 3.5.0 contains a path traversal vulnerability that allows a malicious sender to write files outside the intended destination directory tree by crafting relative paths with symlink components in --relative mode. The make_path() function follows symlinks pointing outside the destination tree while creating intermediate directories without verifying that created paths remain within the destination boundary, enabling arbitrary file writes on the receiver's filesystem.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-13
Last Modified
2026-08-13
Generated
2026-08-13
AI Q&A
2026-08-13
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
rsync rsync to 3.5.0 (exc)
rsync rsync to 3.4.4 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-59 The product attempts to access a file based on the filename, but it does not properly prevent that filename from identifying a link or shortcut that resolves to an unintended resource.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability affects rsync versions before 3.5.0. When using the --relative mode, a malicious sender can craft paths with symlink components to write files outside the intended destination directory. The make_path() function follows these symlinks without verifying they stay within the destination boundary, enabling arbitrary file writes on the receiver's system.

Detection Guidance

To detect this vulnerability, check the installed rsync version using the command: rsync --version. If the version is 3.4.3 or earlier, the system is vulnerable. Additionally, review rsync logs for transfers using the --relative (-R) option, as this mode is required for exploitation.

Impact Analysis

An attacker with local access could manipulate directory structures, overwrite critical files, or plant malicious files on your system. This could lead to data corruption, unauthorized code execution, or system compromise. The impact depends on the files the attacker can access and modify.

Compliance Impact

This vulnerability could violate compliance requirements by allowing unauthorized file writes or data tampering. GDPR requires protecting personal data integrity, while HIPAA mandates safeguarding protected health information. Exploitation could lead to data breaches, unauthorized access, or integrity violations, potentially resulting in regulatory penalties.

Mitigation Strategies

Immediately upgrade rsync to version 3.5.0 or later. Disable the --relative (-R) option in rsync commands if not required. Restrict rsync access to trusted users and systems. Monitor filesystem changes for unauthorized file writes.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-53785. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart