From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- metadata/glsa/glsa-200408-17.xml | 70 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 metadata/glsa/glsa-200408-17.xml (limited to 'metadata/glsa/glsa-200408-17.xml') diff --git a/metadata/glsa/glsa-200408-17.xml b/metadata/glsa/glsa-200408-17.xml new file mode 100644 index 000000000000..69e025bf9f32 --- /dev/null +++ b/metadata/glsa/glsa-200408-17.xml @@ -0,0 +1,70 @@ + + + + rsync: Potential information leakage + + rsync fails to properly sanitize paths. This vulnerability could allow the + listing of arbitrary files and allow file overwriting outside module's path + on rsync server configurations that allow uploading. + + rsync + 2004-08-17 + 2006-05-22: 02 + 60309 + remote + + + 2.6.0-r3 + 2.6.0-r2 + + + +

+ rsync is a utility that provides fast incremental file transfers. It is + used to efficiently synchronize files between hosts and is used by + emerge to fetch Gentoo's Portage tree. rsyncd is the rsync daemon, + which listens to connections from rsync clients. +

+
+ +

+ The paths sent by the rsync client are not checked thoroughly enough. + It does not affect the normal send/receive filenames that specify what + files should be transferred. It does affect certain option paths that + cause auxilliary files to be read or written. +

+
+ +

+ When rsyncd is used without chroot ("use chroot = false" in the + rsyncd.conf file), this vulnerability could allow the listing of + arbitrary files outside module's path and allow file overwriting + outside module's path on rsync server configurations that allows + uploading. Both possibilities are exposed only when chroot option is + disabled. +

+
+ +

+ You should never set the rsync daemon to run with "use chroot = false". +

+
+ +

+ All users should update to the latest version of the rsync package. +

+ + # emerge sync + + # emerge -pv ">=net-misc/rsync-2.6.0-r3" + # emerge ">=net-misc/rsync-2.6.0-r3" +
+ + rsync Advisory + rsync 2.6.2 announcement + CVE-2004-0792 + + + jaervosz + +
-- cgit v1.2.3