diff options
author | Repository mirror & CI <repomirrorci@gentoo.org> | 2019-08-31 15:28:15 +0000 |
---|---|---|
committer | Repository mirror & CI <repomirrorci@gentoo.org> | 2019-08-31 15:28:15 +0000 |
commit | 7617cf0b677e09ee0d77f0db31ade707834ab320 (patch) | |
tree | 470ca72c7bdee059278aa0a2cc650c4688e92cd4 /metadata/glsa | |
parent | Merge updates from master (diff) | |
parent | [ GLSA 201908-27 ] Nautilus: Security bypass (diff) | |
download | gentoo-7617cf0b677e09ee0d77f0db31ade707834ab320.tar.gz gentoo-7617cf0b677e09ee0d77f0db31ade707834ab320.tar.bz2 gentoo-7617cf0b677e09ee0d77f0db31ade707834ab320.zip |
Merge commit '377c05213cd7f7bde1128046afe2d9c589df6ac0'
Diffstat (limited to 'metadata/glsa')
-rw-r--r-- | metadata/glsa/glsa-201908-26.xml | 54 | ||||
-rw-r--r-- | metadata/glsa/glsa-201908-27.xml | 46 |
2 files changed, 100 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-201908-26.xml b/metadata/glsa/glsa-201908-26.xml new file mode 100644 index 000000000000..9a757dd8348d --- /dev/null +++ b/metadata/glsa/glsa-201908-26.xml @@ -0,0 +1,54 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201908-26"> + <title>libofx: Multiple vulnerabilities</title> + <synopsis>Multiple vulnerabilities have been found in libofx, the worst of + which could result in the arbitrary execution of code. + </synopsis> + <product type="ebuild">libofx</product> + <announced>2019-08-31</announced> + <revised count="1">2019-08-31</revised> + <bug>631304</bug> + <bug>636062</bug> + <bug>662910</bug> + <access>remote</access> + <affected> + <package name="dev-libs/libofx" auto="yes" arch="*"> + <unaffected range="ge">0.9.14</unaffected> + <vulnerable range="lt">0.9.14</vulnerable> + </package> + </affected> + <background> + <p>A library to support the Open Financial eXchange XML format</p> + </background> + <description> + <p>Multiple vulnerabilities have been discovered in libofx. Please review + the CVE identifiers referenced below for details. + </p> + </description> + <impact type="normal"> + <p>A remote attacker could entice a user to process a specially crafted + file using an application linked against libofx, possibly resulting in + 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 libofx users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=dev-libs/libofx-0.9.14" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2017-14731">CVE-2017-14731</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2017-2816">CVE-2017-2816</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2017-2920">CVE-2017-2920</uri> + </references> + <metadata tag="requester" timestamp="2019-08-18T02:20:40Z">b-man</metadata> + <metadata tag="submitter" timestamp="2019-08-31T15:00:19Z">b-man</metadata> +</glsa> diff --git a/metadata/glsa/glsa-201908-27.xml b/metadata/glsa/glsa-201908-27.xml new file mode 100644 index 000000000000..6f7af7bbed67 --- /dev/null +++ b/metadata/glsa/glsa-201908-27.xml @@ -0,0 +1,46 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201908-27"> + <title>Nautilus: Security bypass</title> + <synopsis>A vulnerability in Nautilus may allow attackers to escape the + sandbox. + </synopsis> + <product type="ebuild">nautilus</product> + <announced>2019-08-31</announced> + <revised count="1">2019-08-31</revised> + <bug>692784</bug> + <access>local</access> + <affected> + <package name="gnome-base/nautilus" auto="yes" arch="*"> + <unaffected range="ge">3.30.5-r1</unaffected> + <vulnerable range="lt">3.30.5-r1</vulnerable> + </package> + </affected> + <background> + <p>Default file manager for the GNOME desktop</p> + </background> + <description> + <p>A vulnerability was discovered in Nautilus which allows an attacker to + escape the sandbox. + </p> + </description> + <impact type="normal"> + <p>A local attacker could possibly bypass sandbox protection.</p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All Nautilus users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=gnome-base/nautilus-3.30.5-r1" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2019-11461">CVE-2019-11461</uri> + </references> + <metadata tag="requester" timestamp="2019-08-26T21:48:06Z">b-man</metadata> + <metadata tag="submitter" timestamp="2019-08-31T15:00:33Z">b-man</metadata> +</glsa> |