PatchSiren cyber security CVE debrief
CVE-2026-53785 RsyncProject CVE debrief
CVE-2026-53785 is a path traversal vulnerability in rsync before version 3.5.0. A malicious sender can 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.
- Vendor
- RsyncProject
- Product
- rsync
- CVSS
- MEDIUM 6.9
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-13
- Original CVE updated
- 2026-09-08
- Advisory published
- 2026-08-13
- Advisory updated
- 2026-09-08
Who should care
Defenders responsible for rsync deployments, especially in environments with untrusted senders, should assess exposure and prioritize verification and remediation. This includes operators managing rsync, platform administrators, vulnerability management teams, and security teams responsible for monitoring and incident response.
Why it matters
CVE-2026-53785 is a medium-severity path traversal vulnerability in rsync that allows arbitrary file writes. Defenders should prioritize verifying rsync versions, restricting access, and monitoring activity.
- Potential for arbitrary file writes on the receiver's filesystem
- Possible data integrity and confidentiality impacts
- Need for verification of rsync versions and configurations
- Potential for lateral movement or exploitation in vulnerable environments
Technical summary
The make_path() function in rsync before 3.5.0 does not properly verify that created paths remain within the destination boundary when following symlinks in --relative mode. This allows a malicious sender to write files outside the intended destination directory tree, potentially leading to arbitrary file writes on the receiver's filesystem. The vulnerability is medium-severity and affects rsync deployments, especially in environments with untrusted senders. Defenders should prioritize verifying rsync versions and configurations.
Defensive priority
Defenders should prioritize verifying rsync versions and configurations, especially in environments where untrusted senders have access to rsync.
Recommended defensive actions
- Verify rsync version and configurations to identify potential exposure.
- Review and restrict access to rsync for trusted senders only.
- Monitor rsync activity for suspicious behavior.
- Implement additional logging for rsync operations.
- Review compensating controls for exposed systems.
- Perform asset inventory to identify affected systems.
- Track exceptions and retest remediated assets.
Evidence notes
The CVE record and NVD entry provide details about the vulnerability in rsync before version 3.5.0, but specific affected versions and exploitation details are limited. Defenders should verify rsync versions, configurations, and monitor for suspicious activity. Evidence is based on CVE and NVD data, which may have limitations in detailing exploitability and affected systems.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-53785 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-53785
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-53785 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-53785
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/RsyncProject/rsync/releases/tag/v3.5.0
-
Source reference
Unverified legacy reference
URL: https://github.com/RsyncProject/rsync/security/advisories/GHSA-pph3-7xmf-rrqg
-
Source reference
Unverified legacy reference
URL: https://www.vulncheck.com/advisories/rsync-path-traversal-write-escape-via-relative-mode
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.