blob: 3a0c35bf9eea33539d6336528830ae40c3d2a3f2 (
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="200404-04">
<title>Multiple vulnerabilities in sysstat</title>
<synopsis>
Multiple vulnerabilities in the way sysstat handles symlinks may allow an
attacker to execute arbitrary code or overwrite arbitrary files
</synopsis>
<product type="ebuild">sysstat</product>
<announced>2004-04-06</announced>
<revised>2004-04-06: 01</revised>
<bug>45159</bug>
<access>local</access>
<affected>
<package name="app-admin/sysstat" auto="yes" arch="x86 ppc sparc amd64">
<unaffected range="ge">5.0.2</unaffected>
<vulnerable range="lt">5.0.2</vulnerable>
</package>
</affected>
<background>
<p>
sysstat is a package containing a number of performance monitoring
utilities for Linux, including sar, mpstat, iostat and sa tools
</p>
</background>
<description>
<p>
There are two vulnerabilities in the way sysstat handles symlinks:
</p>
<ol>
<li>The isag utility, which displays sysstat data in a graphical format,
creates a temporary file in an insecure manner.</li>
<li>Two scripts in the sysstat package, post and trigger, create temporary
files in an insecure manner.</li>
</ol>
</description>
<impact type="normal">
<p>
Both vulnerabilities may allow an attacker to overwrite arbitrary files
under the permissions of the user executing any of the affected
utilities.
</p>
</impact>
<workaround>
<p>
A workaround is not currently known for this issue. All users are advised
to upgrade to the latest version of the affected package.
</p>
</workaround>
<resolution>
<p>
Systat users should upgrade to version 4.2 or later:
</p>
<code>
# emerge sync
# emerge -pv ">=app-admin/sysstat-5.0.2"
# emerge ">=app-admin/sysstat-5.0.2"</code>
</resolution>
<references>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0107">CVE (1)</uri>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0108">CVE (2)</uri>
</references>
<metadata tag="submitter">klieber</metadata>
</glsa>
|