diff options
Diffstat (limited to 'metadata/glsa/glsa-201612-42.xml')
-rw-r--r-- | metadata/glsa/glsa-201612-42.xml | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-201612-42.xml b/metadata/glsa/glsa-201612-42.xml new file mode 100644 index 000000000000..9dd2338a14b0 --- /dev/null +++ b/metadata/glsa/glsa-201612-42.xml @@ -0,0 +1,52 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201612-42"> + <title>Zabbix: Multiple vulnerabilities</title> + <synopsis>Multiple vulnerabilities have been found in Zabbix, the worst of + which may allow execution of arbitrary code. + </synopsis> + <product type="ebuild">zabbix</product> + <announced>2016-12-13</announced> + <revised>2016-12-13: 1</revised> + <bug>582536</bug> + <bug>598762</bug> + <access>remote</access> + <affected> + <package name="net-analyzer/zabbix" auto="yes" arch="*"> + <unaffected range="ge">2.2.16</unaffected> + <vulnerable range="lt">2.2.16</vulnerable> + </package> + </affected> + <background> + <p>Zabbix is software for monitoring applications, networks, and servers.</p> + </background> + <description> + <p>Multiple vulnerabilities have been discovered in Zabbix. Please review + the CVE identifiers referenced below for details. + </p> + </description> + <impact type="normal"> + <p>A remote attacker could possibly execute arbitrary code with the + privileges of the process, or cause a Denial of Service condition. + </p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All Zabbix users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=net-analyzer/zabbix-2.2.16" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2016-4338">CVE-2016-4338</uri> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2016-9140">CVE-2016-9140</uri> + </references> + <metadata tag="requester" timestamp="2015-07-21T02:35:28Z"> + BlueKnight + </metadata> + <metadata tag="submitter" timestamp="2016-12-13T11:41:09Z">whissi</metadata> +</glsa> |