CVE-2026-53795
Received Received - Intake

Arbitrary File Write in rsync via Absolute Path Bypass

Vulnerability report for CVE-2026-53795, 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 an arbitrary file write vulnerability that allows attackers to write files outside the intended destination tree by specifying an absolute path via --temp-dir or --link-dest options. The rename-confinement logic is bypassed when these options resolve to paths outside the destination tree, enabling attacker-controlled values to write files to arbitrary locations accessible to the rsync process.

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

Currently, no data is known.

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. It allows attackers to write files outside the intended destination directory by exploiting the --temp-dir or --link-dest options with absolute paths. The rename-confinement logic is bypassed when these options resolve to paths outside the destination tree, enabling attackers to write files to any accessible location where the rsync process has permissions.

Detection Guidance

Check rsync version with 'rsync --version'. If it shows version 3.4.3 or earlier, the system is vulnerable. Monitor for unexpected file writes outside intended directories, especially when --temp-dir or --link-dest options are used with absolute paths.

Impact Analysis

An attacker could exploit this to write arbitrary files to sensitive system locations, potentially leading to local privilege escalation, system compromise, or unauthorized data access. The impact depends on the permissions of the rsync process, but could include overwriting critical system files or installing malicious software.

Compliance Impact

This vulnerability could lead to unauthorized file writes, potentially violating data integrity and confidentiality requirements in GDPR and HIPAA. Organizations using vulnerable rsync versions may face compliance violations if attacker-controlled files overwrite sensitive data or system configurations.

Mitigation Strategies

Upgrade rsync to version 3.5.0 or later immediately. Avoid using --temp-dir or --link-dest with absolute paths. Review rsync configurations for unsafe path handling. Restrict rsync daemon access to trusted networks.

Chat Assistant

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

EPSS Chart