diff options
author | Repository mirror & CI <repomirrorci@gentoo.org> | 2019-08-31 21:28:09 +0000 |
---|---|---|
committer | Repository mirror & CI <repomirrorci@gentoo.org> | 2019-08-31 21:28:09 +0000 |
commit | 2b03349be0cc8795b5ad88e69b396c3bbc6035c9 (patch) | |
tree | 9aaff6aae97cd19b67f8c899d7f37e7076368331 | |
parent | Merge updates from master (diff) | |
parent | [ GLSA 201908-29 ] Dovecot: Multiple vulnerabilities (diff) | |
download | gentoo-2b03349be0cc8795b5ad88e69b396c3bbc6035c9.tar.gz gentoo-2b03349be0cc8795b5ad88e69b396c3bbc6035c9.tar.bz2 gentoo-2b03349be0cc8795b5ad88e69b396c3bbc6035c9.zip |
Merge commit 'b3e8c925d3f6eb29b568169ff67ed18a2ff264c2'
-rw-r--r-- | metadata/glsa/glsa-201908-28.xml | 47 | ||||
-rw-r--r-- | metadata/glsa/glsa-201908-29.xml | 52 |
2 files changed, 99 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-201908-28.xml b/metadata/glsa/glsa-201908-28.xml new file mode 100644 index 000000000000..19818590fbcb --- /dev/null +++ b/metadata/glsa/glsa-201908-28.xml @@ -0,0 +1,47 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201908-28"> + <title>GNOME desktop library: Security bypass</title> + <synopsis>A vulnerability in the GNOME desktop library may allow attackers to + escape the sandbox. + </synopsis> + <product type="ebuild">gnome-desktop</product> + <announced>2019-08-31</announced> + <revised count="1">2019-08-31</revised> + <bug>692782</bug> + <access>local</access> + <affected> + <package name="gnome-base/gnome-desktop" auto="yes" arch="*"> + <unaffected range="ge">3.30.2.3</unaffected> + <vulnerable range="lt">3.30.2.3</vulnerable> + </package> + </affected> + <background> + <p>Library with common API for various GNOME modules.</p> + </background> + <description> + <p>A vulnerability was discovered in the GNOME desktop library 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 GNOME desktop library users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose + ">=gnome-base/gnome-desktop-3.30.2.3" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2019-11460">CVE-2019-11460</uri> + </references> + <metadata tag="requester" timestamp="2019-08-31T14:55:07Z">whissi</metadata> + <metadata tag="submitter" timestamp="2019-08-31T21:05:16Z">whissi</metadata> +</glsa> diff --git a/metadata/glsa/glsa-201908-29.xml b/metadata/glsa/glsa-201908-29.xml new file mode 100644 index 000000000000..4b86c592f6fa --- /dev/null +++ b/metadata/glsa/glsa-201908-29.xml @@ -0,0 +1,52 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201908-29"> + <title>Dovecot: Multiple vulnerabilities</title> + <synopsis>Multiple vulnerabilities have been found in Dovecot, the worst of + which could result in the arbitrary execution of code. + </synopsis> + <product type="ebuild">dovecot</product> + <announced>2019-08-31</announced> + <revised count="1">2019-08-31</revised> + <bug>683732</bug> + <bug>692572</bug> + <access>local, remote</access> + <affected> + <package name="net-mail/dovecot" auto="yes" arch="*"> + <unaffected range="ge">2.3.7.2</unaffected> + <vulnerable range="lt">2.3.7.2</vulnerable> + </package> + </affected> + <background> + <p>Dovecot is an open source IMAP and POP3 email server.</p> + </background> + <description> + <p>Multiple vulnerabilities have been discovered in Dovecot. Please review + the CVE identifiers referenced below for details. + </p> + </description> + <impact type="normal"> + <p>An unauthenticated remote attacker could send a specially crafted mail + or use crafted IMAP commands possibly resulting 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 Dovecot users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=net-mail/dovecot-2.3.7.2" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2019-10691">CVE-2019-10691</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2019-11500">CVE-2019-11500</uri> + </references> + <metadata tag="requester" timestamp="2019-08-31T14:29:36Z">whissi</metadata> + <metadata tag="submitter" timestamp="2019-08-31T21:05:29Z">whissi</metadata> +</glsa> |