Detection of Error Condition Without Action
CVE-2024-12086
Summary
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. The issue has been fixed in version v3.4.0.
- HIGH
- NETWORK
- NONE
- CHANGED
- NONE
- NONE
- HIGH
- NONE
CWE-390 - Detection of Error Condition Without Action
The software detects a specific error, but takes no actions to handle the error.
References
Advisory Timeline
- Published