summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRepository QA checks <repo-qa-checks@gentoo.org>2018-03-07 19:14:20 +0000
committerRepository QA checks <repo-qa-checks@gentoo.org>2018-03-07 19:14:20 +0000
commit05849ade89cb5a4d2506dfd5fb3b4082f2e56fcd (patch)
tree30b936c9cf1e74a55e964cb5cb1b3456a17257e5 /metadata/glsa
parent2018-03-07 18:57:10 UTC (diff)
parentAdd GLSA 201803-03 (diff)
downloadgentoo-05849ade89cb5a4d2506dfd5fb3b4082f2e56fcd.tar.gz
gentoo-05849ade89cb5a4d2506dfd5fb3b4082f2e56fcd.tar.bz2
gentoo-05849ade89cb5a4d2506dfd5fb3b4082f2e56fcd.zip
Merge commit 'de3c19ca944a942c4db36136bf5abc8983cd6a6c'
Diffstat (limited to 'metadata/glsa')
-rw-r--r--metadata/glsa/glsa-201803-02.xml55
-rw-r--r--metadata/glsa/glsa-201803-03.xml55
2 files changed, 110 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-201803-02.xml b/metadata/glsa/glsa-201803-02.xml
new file mode 100644
index 000000000000..7251591aafb3
--- /dev/null
+++ b/metadata/glsa/glsa-201803-02.xml
@@ -0,0 +1,55 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
+<glsa id="201803-02">
+ <title>util-linux: User-assisted execution of arbitrary code</title>
+ <synopsis>A vulnerability was discovered in util-linux, which could
+ potentially lead to the execution of arbitrary code.
+ </synopsis>
+ <product type="ebuild">util-linux</product>
+ <announced>2018-03-07</announced>
+ <revised count="1">2018-03-07</revised>
+ <bug>649812</bug>
+ <access>local, remote</access>
+ <affected>
+ <package name="sys-apps/util-linux" auto="yes" arch="*">
+ <unaffected range="ge">2.30.2-r1</unaffected>
+ <vulnerable range="lt">2.30.2-r1</vulnerable>
+ </package>
+ </affected>
+ <background>
+ <p>util-linux is a suite of Linux programs including mount and umount,
+ programs used to mount and unmount filesystems.
+ </p>
+ </background>
+ <description>
+ <p>It was discovered that the umount bash-completion as provided by
+ util-linux does not escap mount point paths.
+ </p>
+ </description>
+ <impact type="high">
+ <p>An attacker controlling a volume label could entice a user with
+ privileges to mount/umount filesystems to use umount command with auto
+ completion, possibly resulting in execution of arbitrary code with root
+ privileges.
+ </p>
+ </impact>
+ <workaround>
+ <p>Disable Bash-completion or remove
+ “/usr/share/bash-completion/completions/umount”.
+ </p>
+ </workaround>
+ <resolution>
+ <p>All util-linux users should upgrade to the latest version:</p>
+
+ <code>
+ # emerge --sync
+ # emerge --ask --oneshot --verbose "&gt;=sys-apps/util-linux-2.30.2-r1"
+ </code>
+
+ </resolution>
+ <references>
+ <uri link="https://nvd.nist.gov/vuln/detail/CVE-2018-7738">CVE-2018-7738</uri>
+ </references>
+ <metadata tag="requester" timestamp="2018-03-07T14:57:31Z">whissi</metadata>
+ <metadata tag="submitter" timestamp="2018-03-07T19:03:17Z">whissi</metadata>
+</glsa>
diff --git a/metadata/glsa/glsa-201803-03.xml b/metadata/glsa/glsa-201803-03.xml
new file mode 100644
index 000000000000..0477e4cab6af
--- /dev/null
+++ b/metadata/glsa/glsa-201803-03.xml
@@ -0,0 +1,55 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
+<glsa id="201803-03">
+ <title>Go: User-assisted execution of arbitrary code</title>
+ <synopsis>A vulnerability in Go might allow remote attackers to execute
+ arbitrary commands during source code build.
+
+ </synopsis>
+ <product type="ebuild">go</product>
+ <announced>2018-03-07</announced>
+ <revised count="1">2018-03-07</revised>
+ <bug>647250</bug>
+ <access>remote</access>
+ <affected>
+ <package name="dev-lang/go" auto="yes" arch="*">
+ <unaffected range="ge">1.9.4</unaffected>
+ <vulnerable range="lt">1.9.4</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>A command injection flaw was discovered in the source code build phase
+ because of the “go get” command, which does not block -fplugin= and
+ -plugin arguments.
+ </p>
+ </description>
+ <impact type="high">
+ <p>A remote attacker could entice a user to process a repository containing
+ maliciously-crafted build instructions using “go get”, resulting in
+ the execution of arbitrary code with the privileges of the process.
+ </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.4"
+ </code>
+
+ </resolution>
+ <references>
+ <uri link="https://nvd.nist.gov/vuln/detail/CVE-2018-6574">CVE-2018-6574</uri>
+ </references>
+ <metadata tag="requester" timestamp="2018-03-06T19:46:03Z">chrisadr</metadata>
+ <metadata tag="submitter" timestamp="2018-03-07T19:03:39Z">chrisadr</metadata>
+</glsa>