blob: 07f08c83be0efdcd9b5c4b14a98342399258b2a0 (
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
65
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200612-14">
<title>Trac: Cross-site request forgery</title>
<synopsis>
Trac allows remote attackers to execute unauthorized actions as other
users.
</synopsis>
<product type="ebuild">trac</product>
<announced>2006-12-12</announced>
<revised count="01">2006-12-12</revised>
<bug>154574</bug>
<access>remote</access>
<affected>
<package name="www-apps/trac" auto="yes" arch="*">
<unaffected range="ge">0.10.1</unaffected>
<vulnerable range="lt">0.10.1</vulnerable>
</package>
</affected>
<background>
<p>
Trac is a wiki and issue tracking system for software development
projects.
</p>
</background>
<description>
<p>
Trac allows users to perform certain tasks via HTTP requests without
performing correct validation on those requests.
</p>
</description>
<impact type="low">
<p>
An attacker could entice an authenticated user to browse to a specially
crafted URL, allowing the attacker to execute actions in the Trac
instance as if they were the user.
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time.
</p>
</workaround>
<resolution>
<p>
All Trac users should upgrade to the latest version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=www-apps/trac-0.10.1"</code>
</resolution>
<references>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-5848">CVE-2006-5848</uri>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-5878">CVE-2006-5878</uri>
</references>
<metadata tag="requester" timestamp="2006-12-06T06:01:31Z">
jaervosz
</metadata>
<metadata tag="bugReady" timestamp="2006-12-07T10:06:43Z">
vorlon
</metadata>
<metadata tag="submitter" timestamp="2006-12-11T18:17:55Z">
shellsage
</metadata>
</glsa>
|