CVE-2026-70462 PUBLISHED

rsync 3.1.0 < 3.5.0 Signed Integer Overflow via MSG_IO_TIMEOUT

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

rsync 3.1.0 before 3.5.0 contains a signed integer overflow vulnerability in the I/O timeout implementation that allows attackers to permanently disable connection timeouts by injecting MSG_IO_TIMEOUT messages carrying non-positive (zero or negative) values. Attackers can craft malicious MSG_IO_TIMEOUT messages that cause the timeout variable to wrap to a non-positive value, preventing the timeout check from firing and enabling idle or stalled connections to hold daemon slots indefinitely, leading to resource exhaustion.

Metrics

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

Product Status

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

Credits

  • z3r0s6 finder
  • buger finder

References

Problem Types

  • CWE-190 Integer Overflow or Wraparound CWE
  • CWE-835 Loop with Unreachable Exit Condition ('Infinite Loop') CWE