blob: 163e95b9e5be0b5ba6a7fa7c820fa00e9847b257 (
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
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200406-02">
<title>tripwire: Format string vulnerability</title>
<synopsis>
A vulnerability allowing arbitrary code execution under certain
circumstances has been found.
</synopsis>
<product type="ebuild">tripwire</product>
<announced>June 04, 2004</announced>
<revised>May 22, 2006: 02</revised>
<bug>52945</bug>
<access>local</access>
<affected>
<package name="app-admin/tripwire" auto="yes" arch="*">
<unaffected range="ge">2.3.1.2-r1</unaffected>
<vulnerable range="le">2.3.1.2</vulnerable>
</package>
</affected>
<background>
<p>
tripwire is an open source file integrity checker.
</p>
</background>
<description>
<p>
The code that generates email reports contains a format string
vulnerability in pipedmailmessage.cpp.
</p>
</description>
<impact type="high">
<p>
With a carefully crafted filename on a local filesystem an attacker
could cause execution of arbitrary code with permissions of the user
running tripwire, which could be the root user.
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time.
</p>
</workaround>
<resolution>
<p>
All tripwire users should upgrade to the latest stable version:
</p>
<code>
# emerge sync
# emerge -pv ">=app-admin/tripwire-2.3.1.2-r1"
# emerge ">=app-admin/tripwire-2.3.1.2-r1"</code>
</resolution>
<references>
<uri link="http://www.securityfocus.com/archive/1/365036/2004-05-31/2004-06-06/0">Bugtraq Announcement</uri>
<uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2004-0536">CVE-2004-0536</uri>
</references>
<metadata tag="submitter">
jaervosz
</metadata>
</glsa>
|