CVE-2026-70464
Received Received - Intake

rsync Daemon Connection Slot Exhaustion via Handshake Stalling

Vulnerability report for CVE-2026-70464, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-13

Last updated on: 2026-08-13

Assigner: VulnCheck

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-13
Last Modified
2026-08-13
Generated
2026-08-13
AI Q&A
2026-08-13
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Currently, no data is known.

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-770 The product allocates a reusable resource or group of resources on behalf of an actor without imposing any intended restrictions on the size or number of resources that can be allocated.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-70464 is a denial-of-service (DoS) vulnerability in rsync versions 2.0.0 through 3.4.4. It allows unauthenticated remote attackers to exhaust connection slots by stalling the handshake process before or after module selection. Attackers can either trickle data slowly to avoid timeouts or stall entirely before module selection where no timeout applies. This consumes all available slots, denying legitimate users access to the rsync daemon.

Detection Guidance

Monitor rsync daemon connections for unusual activity such as multiple stalled handshakes or connections consuming slots without data transfer. Check logs for connections that remain open indefinitely or show minimal data trickling. Use netstat or ss commands to inspect active connections to the rsync port (typically 873).

Commands to detect: netstat -tulnp | grep rsync or ss -tulnp | grep rsync. Look for many connections in ESTABLISHED state with no data transfer or very slow rates.

Impact Analysis

If you run an rsync daemon using versions 2.0.0 to 3.4.4, an attacker could make your service unavailable by consuming all connection slots. This would prevent legitimate users from accessing your rsync server, disrupting file transfers and backups. The impact is limited to availability and does not involve data theft or modification.

Compliance Impact

This vulnerability primarily impacts availability, which could lead to non-compliance with regulations requiring timely data access or backup capabilities, such as HIPAA for healthcare data or GDPR for data processing timelines. Downtime due to DoS may violate service level agreements or regulatory requirements for data accessibility.

Mitigation Strategies

Upgrade rsync to version 3.5.0 or later to address the vulnerability. If upgrading is not immediately possible, disable the rsync daemon or restrict access via firewall rules to trusted IPs only.

Set a non-zero timeout for the handshake process in rsync configuration if supported. Monitor and limit the maximum number of connections to prevent exhaustion.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-70464. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart