Gentoo Archives: gentoo-commits

From: "Pierre-Yves Rofes (py)" <py@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/security/en/glsa: glsa-200809-16.xml
Date: Thu, 25 Sep 2008 21:08:32
Message-Id: E1Kiy4a-0003CC-Sk@stork.gentoo.org
1 py 08/09/25 21:08:28
2
3 Added: glsa-200809-16.xml
4 Log:
5 GLSA 200809-16
6
7 Revision Changes Path
8 1.1 xml/htdocs/security/en/glsa/glsa-200809-16.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/security/en/glsa/glsa-200809-16.xml?rev=1.1&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/security/en/glsa/glsa-200809-16.xml?rev=1.1&content-type=text/plain
12
13 Index: glsa-200809-16.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="200809-16">
21 <title>Git: User-assisted execution of arbitrary code</title>
22 <synopsis>
23 Multiple buffer overflow vulnerabilities have been discovered in Git.
24 </synopsis>
25 <product type="ebuild">git</product>
26 <announced>September 25, 2008</announced>
27 <revised>September 25, 2008: 01</revised>
28 <bug>234075</bug>
29 <access>remote</access>
30 <affected>
31 <package name="dev-util/git" auto="yes" arch="*">
32 <unaffected range="ge">1.5.6.4</unaffected>
33 <vulnerable range="lt">1.5.6.4</vulnerable>
34 </package>
35 </affected>
36 <background>
37 <p>
38 Git is a distributed version control system.
39 </p>
40 </background>
41 <description>
42 <p>
43 Multiple boundary errors in the functions diff_addremove() and
44 diff_change() when processing overly long repository path names were
45 reported.
46 </p>
47 </description>
48 <impact type="normal">
49 <p>
50 A remote attacker could entice a user to run commands like "git-diff"
51 or "git-grep" on a specially crafted repository, possibly resulting in
52 the remote execution of arbitrary code with the privileges of the user
53 running the application.
54 </p>
55 </impact>
56 <workaround>
57 <p>
58 There is no known workaround at this time.
59 </p>
60 </workaround>
61 <resolution>
62 <p>
63 All Git users should upgrade to the latest version:
64 </p>
65 <code>
66 # emerge --sync
67 # emerge --ask --oneshot --verbose &quot;&gt;=dev-util/git-1.5.6.4&quot;</code>
68 </resolution>
69 <references>
70 <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-3546">CVE-2008-3546</uri>
71 </references>
72 <metadata tag="requester" timestamp="Sun, 21 Sep 2008 11:13:42 +0000">
73 p-y
74 </metadata>
75 <metadata tag="bugReady" timestamp="Sun, 21 Sep 2008 11:16:38 +0000">
76 p-y
77 </metadata>
78 <metadata tag="submitter" timestamp="Mon, 22 Sep 2008 11:39:05 +0000">
79 p-y
80 </metadata>
81 </glsa>