summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2021-01-21 14:19:07 -0500
committerAaron Bauman <bman@gentoo.org>2021-01-21 14:19:07 -0500
commit640e06620acc1a1bf86f11f15fc2e00679068345 (patch)
treeb6809a65eb0e80c464e0b98b2b618b6152039f55 /glsa-202101-11.xml
parent[ GLSA 202101-10 ] Asterisk: Multiple vulnerabilities (diff)
downloadglsa-640e06620acc1a1bf86f11f15fc2e00679068345.tar.gz
glsa-640e06620acc1a1bf86f11f15fc2e00679068345.tar.bz2
glsa-640e06620acc1a1bf86f11f15fc2e00679068345.zip
[ GLSA 202101-11 ] Zabbix: Root privilege escalation
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'glsa-202101-11.xml')
-rw-r--r--glsa-202101-11.xml63
1 files changed, 63 insertions, 0 deletions
diff --git a/glsa-202101-11.xml b/glsa-202101-11.xml
new file mode 100644
index 00000000..317df24d
--- /dev/null
+++ b/glsa-202101-11.xml
@@ -0,0 +1,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
+ "&gt;=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
+ "&gt;=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 "&gt;=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>