CVE-2026-70459

Summary

rsync 3.0.0 before 3.5.0 contains a null pointer dereference vulnerability in the daemon child process that allows remote attackers to crash the daemon by sending a file list whose first entry is a dot entry not typed as a directory. The daemon dereferences the first file list entry as a directory structure pointer without verifying the entry type, resulting in an invalid or uninitialized pointer dereference that terminates the client connection.

Affected Software

VendorProductVersion RangeStatus
RsyncProjectrsync3.0.0 <= 3.4.4affected
RsyncProjectrsync3.5.0unaffected

Weaknesses

  • CWE-908: CWE-908 Use of Uninitialized Resource

References