PT-2026-61730 · Rsync · Rsync
CVE-2026-44510
·
Published
2026-07-20
·
Updated
2026-08-26
CVSS v3.1
6.5
Medium
| Vector | AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H |
Name of the Vulnerable Software and Affected Versions
rsync versions prior to 3.4.3
Description
A receiver-side out-of-bounds array read exists in the
recv files() function. This allows a malicious rsync server or any peer acting as a sender to cause a deterministic crash of an rsync client during a file pull. The issue is triggered at the wire-protocol level and affects both rsync:// URLs and remote-shell pulls, specifically when performing a normal recursive pull. An attacker can trigger this by setting CF INC RECURSE, sending a flist where the first sorted entry is not the leading "." directory (setting parent ndx to -1), and then sending a transfer record with ndx = 0 and an iflag that omits ITEM TRANSFER. This sequence forces the receiver to read 8 bytes before the allocated pointer array and dereference the result in f name(). On glibc x86-64 Linux, this results in a segmentation fault (SEGV) due to dereferencing an unmapped low address, leading to a crash.Recommendations
Update to version 3.4.3.
Fix
Out of bounds Read
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Rsync