diff options
author | 2017-02-10 23:22:12 +0000 | |
---|---|---|
committer | 2017-02-10 23:22:12 +0000 | |
commit | acbd7252a0d76465aa93dbbb1f7b5c223c0133f7 (patch) | |
tree | 556a65af46b5531e55bddeadc1123bd72181bcaf | |
parent | Merge updates from master (diff) | |
parent | Add GLSA 201702-06 (diff) | |
download | gentoo-acbd7252a0d76465aa93dbbb1f7b5c223c0133f7.tar.gz gentoo-acbd7252a0d76465aa93dbbb1f7b5c223c0133f7.tar.bz2 gentoo-acbd7252a0d76465aa93dbbb1f7b5c223c0133f7.zip |
Merge commit '7e8dd8a41a0048d001d4559d70a3d42417cc9137'
-rw-r--r-- | metadata/glsa/glsa-201702-04.xml | 54 | ||||
-rw-r--r-- | metadata/glsa/glsa-201702-05.xml | 47 | ||||
-rw-r--r-- | metadata/glsa/glsa-201702-06.xml | 51 |
3 files changed, 152 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-201702-04.xml b/metadata/glsa/glsa-201702-04.xml new file mode 100644 index 000000000000..e4dfe1c2358f --- /dev/null +++ b/metadata/glsa/glsa-201702-04.xml @@ -0,0 +1,54 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201702-04"> + <title>GnuTLS: Multiple vulnerabilities</title> + <synopsis>Multiple vulnerabilities have been found in GnuTLS, the worst of + which may allow execution of arbitrary code. + </synopsis> + <product type="ebuild">gnutls</product> + <announced>2017-02-10</announced> + <revised>2017-02-10: 1</revised> + <bug>605238</bug> + <access>remote</access> + <affected> + <package name="net-libs/gnutls" auto="yes" arch="*"> + <unaffected range="ge">3.3.26</unaffected> + <vulnerable range="lt">3.3.26</vulnerable> + </package> + </affected> + <background> + <p>GnuTLS is an Open Source implementation of the TLS and SSL protocols.</p> + </background> + <description> + <p>Multiple heap and stack overflows and double free vulnerabilities have + been discovered in GnuTLS by the OSS-Fuzz project. Please review the CVE + identifiers referenced below for details. + </p> + </description> + <impact type="normal"> + <p>A remote attacker could entice a user or automated system to process a + specially crafted certificate using an application linked against GnuTLS. + This could possibly result in the execution of arbitrary code with the + privileges of the process or a Denial of Service condition. + </p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All GnuTLS users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=net-libs/gnutls-3.3.26" + </code> + </resolution> + <references> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2017-5334">CVE-2017-5334</uri> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2017-5335">CVE-2017-5335</uri> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2017-5336">CVE-2017-5336</uri> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2017-5337">CVE-2017-5337</uri> + </references> + <metadata tag="requester" timestamp="2017-01-30T01:21:19Z">whissi</metadata> + <metadata tag="submitter" timestamp="2017-02-10T23:04:35Z">whissi</metadata> +</glsa> diff --git a/metadata/glsa/glsa-201702-05.xml b/metadata/glsa/glsa-201702-05.xml new file mode 100644 index 000000000000..4fa1682e62da --- /dev/null +++ b/metadata/glsa/glsa-201702-05.xml @@ -0,0 +1,47 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201702-05"> + <title>Lsyncd: Remote execution of arbitrary code</title> + <synopsis>A vulnerability in Lsyncd allows execution of arbitrary code.</synopsis> + <product type="ebuild">lsyncd</product> + <announced>2017-02-10</announced> + <revised>2017-02-10: 1</revised> + <bug>529678</bug> + <access>local, remote</access> + <affected> + <package name="app-admin/lsyncd" auto="yes" arch="*"> + <unaffected range="ge">2.1.6</unaffected> + <vulnerable range="lt">2.1.6</vulnerable> + </package> + </affected> + <background> + <p>A daemon to synchronize local directories using rsync.</p> + </background> + <description> + <p>default-rsyncssh.lua in Lsyncd performed insufficient sanitising of + filenames. + </p> + </description> + <impact type="normal"> + <p>An attacker, able to control files processed by Lsyncd, 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 Lsyncd users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=app-admin/lsyncd-2.1.6" + </code> + </resolution> + <references> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-8990">CVE-2014-8990</uri> + </references> + <metadata tag="requester" timestamp="2017-02-01T09:30:15Z">b-man</metadata> + <metadata tag="submitter" timestamp="2017-02-10T23:08:07Z">whissi</metadata> +</glsa> diff --git a/metadata/glsa/glsa-201702-06.xml b/metadata/glsa/glsa-201702-06.xml new file mode 100644 index 000000000000..ba184707d626 --- /dev/null +++ b/metadata/glsa/glsa-201702-06.xml @@ -0,0 +1,51 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201702-06"> + <title>Graphviz: Multiple vulnerabilities</title> + <synopsis>Multiple vulnerabilities have been found in Graphviz and the extent + of these vulnerabilities are unspecified. + </synopsis> + <product type="ebuild">graphviz</product> + <announced>2017-02-10</announced> + <revised>2017-02-10: 1</revised> + <bug>497274</bug> + <access>remote</access> + <affected> + <package name="media-gfx/graphviz" auto="yes" arch="*"> + <unaffected range="ge">2.36.0</unaffected> + <vulnerable range="lt">2.36.0</vulnerable> + </package> + </affected> + <background> + <p>Graphviz is an open source graph visualization software.</p> + </background> + <description> + <p>Multiple vulnerabilities in Graphviz were discovered. Please review the + CVE identifiers referenced below for details. + </p> + </description> + <impact type="normal"> + <p>A remote attacker, able to control input matched against a regular + expression or by enticing a user to process a specially crafted file, + could cause unspecified impacts. + </p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All Graphviz users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=media-gfx/graphviz-2.36.0" + </code> + </resolution> + <references> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-0978">CVE-2014-0978</uri> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-1235">CVE-2014-1235</uri> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-1236">CVE-2014-1236</uri> + </references> + <metadata tag="requester" timestamp="2017-01-30T01:53:41Z">whissi</metadata> + <metadata tag="submitter" timestamp="2017-02-10T23:14:56Z">b-man</metadata> +</glsa> |