CVE Catalog

CVE-2026-70457

MediumCVSS 6.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.36%

29th percentile - higher than 29% of all known CVEs

Summary

rsync version 3.2.3 before 3.5.0 contains an out-of-bounds write in parse_size_arg() where the return value of snprintf() is used directly as an index into a .bss-segment array without bounds checking. This can corrupt .bss memory.

Risk Assessment

An attacker can exploit this vulnerability to corrupt memory, potentially leading to crashes or arbitrary code execution.

Recommendation

Update rsync to version 3.5.0 or later.

Original NVD description (English source)

rsync 3.2.3 before 3.5.0 contains an out-of-bounds write in parse_size_arg() where the return value of snprintf() is used directly as an index into a .bss-segment array without bounds checking. When snprintf truncates the formatted size string, the return value equals the number of characters that would have been written including the truncated portion, and this value may exceed the array length. The subsequent indexed write targets memory outside the intended array bounds, corrupting .bss memory.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS