Description
rsync 3.4.2 before 3.5.0 contains a denial of service vulnerability that allows a remote sender to exhaust system resources by specifying the --zt short alias for --compress-threads, which bypasses the refuse options directive's string matching on long option names. Attackers can specify --zt=N with a large value to spawn an unbounded number of Zstandard worker threads on the receiver, exhausting available thread and memory resources.
Published: 2026-08-13
Score: 8.7 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A flaw in rsync versions prior to 3.5.0 allows a remote participant to exhaust system resources by specifying the short --zt alias for --compress-threads. By providing a large value for --zt, an attacker can cause the receiver to spawn an unlimited number of Zstandard worker threads, consuming CPU, memory, and thread pool capacity and ultimately rendering the service unavailable.

Affected Systems

The vulnerability affects all rsync installations from 3.4.2 through any 3.4.x release, i.e., rsync 3.4.2 < 3.5.0. The issue is present in the core rsync daemon regardless of other configuration options.

Risk and Exploitability

With a CVSS score of 8.7 the flaw represents a high severity denial of service risk. Exploitation requires remote access to the rsync daemon and the ability to specify a sync command with the --zt option. No EPSS score is available, but the flaw is not yet listed in the CISA KEV catalog. Attackers who can control the sender side of a sync can trigger the resource exhaustion and disrupt availability of the target system.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade rsync to version 3.5.0 or later to apply the vendor‑issued fix.
  • Reconfigure the rsync daemon to avoid using the --zt option or set a low thread count (e.g., --zt=1) to limit worker creation.
  • Restrict rsync access to trusted hosts or apply firewall rules to block unsolicited remote connections before they reach the daemon.

Generated by OpenCVE AI on August 13, 2026 at 17:11 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 3.4.2 before 3.5.0 contains a denial of service vulnerability that allows a remote sender to exhaust system resources by specifying the --zt short alias for --compress-threads, which bypasses the refuse options directive's string matching on long option names. Attackers can specify --zt=N with a large value to spawn an unbounded number of Zstandard worker threads on the receiver, exhausting available thread and memory resources.
Title rsync 3.4.2 < 3.5.0 DoS via --zt Zstandard Compression Thread Exhaustion
Weaknesses CWE-770
References
Metrics cvssV3_1

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

cvssV4_0

{'score': 8.7, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/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:45:11.164Z

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

Link: CVE-2026-70455

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-70455

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-770

    Allocation of Resources Without Limits or Throttling