CVE-2026-70459 PUBLISHED

rsync 3.0.0 < 3.5.0 Daemon Crash via Malformed File List Entry

Assigner: VulnCheck
Reserved: 04.08.2026 Published: 13.08.2026 Updated: 13.08.2026

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.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N
CVSS Score: 6.9

Product Status

Vendor RsyncProject
Product rsync
Versions Default: unaffected
  • affected from 3.0.0 to 3.4.4 (incl.)
  • Version 3.5.0 is unaffected

Credits

  • gregkh finder

References

Problem Types

  • CWE-908 Use of Uninitialized Resource CWE