Skip to content
Threat Feed
high advisory

CVE-2026-53791 - IP Address Spoofing in rsync Daemon

The rsync daemon before version 3.5.0 contains a vulnerability where unauthenticated attackers can inject a forged PROXY protocol header to bypass IP-based access control restrictions.

CVE search metadata

CVE search record: CVE-2026-53791. Severity: critical. CVSS: 9.1. KEV: no. Product: rsync, rsync (< 3.5.0), rsync (3.1.0 to 3.4.x), rsync (3.1.0-3.4.x). Brief: CVE-2026-53791 - IP Address Spoofing in rsync Daemon. Brief link: https://feed.craftedsignal.io/briefs/2026-08-rsync-spoofing/

What's new

  • 1. added coverage for rsync (3.1.0-3.4.x) Aug 13, 15:40 via nvd
  • 2. added coverage for rsync (3.1.0 to 3.4.x) Aug 13, 15:39 via nvd
  • 3. added coverage for rsync (< 3.5.0) Aug 13, 15:38 via nvd

The rsync daemon (rsyncd), a popular file synchronization utility, is vulnerable to an IP address spoofing flaw in versions prior to 3.5.0. An unauthenticated remote attacker capable of establishing a direct connection to the rsync service can exploit the daemon's handling of the PROXY protocol. By injecting a crafted PROXY protocol header, an attacker can substitute the true source IP address with a spoofed IP address.

This bypasses configured hosts.allow and hosts.deny access control lists, which rely on the connection source IP for authorization decisions. If an attacker identifies an environment that uses source-IP-based authentication for rsync, they can spoof an address identified as authorized to gain unauthorized access to the filesystem. This vulnerability is particularly critical in environments where rsync is exposed to untrusted networks or where the daemon relies solely on IP-based security primitives for protecting sensitive directory trees.

Impact

Successful exploitation allows unauthenticated remote attackers to bypass network-level access controls, potentially resulting in unauthorized file reads or writes on the rsync server. This poses a significant risk to data integrity and confidentiality in environments that rely on IP-based trust models for file synchronization.

Recommendation

  • Upgrade all instances of rsync to version 3.5.0 or later to remediate the vulnerability associated with CVE-2026-53791.
  • Audit rsync configurations that utilize the PROXY protocol and consider disabling it if not strictly required.
  • Transition from IP-based access controls to stronger authentication mechanisms, such as SSH-based rsync, which provides cryptographically verified identity, independent of the source connection IP.
  • Restrict network access to rsync daemons at the firewall level to only include explicitly trusted hosts.

Immediate actions

Upgrade rsync to 3.5.0+

IT Operations 72h

Mitigations

Disable PROXY protocol in rsync daemon configuration if not in use

immediate IT Operations

CVE-2026-53791