blob: b58232f035433fa660de55cee20860fd6c59d4d9 (
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
66
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200506-21">
<title>Trac: File upload vulnerability</title>
<synopsis>
Trac may allow remote attackers to upload files, possibly leading to the
execution of arbitrary code.
</synopsis>
<product type="ebuild">trac</product>
<announced>June 22, 2005</announced>
<revised>June 22, 2005: 01</revised>
<bug>96572</bug>
<access>remote</access>
<affected>
<package name="www-apps/trac" auto="yes" arch="*">
<unaffected range="ge">0.8.4</unaffected>
<vulnerable range="lt">0.8.4</vulnerable>
</package>
</affected>
<background>
<p>
Trac is a minimalistic web-based project management, wiki and bug
tracking system including a Subversion interface.
</p>
</background>
<description>
<p>
Stefan Esser of the Hardened-PHP project discovered that Trac
fails to validate the "id" parameter when uploading attachments to the
wiki or the bug tracking system.
</p>
</description>
<impact type="normal">
<p>
A remote attacker could exploit the vulnerability to upload
arbitrary files to a directory where the webserver has write access to,
possibly leading to the execution of arbitrary code.
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time.
</p>
</workaround>
<resolution>
<p>
All Trac users should upgrade to the latest available version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=www-apps/trac-0.8.4"</code>
</resolution>
<references>
<uri link="http://www.hardened-php.net/advisory-012005.php">Hardened PHP Advisory 012005</uri>
</references>
<metadata tag="requester" timestamp="Tue, 21 Jun 2005 20:04:48 +0000">
koon
</metadata>
<metadata tag="submitter" timestamp="Wed, 22 Jun 2005 01:36:58 +0000">
DerCorny
</metadata>
<metadata tag="bugReady" timestamp="Wed, 22 Jun 2005 08:15:34 +0000">
koon
</metadata>
</glsa>
|