diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-01-11 23:47:00 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-01-11 23:47:00 +0100 |
commit | 4a985e3138ad3f14d8fea8db6d25f4f77fc33d28 (patch) | |
tree | a5ab29f993c819e2d665970867638fcc175dc29a /glsa-201801-13.xml | |
parent | Add GLSA 201801-12 (diff) | |
download | glsa-4a985e3138ad3f14d8fea8db6d25f4f77fc33d28.tar.gz glsa-4a985e3138ad3f14d8fea8db6d25f4f77fc33d28.tar.bz2 glsa-4a985e3138ad3f14d8fea8db6d25f4f77fc33d28.zip |
Add GLSA 201801-13
Diffstat (limited to 'glsa-201801-13.xml')
-rw-r--r-- | glsa-201801-13.xml | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/glsa-201801-13.xml b/glsa-201801-13.xml new file mode 100644 index 00000000..e744cfc5 --- /dev/null +++ b/glsa-201801-13.xml @@ -0,0 +1,67 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201801-13"> + <title>TigerVNC: Multiple vulnerabilities</title> + <synopsis>Multiple vulnerabilities have been found in TigerVNC, the worst of + which may lead to arbitrary code execution. + </synopsis> + <product type="ebuild">tigervnc</product> + <announced>2018-01-11</announced> + <revised>2018-01-11: 1</revised> + <bug>614742</bug> + <bug>636396</bug> + <access>local, remote</access> + <affected> + <package name="net-misc/tigervnc" auto="yes" arch="*"> + <unaffected range="ge">1.8.0</unaffected> + <vulnerable range="lt">1.8.0</vulnerable> + </package> + </affected> + <background> + <p>TigerVNC is a high-performance VNC server/client.</p> + </background> + <description> + <p>Multiple vulnerabilities have been discovered in TigerVNC. Please review + the referenced CVE Identifiers for details. + </p> + </description> + <impact type="normal"> + <p>An attacker could execute arbitrary code or cause a Denial of Service + condition. + </p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All TigerVNC users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=net-misc/tigervnc-1.8.0" + </code> + + </resolution> + <references> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2016-10207"> + CVE-2016-10207 + </uri> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2017-7392"> + CVE-2017-7392 + </uri> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2017-7393"> + CVE-2017-7393 + </uri> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2017-7394"> + CVE-2017-7394 + </uri> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2017-7395"> + CVE-2017-7395 + </uri> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2017-7396"> + CVE-2017-7396 + </uri> + </references> + <metadata tag="requester" timestamp="2017-11-24T22:29:53Z">chrisadr</metadata> + <metadata tag="submitter" timestamp="2018-01-11T22:42:09Z">b-man</metadata> +</glsa> |