Description
rsync daemon 2.0.0 before 3.5.0 contains a denial of service vulnerability that allows unauthenticated remote attackers to exhaust daemon connection slots by stalling the handshake process before or after module selection without triggering the I/O timeout. Attackers can open many simultaneous connections and trickle data at the minimum rate to avoid timeout, or stall entirely before module selection where no timeout applies, consuming all available connection slots and denying service to legitimate clients.
Published: 2026-08-13
Score: 8.7 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is a resource‑exhaustion flaw in the rsync daemon that lets an unauthenticated remote attacker stall the handshake process to consume all available connection slots, preventing legitimate clients from connecting. This results in a denial of service, affecting only availability and potentially disrupting critical sync operations.

Affected Systems

The affected product is the rsync daemon from RsyncProject. Versions prior to 3.5.0, including the historically used 2.0.0, are vulnerable. All builds up to but not including 3.5.0 contain the flaw.

Risk and Exploitability

The CVSS score of 8.7 indicates high severity, but the EPSS score is not available, making the current exploitation probability uncertain. The vulnerability is not listed in the CISA KEV catalog. Attackers can simply open many simultaneous TCP connections to the rsync port and stall the handshake or provide minimal data to avoid timeouts. No authentication is required, so any host exposing rsync on a remote port can be targeted.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade rsync to version 3.5.0 or later to remove the flaw and restore proper timeout handling.
  • If upgrading is not immediately possible, constrain the maximum number of concurrent connections by configuring the daemon’s connection limits or adjusting the --maxconnections option to reduce resource consumption.
  • Apply network‑level controls, such as firewall rules or rate‑limiting, to restrict the rate and number of incoming connections to the rsync port from external sources.
  • Monitor rsync logs for excessive or slow connection attempts and investigate any unusual patterns promptly.

Generated by OpenCVE AI on August 13, 2026 at 17:15 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 daemon 2.0.0 before 3.5.0 contains a denial of service vulnerability that allows unauthenticated remote attackers to exhaust daemon connection slots by stalling the handshake process before or after module selection without triggering the I/O timeout. Attackers can open many simultaneous connections and trickle data at the minimum rate to avoid timeout, or stall entirely before module selection where no timeout applies, consuming all available connection slots and denying service to legitimate clients.
Title rsync 2.0.0 < 3.5.0 Connection Slot Exhaustion DoS via Handshake Stall
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:41:47.987Z

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

Link: CVE-2026-70464

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-13T15:20:01.667

Modified: 2026-08-13T15:20:01.667

Link: CVE-2026-70464

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T17:30:07Z

Weaknesses
  • CWE-770

    Allocation of Resources Without Limits or Throttling