Gentoo Archives: gentoo-commits

From: "Raphael Marichez (falco)" <falco@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/security/en/glsa: glsa-200709-13.xml
Date: Thu, 20 Sep 2007 20:46:18
Message-Id: E1IYSUO-0007eF-W3@stork.gentoo.org
1 falco 07/09/20 20:19:08
2
3 Added: glsa-200709-13.xml
4 Log:
5 GLSA 200709-13
6
7 Revision Changes Path
8 1.1 xml/htdocs/security/en/glsa/glsa-200709-13.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/security/en/glsa/glsa-200709-13.xml?rev=1.1&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/security/en/glsa/glsa-200709-13.xml?rev=1.1&content-type=text/plain
12
13 Index: glsa-200709-13.xml
14 ===================================================================
15 <?xml version="1.0" encoding="utf-8"?>
16 <?xml-stylesheet href="/xsl/glsa.xsl" type="text/xsl"?>
17 <?xml-stylesheet href="/xsl/guide.xsl" type="text/xsl"?>
18 <!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
19
20 <glsa id="200709-13">
21 <title>rsync: Two buffer overflows</title>
22 <synopsis>
23 Two user-assisted buffer overflow vulnerabilities have been discovered in
24 rsync.
25 </synopsis>
26 <product type="ebuild">rsync</product>
27 <announced>September 20, 2007</announced>
28 <revised>September 20, 2007: 01</revised>
29 <bug>189132</bug>
30 <access>remote</access>
31 <affected>
32 <package name="net-misc/rsync" auto="yes" arch="*">
33 <unaffected range="ge">2.6.9-r3</unaffected>
34 <vulnerable range="lt">2.6.9-r3</vulnerable>
35 </package>
36 </affected>
37 <background>
38 <p>
39 rsync is a file transfer program to keep remote directories
40 synchronized.
41 </p>
42 </background>
43 <description>
44 <p>
45 Sebastian Krahmer from the SUSE Security Team discovered two off-by-one
46 errors in the function "f_name()" in file sender.c when processing
47 overly long directory names.
48 </p>
49 </description>
50 <impact type="normal">
51 <p>
52 A remote attacker could entice a user to synchronize a repository
53 containing specially crafted directories, leading to the execution of
54 arbitrary code with the privileges of the user running the application.
55 </p>
56 </impact>
57 <workaround>
58 <p>
59 There is no known workaround at this time.
60 </p>
61 </workaround>
62 <resolution>
63 <p>
64 All rsync users should upgrade to the latest version:
65 </p>
66 <code>
67 # emerge --sync
68 # emerge --ask --oneshot --verbose &quot;&gt;=net-misc/rsync-2.6.9-r3&quot;</code>
69 </resolution>
70 <references>
71 <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-4091">CVE-2007-4091</uri>
72 </references>
73 <metadata tag="requester" timestamp="Sat, 08 Sep 2007 22:30:02 +0000">
74 p-y
75 </metadata>
76 <metadata tag="bugReady" timestamp="Sun, 09 Sep 2007 00:00:07 +0000">
77 p-y
78 </metadata>
79 <metadata tag="submitter" timestamp="Sat, 15 Sep 2007 16:04:37 +0000">
80 p-y
81 </metadata>
82 </glsa>
83
84
85
86 --
87 gentoo-commits@g.o mailing list