diff options
author | Repository QA checks <repo-qa-checks@gentoo.org> | 2016-09-26 04:25:53 +0000 |
---|---|---|
committer | Repository QA checks <repo-qa-checks@gentoo.org> | 2016-09-26 04:25:53 +0000 |
commit | fda47ec5efdefc7173744d6495311531e8823f93 (patch) | |
tree | 2a251fc7e770fe763368926d7c55d9aad69b427b /metadata/glsa/glsa-201609-02.xml | |
parent | 2016-09-26 03:49:38 UTC (diff) | |
parent | Add GLSA 201609-02 (diff) | |
download | gentoo-fda47ec5efdefc7173744d6495311531e8823f93.tar.gz gentoo-fda47ec5efdefc7173744d6495311531e8823f93.tar.bz2 gentoo-fda47ec5efdefc7173744d6495311531e8823f93.zip |
Merge commit '68a7d0fc9405e35c5483acb931b6af51e52dca88'
Diffstat (limited to 'metadata/glsa/glsa-201609-02.xml')
-rw-r--r-- | metadata/glsa/glsa-201609-02.xml | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-201609-02.xml b/metadata/glsa/glsa-201609-02.xml new file mode 100644 index 000000000000..6478422b0fa2 --- /dev/null +++ b/metadata/glsa/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 ">=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> |