CVE-2024-12086: Rsync: rsync server leaks arbitrary client files
A flaw was found in rsync. It could allow a server to enumerate the contents of an arbitrary file from the client's machine. This issue occurs when files are being copied from a client to a server. During this process, the rsync server will send checksums of local data to the client to compare with in order to determine what data needs to be sent to the server. By sending specially constructed checksum values for arbitrary files, an attacker may be able to reconstruct the data of those files byte-by-byte based on the responses from the client.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2024-12086?
CVE-2024-12086 is classified as a medium-severity vulnerability.
How do I fix CVE-2024-12086?
To fix CVE-2024-12086, upgrade the rsync package to version 3.2.3-4+deb11u3, 3.2.7-1+deb12u2, or 3.3.0+ds1-4.
What does CVE-2024-12086 affect?
CVE-2024-12086 affects versions of the rsync package up to and including 3.2.3-4+deb11u1 and 3.2.7-1.
What is the risk of CVE-2024-12086?
The risk of CVE-2024-12086 is that it allows a server to enumerate the contents of arbitrary files from the client's machine.
Is CVE-2024-12086 exploitable remotely?
Yes, CVE-2024-12086 can be exploited remotely if the affected rsync server is accessible over the network.