blob: f7527c3eed1687de272492d2a93aa5d6f7edcaf2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200907-05">
<title>git: git-daemon Denial of Service</title>
<synopsis>
An error in git-daemon might lead to a Denial of Service via resource
consumption.
</synopsis>
<product type="ebuild">git</product>
<announced>2009-07-12</announced>
<revised>2009-07-12: 01</revised>
<bug>273905</bug>
<access>remote</access>
<affected>
<package name="dev-util/git" auto="yes" arch="*">
<unaffected range="ge">1.6.3.3</unaffected>
<vulnerable range="lt">1.6.3.3</vulnerable>
</package>
</affected>
<background>
<p>
git - the stupid content tracker, the revision control system used by
the Linux kernel team.
</p>
</background>
<description>
<p>
Shawn O. Pearce reported that git-daemon runs into an infinite loop
when handling requests that contain unrecognized arguments.
</p>
</description>
<impact type="normal">
<p>
A remote unauthenticated attacker could send a specially crafted
request to git-daemon, possibly leading to a Denial of Service (CPU
consumption).
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time.
</p>
</workaround>
<resolution>
<p>
All git users should upgrade to the latest version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=dev-util/git-1.6.3.3"</code>
</resolution>
<references>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-2108">CVE-2009-2108</uri>
</references>
<metadata tag="requester" timestamp="2009-07-10T18:02:51Z">
craig
</metadata>
<metadata tag="submitter" timestamp="2009-07-11T00:41:19Z">
rbu
</metadata>
<metadata tag="bugReady" timestamp="2009-07-11T00:41:24Z">
rbu
</metadata>
</glsa>
|