blob: 317df24d34d7dbc517f57fdcb9549b8b92530407 (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="202101-11">
<title>Zabbix: Root privilege escalation</title>
<synopsis>Multiple vulnerabilities were discovered in Gentoo's ebuild for
Zabbix which could lead to root privilege escalation.
</synopsis>
<product type="ebuild">zabbix</product>
<announced>2021-01-21</announced>
<revised count="1">2021-01-21</revised>
<bug>629882</bug>
<bug>629884</bug>
<access>local</access>
<affected>
<package name="net-analyzer/zabbix" auto="yes" arch="*">
<unaffected range="ge" slot="0/3.0">3.0.30</unaffected>
<unaffected range="ge" slot="0/4.0">4.0.18</unaffected>
<vulnerable range="lt">4.4.6</vulnerable>
</package>
</affected>
<background>
<p>Zabbix is software for monitoring applications, networks, and servers.</p>
</background>
<description>
<p>It was discovered that Gentoo’s Zabbix ebuild did not properly set
permissions or placed the pid file in an unsafe directory.
</p>
</description>
<impact type="normal">
<p>A local attacker could escalate privileges.</p>
</impact>
<workaround>
<p>There is no known workaround at this time.</p>
</workaround>
<resolution>
<p>All Zabbix 3.0.x users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose
">=net-analyzer/zabbix-3.0.30:0/3.0"
</code>
<p>All Zabbix 4.0.x users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose
">=net-analyzer/zabbix-4.0.18:0/4.0"
</code>
<p>All other Zabbix users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=net-analyzer/zabbix-4.4.6"
</code>
</resolution>
<references>
</references>
<metadata tag="requester" timestamp="2020-04-16T06:25:12Z">BlueKnight</metadata>
<metadata tag="submitter" timestamp="2021-01-21T19:18:35Z">b-man</metadata>
</glsa>
|