diff options
author | 2016-04-14 08:02:22 +0000 | |
---|---|---|
committer | 2016-04-14 08:02:22 +0000 | |
commit | 670f14532cf81a4e02d989bcb1254e1e48bcb4e4 (patch) | |
tree | 68ef72d9e802ec198860f87b94402f4ca3aae287 /metadata/glsa/glsa-200804-16.xml | |
parent | Add 'metadata/dtd/' from commit 'f8325042cda078a7fa29be8dcb9a092219332112' (diff) | |
parent | Add GLSA 201604-03 - Fix (diff) | |
download | gentoo-670f14532cf81a4e02d989bcb1254e1e48bcb4e4.tar.gz gentoo-670f14532cf81a4e02d989bcb1254e1e48bcb4e4.tar.bz2 gentoo-670f14532cf81a4e02d989bcb1254e1e48bcb4e4.zip |
Add 'metadata/glsa/' from commit 'aacff3c55fb52643f95332002ecdb7d439b8e4df'
git-subtree-dir: metadata/glsa
git-subtree-mainline: 3149e13ab601ad3a8f925656fd88567d2626de47
git-subtree-split: aacff3c55fb52643f95332002ecdb7d439b8e4df
Diffstat (limited to 'metadata/glsa/glsa-200804-16.xml')
-rw-r--r-- | metadata/glsa/glsa-200804-16.xml | 76 |
1 files changed, 76 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-200804-16.xml b/metadata/glsa/glsa-200804-16.xml new file mode 100644 index 000000000000..e71f3231bba0 --- /dev/null +++ b/metadata/glsa/glsa-200804-16.xml @@ -0,0 +1,76 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> + +<glsa id="200804-16"> + <title>rsync: Execution of arbitrary code</title> + <synopsis> + A buffer overflow in rsync might lead to the remote execution of arbitrary + code when extended attributes are being used. + </synopsis> + <product type="ebuild">rsync</product> + <announced>April 17, 2008</announced> + <revised>April 17, 2008: 01</revised> + <bug>216887</bug> + <access>remote</access> + <affected> + <package name="net-misc/rsync" auto="yes" arch="*"> + <unaffected range="ge">2.6.9-r6</unaffected> + <vulnerable range="lt">2.6.9-r6</vulnerable> + </package> + </affected> + <background> + <p> + rsync is a file transfer program to keep remote directories + synchronized. + </p> + </background> + <description> + <p> + Sebastian Krahmer of SUSE reported an integer overflow in the + expand_item_list() function in the file util.c which might lead to a + heap-based buffer overflow when extended attribute (xattr) support is + enabled. + </p> + </description> + <impact type="high"> + <p> + A remote attacker could send a file containing specially crafted + extended attributes to an rsync deamon, or entice a user to sync from + an rsync server containing specially crafted files, possibly leading to + the execution of arbitrary code. + </p> + <p> + Please note that extended attributes are only enabled when USE="acl" is + enabled, which is the default setting. + </p> + </impact> + <workaround> + <p> + Disable extended attributes in the rsync daemon by setting "<i>refuse + options = xattrs</i>" in the file "/etc/rsyncd.conf" (or append + "xattrs" to an existing "refuse" statement). When synchronizing to a + server, do not provide the "-X" parameter to rsync. You can also + disable the "acl" USE flag for rsync and recompile the package. + </p> + </workaround> + <resolution> + <p> + All rsync users should upgrade to the latest version: + </p> + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=net-misc/rsync-2.6.9-r6"</code> + </resolution> + <references> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-1720">CVE-2008-1720</uri> + </references> + <metadata tag="requester" timestamp="Mon, 14 Apr 2008 22:37:35 +0000"> + rbu + </metadata> + <metadata tag="submitter" timestamp="Mon, 14 Apr 2008 23:01:29 +0000"> + rbu + </metadata> + <metadata tag="bugReady" timestamp="Mon, 14 Apr 2008 23:01:42 +0000"> + rbu + </metadata> +</glsa> |