diff options
author | Aaron Bauman <bman@gentoo.org> | 2017-11-10 11:06:16 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2017-11-10 11:06:16 -0500 |
commit | 2d55e4ec68e85fafde1916a1eb986ad8e2c9b819 (patch) | |
tree | 7ff3135bb92713bc931ce6bab38793cd223d85ee /glsa-201711-02.xml | |
parent | Add GLSA-201711-01 (diff) | |
download | glsa-2d55e4ec68e85fafde1916a1eb986ad8e2c9b819.tar.gz glsa-2d55e4ec68e85fafde1916a1eb986ad8e2c9b819.tar.bz2 glsa-2d55e4ec68e85fafde1916a1eb986ad8e2c9b819.zip |
Add GLSA 201711-02 for <www-client/chromium-62.0.3202.89 and www-client/google-chrome-62.0.3202.89
Diffstat (limited to 'glsa-201711-02.xml')
-rw-r--r-- | glsa-201711-02.xml | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/glsa-201711-02.xml b/glsa-201711-02.xml new file mode 100644 index 00000000..86b5e9bf --- /dev/null +++ b/glsa-201711-02.xml @@ -0,0 +1,74 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201711-02"> + <title>Chromium, Google Chrome: Multiple vulnerabilities</title> + <synopsis>Multiple vulnerabilities have been found in Chromium and Google + Chrome, the worst of which could result in the execution of arbitrary code. + </synopsis> + <product type="ebuild">chromium,google-chrome</product> + <announced>2017-11-10</announced> + <revised>2017-11-10: 1</revised> + <bug>635556</bug> + <bug>636800</bug> + <access>remote</access> + <affected> + <package name="www-client/chromium" auto="yes" arch="*"> + <unaffected range="ge">62.0.3202.89</unaffected> + <vulnerable range="lt">62.0.3202.89</vulnerable> + </package> + <package name="www-client/google-chrome" auto="yes" arch="*"> + <unaffected range="ge">62.0.3202.89</unaffected> + <vulnerable range="lt">62.0.3202.89</vulnerable> + </package> + </affected> + <background> + <p>Chromium is an open-source browser project that aims to build a safer, + faster, and more stable way for all users to experience the web. + </p> + + <p>Google Chrome is one fast, simple, and secure browser for all your + devices + </p> + </background> + <description> + <p>Multiple vulnerabilities have been discovered in Chromium and Google + Chrome. Please review the referenced CVE identifier and Google Chrome + Releases for details. + </p> + </description> + <impact type="normal"> + <p>A remote attack may be able to execute arbitrary code, cause a Denial of + Service condition, or have other unspecified impacts. + </p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All Chromium users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose + ">=www-client/chromium-62.0.3202.89" + </code> + + <p>All Google Chrome users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose + ">=www-client/google-chrome-62.0.3202.89" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2017-15396"> + CVE-2017-15396 + </uri> + <uri link="https://chromereleases.googleblog.com/2017/11/stable-channel-update-for-desktop.html"> + Google Chrome Releases + </uri> + </references> + <metadata tag="requester" timestamp="2017-10-29T17:15:37Z">b-man</metadata> + <metadata tag="submitter" timestamp="2017-11-10T16:04:03Z">b-man</metadata> +</glsa> |