diff options
author | Repository mirror & CI <repomirrorci@gentoo.org> | 2021-07-07 08:06:42 +0000 |
---|---|---|
committer | Repository mirror & CI <repomirrorci@gentoo.org> | 2021-07-07 08:06:42 +0000 |
commit | d357434a51ca9ee8d30fcb865bcdf9789d25d037 (patch) | |
tree | 65d4c6913b03a5ed12a9a64c7652e02be736551b /metadata/glsa/glsa-202107-09.xml | |
parent | Merge updates from master (diff) | |
parent | [ GLSA 202107-13 ] GLib: Multiple vulnerabilities (diff) | |
download | gentoo-d357434a51ca9ee8d30fcb865bcdf9789d25d037.tar.gz gentoo-d357434a51ca9ee8d30fcb865bcdf9789d25d037.tar.bz2 gentoo-d357434a51ca9ee8d30fcb865bcdf9789d25d037.zip |
Merge commit 'c1efa66777eb5882c671c8ee704a208989dab1fc'
Diffstat (limited to 'metadata/glsa/glsa-202107-09.xml')
-rw-r--r-- | metadata/glsa/glsa-202107-09.xml | 80 |
1 files changed, 80 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-202107-09.xml b/metadata/glsa/glsa-202107-09.xml new file mode 100644 index 000000000000..355d53f8722a --- /dev/null +++ b/metadata/glsa/glsa-202107-09.xml @@ -0,0 +1,80 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="202107-09"> + <title>Mozilla Firefox: Multiple vulnerabilities</title> + <synopsis>Multiple vulnerabilities have been found in Mozilla Firefox, the + worst of which could result in the arbitrary execution of code. + </synopsis> + <product type="ebuild">firefox</product> + <announced>2021-07-07</announced> + <revised count="1">2021-07-07</revised> + <bug>794082</bug> + <access>local, remote</access> + <affected> + <package name="www-client/firefox" auto="yes" arch="*"> + <unaffected range="ge" slot="0/esr78">78.11.0</unaffected> + <unaffected range="ge">89.0</unaffected> + <vulnerable range="lt">89.0</vulnerable> + </package> + <package name="www-client/firefox-bin" auto="yes" arch="*"> + <unaffected range="ge" slot="0/esr78">78.11.0</unaffected> + <unaffected range="ge">89.0</unaffected> + <vulnerable range="lt">89.0</vulnerable> + </package> + </affected> + <background> + <p>Mozilla Firefox is a popular open-source web browser from the Mozilla + project. + </p> + </background> + <description> + <p>Multiple vulnerabilities have been discovered in Mozilla Firefox. Please + review the CVE identifiers referenced below for details. + </p> + </description> + <impact type="normal"> + <p>Please review the referenced CVE identifiers for details.</p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All Mozilla Firefox ESR users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=www-client/firefox-78.11.0" + </code> + + <p>All Mozilla Firefox ESR binary users should upgrade to the latest + version: + </p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=www-client/firefox-bin-78.11.0" + </code> + + <p>All Mozilla Firefox users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=www-client/firefox-89.0" + </code> + + <p>All Mozilla Firefox binary users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=www-client/firefox-bin-89.0" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2021-29959">CVE-2021-29959</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2021-29960">CVE-2021-29960</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2021-29961">CVE-2021-29961</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2021-29966">CVE-2021-29966</uri> + </references> + <metadata tag="requester" timestamp="2021-07-06T03:15:54Z">sam_c</metadata> + <metadata tag="submitter" timestamp="2021-07-07T07:46:37Z">sam_c</metadata> +</glsa> |