Rsync is an open source utility that provides fast incremental file transfer. It uses the "rsync algorithm" which provides a very fast method for bringing remote files into sync. It does this by sending just the differences in the files across the link, without requiring that both sets of files are present at one of the ends of the link beforehand.
Security Fix(es):
A malicious client acting as the receiver of an rsync file transfer can trigger an out of bounds read of a heap based buffer, via a negative array index. The
malicious
rsync client requires at least read access to the remote rsync module in order to trigger the issue.(CVE-2025-10158)
{
"severity": "Medium"
}{
"aarch64": [
"rsync-3.2.5-5.oe2203sp4.aarch64.rpm",
"rsync-debuginfo-3.2.5-5.oe2203sp4.aarch64.rpm",
"rsync-debugsource-3.2.5-5.oe2203sp4.aarch64.rpm"
],
"noarch": [
"rsync-help-3.2.5-5.oe2203sp4.noarch.rpm"
],
"src": [
"rsync-3.2.5-5.oe2203sp4.src.rpm"
],
"x86_64": [
"rsync-3.2.5-5.oe2203sp4.x86_64.rpm",
"rsync-debuginfo-3.2.5-5.oe2203sp4.x86_64.rpm",
"rsync-debugsource-3.2.5-5.oe2203sp4.x86_64.rpm"
]
}