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: < 1% Very Low
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; it also exemplifies CWE-770, for uncontrolled resource consumption.

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 the3.5.0 release.

Risk and Exploitability

The CVSS score of 8.7 indicates a high severity vulnerability. The EPSS score is < 1%, indicating a very low but non-zero probability of exploitation, 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 22, 2026 at 10:22 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 22, 2026 at 10:22 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 20 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-770
References
Metrics threat_severity

None

threat_severity

Moderate


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


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-14T16:51:19.016Z

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

Link: CVE-2026-70453

cve-icon Vulnrichment

Updated: 2026-08-13T17:32:11.562Z

cve-icon NVD

Status : Received

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

Modified: 2026-08-13T18:18:15.193

Link: CVE-2026-70453

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-13T14:46:20Z

Links: CVE-2026-70453 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-22T10:30:17Z

Weaknesses
  • CWE-407

    Inefficient Algorithmic Complexity

  • CWE-770

    Allocation of Resources Without Limits or Throttling