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: < 1% Very Low
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

Fri, 21 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
References
Metrics threat_severity

None

threat_severity

Important


Fri, 14 Aug 2026 20:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 14 Aug 2026 17:15:00 +0000

Type Values Removed Values Added
First Time appeared Samba
Samba rsync
CPEs cpe:2.3:a:samba:rsync:*:*:*:*:*:*:*:*
Vendors & Products Samba
Samba rsync

Fri, 14 Aug 2026 10:15:00 +0000

Type Values Removed Values Added
First Time appeared Rsync Project
Rsync Project rsync
Vendors & Products Rsync Project
Rsync Project rsync

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'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-14T19:45:47.934Z

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

Link: CVE-2026-70455

cve-icon Vulnrichment

Updated: 2026-08-14T18:30:21.730Z

cve-icon NVD

Status : Analyzed

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

Modified: 2026-08-31T15:12:33.367

Link: CVE-2026-70455

cve-icon Redhat

Severity : Important

Publid Date: 2026-08-13T14:45:11Z

Links: CVE-2026-70455 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-14T10:00:03Z

Weaknesses
  • CWE-770

    Allocation of Resources Without Limits or Throttling