
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-70462 is a signed integer overflow vulnerability in rsync's I/O timeout implementation, allowing attackers to permanently disable connection timeouts by injecting crafted MSG_IO_TIMEOUT messages carrying non-positive (zero or negative) values. It affects rsync versions 3.1.0 through 3.4.4 (the MSG_IO_TIMEOUT message type was introduced in 3.1.0) and is fixed in version 3.5.0. The vulnerability was published on August 13, 2026, and was reported by researchers z3r0s6 and Leonid Bugaev (buger). It carries a CVSS v3.1 base score of 6.5 (Medium) and a CVSS v4.0 base score of 7.1 (High) (GitHub Advisory, Microsoft MSRC).
The root cause is a signed integer overflow (CWE-190) in rsync's timeout arithmetic when processing peer-supplied MSG_IO_TIMEOUT values, which can result in an infinite loop condition (CWE-835). A malicious peer sends an MSG_IO_TIMEOUT value that the receiving client folds into its own timeout calculation; the multiplication overflows a signed integer, producing undefined behavior — depending on compiler settings, the result can be a negative poll timeout (meaning "wait forever"), a spin loop, or a flood of keepalives. A secondary defect, pre-existing since 2009, allowed a non-positive value to be accepted outright, disabling the receiver's I/O timeout entirely without triggering an overflow. The vulnerability is exploitable only by the connecting client role (server and generator roles reject MSG_IO_TIMEOUT), which is why user interaction is required (AV:N/PR:N/UI:R). The fix caps the peer-supplied value on receipt and makes set_io_timeout() arithmetic overflow-safe (GitHub Advisory).
Successful exploitation results in a denial-of-service condition: idle or stalled connections hold rsync daemon slots indefinitely, exhausting available connection slots and preventing legitimate clients from connecting. There is no confidentiality or integrity impact — the vulnerability is purely an availability issue. In environments where rsync daemons serve critical backup or file synchronization workloads, sustained exploitation could disrupt operations across all dependent systems (GitHub Advisory, Feedly).
As of the time of publication, there is no known public proof-of-concept exploit and no evidence of in-the-wild exploitation. The EPSS score is approximately 0.0026 (0.26%), indicating a low probability of exploitation in the near term. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. NVD's SSVC assessment classifies exploitation as "none" and the technical impact as "partial" (GitHub Advisory, VulnCheck).
MSG_IO_TIMEOUT message carrying a non-positive value (zero or negative) or a very large value designed to overflow the signed integer in the client's timeout arithmetic.poll() calls with negative timeout values visible via strace.Upgrade rsync to version 3.5.0 or later, which caps peer-supplied MSG_IO_TIMEOUT values on receipt and uses overflow-safe arithmetic in set_io_timeout(). Distribution-specific patches are available from SUSE (SUSE-SU-2026:3634-1, SUSE-SU-2026:3657-1), openSUSE, Fedora (Fedora 43 and 44), and FreeBSD. As a workaround, restrict rsync daemon access to trusted networks using firewall rules, and implement network-level connection monitoring to detect and terminate abnormally long idle rsync sessions. Microsoft has also issued guidance for affected Azure Linux 3 packages (GitHub Release, Microsoft MSRC, SUSE Advisory).
The vulnerability was assigned moderate severity by the rsync project maintainer Andrew Tridgell (tridge), who published the GitHub Security Advisory on August 13, 2026. Multiple Linux distributions including SUSE, openSUSE, and Fedora issued security updates promptly following disclosure. Tenable released multiple Nessus detection plugins (IDs 335052, 337988, 338828, 341040) and Qualys added detection (ID 290055). Coverage appeared in German Linux security outlet pro-linux.de and was tracked by AusCERT (GitHub Advisory, SUSE Advisory).
Fix availability across major Linux distributions and their releases.
bionic (esm-infra)
rsync
devel
rsync
focal (esm-infra)
rsync
jammy
rsync
noble
rsync
resolute
rsync
trusty (esm-infra-legacy)
rsync
xenial (esm-infra-legacy)
rsync
OpenShift
openshift/ose-rhel-coreos-8
RHEL 8
rsync.src
RHEL 9
rsync.src
RHEL 10
rsync.src
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."