summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYury German <blueknight@gentoo.org>2016-09-26 00:12:38 -0400
committerYury German <blueknight@gentoo.org>2016-09-26 00:12:38 -0400
commit68a7d0fc9405e35c5483acb931b6af51e52dca88 (patch)
tree7c0d6e6ccc3a83851e16d27e605c3fa23dd070b1 /glsa-201609-02.xml
parentAdd GLSA 201609-01 correction (diff)
downloadglsa-68a7d0fc9405e35c5483acb931b6af51e52dca88.tar.gz
glsa-68a7d0fc9405e35c5483acb931b6af51e52dca88.tar.bz2
glsa-68a7d0fc9405e35c5483acb931b6af51e52dca88.zip
Add GLSA 201609-02
Diffstat (limited to 'glsa-201609-02.xml')
-rw-r--r--glsa-201609-02.xml52
1 files changed, 52 insertions, 0 deletions
diff --git a/glsa-201609-02.xml b/glsa-201609-02.xml
new file mode 100644
index 00000000..6478422b
--- /dev/null
+++ b/glsa-201609-02.xml
@@ -0,0 +1,52 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
+<glsa id="201609-02">
+ <title>Bundler: Insecure installation</title>
+ <synopsis>A vulnerability has been found in Bundler, allowing injection of
+ arbitrary code via the gem installation process.
+ </synopsis>
+ <product type="ebuild">bundler</product>
+ <announced>September 26, 2016</announced>
+ <revised>September 26, 2016: 1</revised>
+ <bug>523798</bug>
+ <access>remote</access>
+ <affected>
+ <package name="dev-ruby/bundler" auto="yes" arch="*">
+ <unaffected range="ge">1.7.3</unaffected>
+ <vulnerable range="lt">1.7.3</vulnerable>
+ </package>
+ </affected>
+ <background>
+ <p>Bundler provides a consistent environment for Ruby projects by tracking
+ and installing the exact gems and versions that are needed.
+ </p>
+ </background>
+ <description>
+ <p>Bundler, allows the installation of gems from different sources with the
+ same names, when multiple top-level gem sources are used.
+ </p>
+ </description>
+ <impact type="normal">
+ <p>Remote attackers could inject arbitrary code via the gem install
+ process.
+ </p>
+ </impact>
+ <workaround>
+ <p>There is no known workaround at this time.</p>
+ </workaround>
+ <resolution>
+ <p>All Bundler users should upgrade to the latest version:</p>
+
+ <code>
+ # emerge --sync
+ # emerge --ask --oneshot --verbose "&gt;=dev-ruby/bundler-1.7.3"
+ </code>
+ </resolution>
+ <references>
+ <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2013-0334">CVE-2013-0334</uri>
+ </references>
+ <metadata tag="requester" timestamp="Sat, 31 Jan 2015 22:12:51 +0000">
+ BlueKnight
+ </metadata>
+ <metadata tag="submitter" timestamp="Mon, 26 Sep 2016 04:04:29 +0000">b-man</metadata>
+</glsa>