summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRepository QA checks <repo-qa-checks@gentoo.org>2017-10-23 01:23:52 +0000
committerRepository QA checks <repo-qa-checks@gentoo.org>2017-10-23 01:23:52 +0000
commitdb5dbbeefc842e84b8e0488ae62f12cc5d339130 (patch)
tree5f2bca358aaa18596069ac58a68d22ca2210aacb /metadata/glsa
parent2017-10-22 23:44:30 UTC (diff)
parentAdd GLSA 201710-25 (diff)
downloadgentoo-db5dbbeefc842e84b8e0488ae62f12cc5d339130.tar.gz
gentoo-db5dbbeefc842e84b8e0488ae62f12cc5d339130.tar.bz2
gentoo-db5dbbeefc842e84b8e0488ae62f12cc5d339130.zip
Merge commit '02a8ee111cc24a17fc4f371098723ade6ff82e15'
Diffstat (limited to 'metadata/glsa')
-rw-r--r--metadata/glsa/glsa-201710-23.xml55
-rw-r--r--metadata/glsa/glsa-201710-24.xml131
-rw-r--r--metadata/glsa/glsa-201710-25.xml69
3 files changed, 255 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-201710-23.xml b/metadata/glsa/glsa-201710-23.xml
new file mode 100644
index 000000000000..cc6aa8ba3a3b
--- /dev/null
+++ b/metadata/glsa/glsa-201710-23.xml
@@ -0,0 +1,55 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
+<glsa id="201710-23">
+ <title>Go: Multiple vulnerabilities</title>
+ <synopsis>Multiple vulnerabilities have been found in Go, the worst of which
+ may result in the execution of arbitrary commands.
+ </synopsis>
+ <product type="ebuild">go</product>
+ <announced>2017-10-23</announced>
+ <revised>2017-10-23: 1</revised>
+ <bug>632408</bug>
+ <access>remote</access>
+ <affected>
+ <package name="dev-lang/go" auto="yes" arch="*">
+ <unaffected range="ge">1.9.1</unaffected>
+ <vulnerable range="lt">1.9.1</vulnerable>
+ </package>
+ </affected>
+ <background>
+ <p>Go is an open source programming language that makes it easy to build
+ simple, reliable, and efficient software.
+ </p>
+ </background>
+ <description>
+ <p>Multiple vulnerabilities have been discovered in Go. Please review the
+ references below for details.
+ </p>
+ </description>
+ <impact type="normal">
+ <p>Remote attackers could execute arbitrary Go commands or conduct a man in
+ the middle attack.
+ </p>
+ </impact>
+ <workaround>
+ <p>There is no known workaround at this time.</p>
+ </workaround>
+ <resolution>
+ <p>All Go users should upgrade to the latest version:</p>
+
+ <code>
+ # emerge --sync
+ # emerge --ask --oneshot --verbose "&gt;=dev-lang/go-1.9.1"
+ </code>
+ </resolution>
+ <references>
+ <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2017-15041">
+ CVE-2017-15041
+ </uri>
+ <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2017-15042">
+ CVE-2017-15042
+ </uri>
+ </references>
+ <metadata tag="requester" timestamp="2017-10-16T22:06:50Z">chrisadr</metadata>
+ <metadata tag="submitter" timestamp="2017-10-23T01:03:41Z">b-man</metadata>
+</glsa>
diff --git a/metadata/glsa/glsa-201710-24.xml b/metadata/glsa/glsa-201710-24.xml
new file mode 100644
index 000000000000..4be2b2d87b5b
--- /dev/null
+++ b/metadata/glsa/glsa-201710-24.xml
@@ -0,0 +1,131 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
+<glsa id="201710-24">
+ <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,chrome</product>
+ <announced>2017-10-23</announced>
+ <revised>2017-10-23: 1</revised>
+ <bug>634664</bug>
+ <access>remote</access>
+ <affected>
+ <package name="www-client/chromium" auto="yes" arch="*">
+ <unaffected range="ge">62.0.3202.62</unaffected>
+ <vulnerable range="lt">62.0.3202.62</vulnerable>
+ </package>
+ <package name="www-client/google-chrome" auto="yes" arch="*">
+ <unaffected range="ge">62.0.3202.62</unaffected>
+ <vulnerable range="lt">62.0.3202.62</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 identifiers and Google Chrome
+ Releases for details.
+ </p>
+ </description>
+ <impact type="normal">
+ <p>A remote attacker could possibly execute arbitrary code with the
+ privileges of the process, cause a Denial of Service condition, bypass
+ content security controls, or conduct URL spoofing.
+ </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
+ "&gt;=www-client/chromium-62.0.3202.62"
+ </code>
+
+ <p>All Google Chrome users should upgrade to the latest version:</p>
+
+ <code>
+ # emerge --sync
+ # emerge --ask --oneshot --verbose
+ "&gt;=www-client/google-chrome-62.0.3202.62"
+ </code>
+ </resolution>
+ <references>
+ <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2017-15386">
+ CVE-2017-15386
+ </uri>
+ <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2017-15387">
+ CVE-2017-15387
+ </uri>
+ <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2017-15388">
+ CVE-2017-15388
+ </uri>
+ <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2017-15389">
+ CVE-2017-15389
+ </uri>
+ <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2017-15390">
+ CVE-2017-15390
+ </uri>
+ <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2017-15391">
+ CVE-2017-15391
+ </uri>
+ <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2017-15392">
+ CVE-2017-15392
+ </uri>
+ <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2017-15393">
+ CVE-2017-15393
+ </uri>
+ <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2017-15394">
+ CVE-2017-15394
+ </uri>
+ <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2017-15395">
+ CVE-2017-15395
+ </uri>
+ <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2017-5124">
+ CVE-2017-5124
+ </uri>
+ <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2017-5125">
+ CVE-2017-5125
+ </uri>
+ <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2017-5126">
+ CVE-2017-5126
+ </uri>
+ <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2017-5127">
+ CVE-2017-5127
+ </uri>
+ <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2017-5128">
+ CVE-2017-5128
+ </uri>
+ <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2017-5129">
+ CVE-2017-5129
+ </uri>
+ <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2017-5130">
+ CVE-2017-5130
+ </uri>
+ <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2017-5131">
+ CVE-2017-5131
+ </uri>
+ <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2017-5132">
+ CVE-2017-5132
+ </uri>
+ <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2017-5133">
+ CVE-2017-5133
+ </uri>
+ <uri link="https://chromereleases.googleblog.com/2017/10/stable-channel-update-for-desktop.html">
+ Google Chrome Releases
+ </uri>
+ </references>
+ <metadata tag="requester" timestamp="2017-10-20T19:48:32Z">b-man</metadata>
+ <metadata tag="submitter" timestamp="2017-10-23T01:10:56Z">chrisadr</metadata>
+</glsa>
diff --git a/metadata/glsa/glsa-201710-25.xml b/metadata/glsa/glsa-201710-25.xml
new file mode 100644
index 000000000000..b21d81a00256
--- /dev/null
+++ b/metadata/glsa/glsa-201710-25.xml
@@ -0,0 +1,69 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
+<glsa id="201710-25">
+ <title>PCRE: Multiple vulnerabilities</title>
+ <synopsis>Multiple vulnerabilities have been found in the PCRE Library, the
+ worst of which may allow remote attackers to cause a Denial of Service
+ condition.
+ </synopsis>
+ <product type="ebuild">libpcre</product>
+ <announced>2017-10-23</announced>
+ <revised>2017-10-23: 1</revised>
+ <bug>614048</bug>
+ <bug>614052</bug>
+ <bug>614054</bug>
+ <access>remote</access>
+ <affected>
+ <package name="dev-libs/libpcre" auto="yes" arch="*">
+ <unaffected range="ge">8.41</unaffected>
+ <vulnerable range="lt">8.41</vulnerable>
+ </package>
+ </affected>
+ <background>
+ <p>The PCRE Library provides functions for Perl-compatible regular
+ expressions.
+ </p>
+ </background>
+ <description>
+ <p>Multiple vulnerabilities have been discovered in The PCRE Library.
+ Please review the references below for details.
+ </p>
+
+ </description>
+ <impact type="normal">
+ <p>A remote attacker could possibly cause a Denial of Service condition or
+ other unspecified impacts via a specially crafted file.
+ </p>
+ </impact>
+ <workaround>
+ <p>There is no known workaround at this time.</p>
+ </workaround>
+ <resolution>
+ <p>All PCRE users should upgrade to the latest version:</p>
+
+ <code>
+ # emerge --sync
+ # emerge --ask --oneshot --verbose "&gt;=dev-libs/libpcre-8.41"
+ </code>
+
+ <p>Packages which depend on this library may need to be recompiled. Tools
+ such as revdep-rebuild may assist in identifying some of these packages.
+ </p>
+ </resolution>
+ <references>
+ <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2017-7186">
+ CVE-2017-7186
+ </uri>
+ <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2017-7244">
+ CVE-2017-7244
+ </uri>
+ <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2017-7245">
+ CVE-2017-7245
+ </uri>
+ <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2017-7246">
+ CVE-2017-7246
+ </uri>
+ </references>
+ <metadata tag="requester" timestamp="2017-10-18T23:44:30Z">b-man</metadata>
+ <metadata tag="submitter" timestamp="2017-10-23T01:19:24Z">chrisadr</metadata>
+</glsa>