Description
rsync before 3.5.0 contains an improper path handling vulnerability that allows a malicious sender to expand the scope of --delete operations beyond the intended destination subtree by sending a crafted file list that causes rsync to reclassify implied parent directory entries or treat synthetic paths as the transfer root. Attackers can exploit multiple variants including implied parent reclassification, synthetic root path construction, legacy protocol behavior below version 30, and non-directory root handling to cause the receiver to delete files outside the authorized destination directory.
Published: 2026-08-13
Score: 7.1 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Rsync versions before 3.5.0 contain an improper path handling flaw that lets a malicious sender craft a file list to make the server delete files beyond the intended destination subtree. The vulnerability arises from reclassifying implied parent directories or treating synthetic paths as the transfer root, allowing attackers to delete files outside the authorized destination folder. This weakness is categorized as CWE-807, an improper restriction of operations within the bounds of a file, resulting in potential loss of critical data or configuration files on the remote host.

Affected Systems

All rsync releases older than 3.5.0 are affected. The product is RsyncProject's rsync utility, with any version number preceding 3.5.0 on any of the supported operating systems.

Risk and Exploitability

The CVSS score of 7.1 indicates a high‑severity flaw, and while the EPSS score is not reported, the vulnerability is actively exploitable by a remote attacker who can connect to the rsync daemon and send a crafted file list. The flaw is not listed in the CISA KEV catalog, but the attack requires only inbound connectivity to the rsync service, making it likely to be attempted by attackers scanning for open rsync ports. Successful exploitation would allow deletion of arbitrary files on the target system, severely impacting data integrity and availability.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade rsync to version 3.5.0 or later.
  • Configure the rsync daemon to disable the --delete option or to restrict it to a safe root directory.
  • Restrict inbound rsync connections to trusted hosts using firewall rules or VPN tunnels.

Generated by OpenCVE AI on August 13, 2026 at 16:54 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 before 3.5.0 contains an improper path handling vulnerability that allows a malicious sender to expand the scope of --delete operations beyond the intended destination subtree by sending a crafted file list that causes rsync to reclassify implied parent directory entries or treat synthetic paths as the transfer root. Attackers can exploit multiple variants including implied parent reclassification, synthetic root path construction, legacy protocol behavior below version 30, and non-directory root handling to cause the receiver to delete files outside the authorized destination directory.
Title rsync < 3.5.0 Arbitrary File Deletion via Malicious File List
Weaknesses CWE-807
References
Metrics cvssV3_1

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

cvssV4_0

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


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-13T14:37:14.035Z

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

Link: CVE-2026-53789

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-53789

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T17:00:04Z

Weaknesses
  • CWE-807

    Reliance on Untrusted Inputs in a Security Decision