A flaw was found in rsync. This vulnerability arises from a race condition during rsync's handling of symbolic links. Rsync's default behavior when encountering symbolic links is to skip them. If an attacker replaced a regular file with a symbolic link at the right time, it was possible to bypass the default behavior and traverse symbolic links. Depending on the privileges of the rsync process, an attacker could leak sensitive information, potentially leading to privilege escalation.
Workaround:
The product contains a concurrent code sequence that requires temporary, exclusive access to a shared resource, but a timing window exists in which the shared resource can be modified by another code sequence operating concurrently.
Link | Tags |
---|---|
https://access.redhat.com/errata/RHSA-2025:2600 | vendor advisory |
https://access.redhat.com/errata/RHSA-2025:7050 | vendor advisory |
https://access.redhat.com/security/cve/CVE-2024-12747 | vdb entry |
https://bugzilla.redhat.com/show_bug.cgi?id=2332968 | issue tracking |
https://kb.cert.org/vuls/id/952657 |