Description
rsync before 3.5.0 contains an algorithmic complexity vulnerability in the hash_search() function that allows a remote attacker to cause a denial of service by delivering a carefully constructed file list. A sender can exploit the quadratic-time worst-case behavior in hash lookups to exhaust receiver CPU resources with a modest number of crafted entries, causing a sustained denial of service.
Published: 2026-08-13
Score: 8.7 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

rsync versions before 3.5.0 contain an algorithmic complexity flaw in the hash_search() routine that allows a remote sender to craft a file list causing quadratic‑time hash lookups. The resulting CPU exhaustion can sustain a denial of service against the receiving daemon. The weakness is a classic example of CWE-407, where worst‑case complexity leads to resource depletion.

Affected Systems

The affected product is rsync from the RsyncProject. All releases older than 3.5.0 are vulnerable, as the problem was fixed in the 3.5.0 release.

Risk and Exploitability

The CVSS score of 8.7 indicates a high severity vulnerability. The EPSS score is not available, so current exploitation probability is unknown, but the absence from the CISA KEV catalog suggests no widely known live exploits yet. Based on the description, a remote attacker must be able to send a specially crafted file list to the rsync daemon; as the attack relies on CPU exhaustion, it is most likely carried out from a sender with network access to the receiver. The impact scope is limited to the performance and availability of the rsync service and any dependent services that rely on data transfer via rsync.

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.
  • Configure the rsync daemon to accept connections only from trusted hosts or enforce strong SSH key authentication to narrow the attack surface.
  • Set up monitoring or alerts for abnormal CPU usage on the rsync host; if sustained high load is detected, temporarily stop the rsync service or block the offending IP address.

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 before 3.5.0 contains an algorithmic complexity vulnerability in the hash_search() function that allows a remote attacker to cause a denial of service by delivering a carefully constructed file list. A sender can exploit the quadratic-time worst-case behavior in hash lookups to exhaust receiver CPU resources with a modest number of crafted entries, causing a sustained denial of service.
Title rsync < 3.5.0 Algorithmic Complexity DoS via hash_search()
Weaknesses CWE-407
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-13T17:32:14.803Z

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

Link: CVE-2026-70453

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-70453

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-407

    Inefficient Algorithmic Complexity