diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-03-27 22:20:22 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-03-27 22:20:22 -0400 |
commit | d293e26cc03da13b5da21cb6916a9b780c25080a (patch) | |
tree | b5cb7f2b6f10cef937a60cc721cf458293d29a58 /glsa-201903-22.xml | |
parent | [ GLSA 201903-21 ] Apache: Multiple vulnerabilities (diff) | |
download | glsa-d293e26cc03da13b5da21cb6916a9b780c25080a.tar.gz glsa-d293e26cc03da13b5da21cb6916a9b780c25080a.tar.bz2 glsa-d293e26cc03da13b5da21cb6916a9b780c25080a.zip |
[ GLSA 201903-22 ] ZeroMQ: Code execution
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'glsa-201903-22.xml')
-rw-r--r-- | glsa-201903-22.xml | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/glsa-201903-22.xml b/glsa-201903-22.xml new file mode 100644 index 00000000..a4ca5781 --- /dev/null +++ b/glsa-201903-22.xml @@ -0,0 +1,46 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201903-22"> + <title>ZeroMQ: Code execution</title> + <synopsis>An overflow was discovered in ZeroMQ which could lead to arbitrary + code execution. + </synopsis> + <product type="ebuild">zeromq</product> + <announced>2019-03-28</announced> + <revised count="1">2019-03-28</revised> + <bug>675376</bug> + <access>local, remote</access> + <affected> + <package name="net-libs/zeromq" auto="yes" arch="*"> + <unaffected range="ge">4.3.1</unaffected> + <vulnerable range="lt">4.3.1</vulnerable> + </package> + </affected> + <background> + <p>Looks like an embeddable networking library but acts like a concurrency + framework + </p> + </background> + <description> + <p>Please reference the CVE for details.</p> + </description> + <impact type="high"> + <p>Please reference the CVE for details.</p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All ZeroMQ users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=net-libs/zeromq-4.3.1" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2019-6250">CVE-2019-6250</uri> + </references> + <metadata tag="requester" timestamp="2019-03-24T14:21:11Z">BlueKnight</metadata> + <metadata tag="submitter" timestamp="2019-03-28T02:20:04Z">b-man</metadata> +</glsa> |