Search
Search is not available in local development.
Run npx pagefind --site __site after building to enable it.
JLSEC-2025-326

A path traversal vulnerability exists in rsync

JLSEC Published
Modified
Affected Packages
rsync_jll < 3.4.0+0
Aliases / Upstream
CVE-2024-12087

A path traversal vulnerability exists in rsync. It stems from behavior enabled by the --inc-recursive option, a default-enabled option for many client options and can be enabled by the server even if not explicitly enabled by the client. When using the --inc-recursive option, a lack of proper symlink verification coupled with deduplication checks occurring on a per-file-list basis could allow a server to write files outside of the client's intended destination directory. A malicious server could write malicious files to arbitrary locations named after valid directories/paths on the client.

References