rsync before 3.5.0 contains a path traversal vulnerability that allows remote clients to access files outside the intended module root when use chroot is disabled and the module root path or a component of it is a symlink. The daemon calls chdir() to the module root at session initialization without resolving symlinks via realpath() or equivalent, causing subsequent relative-path operations to reference files relative to the symlink target rather than the intended module root, enabling unauthorized file access.
References
| Link | Resource |
|---|---|
| https://github.com/RsyncProject/rsync/releases/tag/v3.5.0 | Product Release Notes |
| https://github.com/RsyncProject/rsync/security/advisories/GHSA-ffg2-fr5g-3rxw | Vendor Advisory |
| https://www.vulncheck.com/advisories/rsync-path-traversal-via-symlink-module-root | Release Notes Third Party Advisory |
Configurations
History
No history.
Information
Published : 2026-08-13 15:19
Updated : 2026-08-31 15:39
NVD link : CVE-2026-53784
Mitre link : CVE-2026-53784
CVE.ORG link : CVE-2026-53784
JSON object : View
Products Affected
samba
- rsync
CWE
CWE-59
Improper Link Resolution Before File Access ('Link Following')
