diff options
author | Repository mirror & CI <repomirrorci@gentoo.org> | 2020-03-16 21:38:16 +0000 |
---|---|---|
committer | Repository mirror & CI <repomirrorci@gentoo.org> | 2020-03-16 21:38:16 +0000 |
commit | a68ee8561044eded1d25b70e880b825c845d90c9 (patch) | |
tree | 72a2272d11037aec07a237a0aab94c3ecd49045f /metadata/glsa/glsa-202003-37.xml | |
parent | Merge updates from master (diff) | |
parent | [ GLSA 202003-37 ] Fix code (diff) | |
download | gentoo-a68ee8561044eded1d25b70e880b825c845d90c9.tar.gz gentoo-a68ee8561044eded1d25b70e880b825c845d90c9.tar.bz2 gentoo-a68ee8561044eded1d25b70e880b825c845d90c9.zip |
Merge commit '15f0a0a24f48a6e5a0f0fd36d14996794f11a129'
Diffstat (limited to 'metadata/glsa/glsa-202003-37.xml')
-rw-r--r-- | metadata/glsa/glsa-202003-37.xml | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-202003-37.xml b/metadata/glsa/glsa-202003-37.xml new file mode 100644 index 000000000000..27963a656f92 --- /dev/null +++ b/metadata/glsa/glsa-202003-37.xml @@ -0,0 +1,63 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="202003-37"> + <title>Mozilla Network Security Service: Multiple vulnerabilities</title> + <synopsis>Multiple vulnerabilities have been found in Mozilla Network + Security Service (NSS), the worst of which may lead to arbitrary code + execution. + </synopsis> + <product type="ebuild">nss</product> + <announced>2020-03-16</announced> + <revised count="2">2020-03-16</revised> + <bug>627534</bug> + <bug>676868</bug> + <bug>701840</bug> + <access>local, remote</access> + <affected> + <package name="dev-libs/nss" auto="yes" arch="*"> + <unaffected range="ge">3.49</unaffected> + <vulnerable range="lt">3.49</vulnerable> + </package> + </affected> + <background> + <p>The Mozilla Network Security Service (NSS) is a library implementing + security features like SSL v.2/v.3, TLS, PKCS #5, PKCS #7, PKCS #11, PKCS + #12, S/MIME and X.509 certificates. + </p> + </background> + <description> + <p>Multiple vulnerabilities have been discovered in Mozilla Network + Security Service (NSS). Please review the CVE identifiers referenced + below for details. + </p> + </description> + <impact type="normal"> + <p>An attacker could execute arbitrary code, cause a Denial of Service + condition or have other unspecified impact. + </p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All Mozilla Network Security Service (NSS) users should upgrade to the + latest version: + </p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=dev-libs/nss-3.49" + </code> + + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2017-11695">CVE-2017-11695</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2017-11696">CVE-2017-11696</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2017-11697">CVE-2017-11697</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2017-11698">CVE-2017-11698</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2018-18508">CVE-2018-18508</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2019-11745">CVE-2019-11745</uri> + </references> + <metadata tag="requester" timestamp="2020-03-15T15:34:44Z">whissi</metadata> + <metadata tag="submitter" timestamp="2020-03-16T21:17:42Z">whissi</metadata> +</glsa> |