diff options
author | GLSAMaker <glsamaker@gentoo.org> | 2024-08-10 08:23:41 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2024-08-10 10:23:53 +0200 |
commit | cf9015f3dee372a335e1d143abb09a32c988e7fa (patch) | |
tree | 2a5e519520ec7cf5c9062e9839e92095aa88d58a | |
parent | [ GLSA 202408-21 ] GPAC: Multiple Vulnerabilities (diff) | |
download | glsa-cf9015f3dee372a335e1d143abb09a32c988e7fa.tar.gz glsa-cf9015f3dee372a335e1d143abb09a32c988e7fa.tar.bz2 glsa-cf9015f3dee372a335e1d143abb09a32c988e7fa.zip |
[ GLSA 202408-22 ] Bundler: Multiple Vulnerabilities
Bug: https://bugs.gentoo.org/743214
Bug: https://bugs.gentoo.org/798135
Bug: https://bugs.gentoo.org/828884
Signed-off-by: GLSAMaker <glsamaker@gentoo.org>
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
-rw-r--r-- | glsa-202408-22.xml | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/glsa-202408-22.xml b/glsa-202408-22.xml new file mode 100644 index 00000000..f8076546 --- /dev/null +++ b/glsa-202408-22.xml @@ -0,0 +1,46 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="202408-22"> + <title>Bundler: Multiple Vulnerabilities</title> + <synopsis>Multiple vulnerabilities have been discovered in Bundler, the worst of which could lead to arbitrary code execution.</synopsis> + <product type="ebuild">bundler</product> + <announced>2024-08-10</announced> + <revised count="1">2024-08-10</revised> + <bug>743214</bug> + <bug>798135</bug> + <bug>828884</bug> + <access>local and remote</access> + <affected> + <package name="dev-ruby/bundler" auto="yes" arch="*"> + <unaffected range="ge">2.2.33</unaffected> + <vulnerable range="lt">2.2.33</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>Multiple vulnerabilities have been discovered in Bundler. Please review the CVE identifiers referenced below for details.</p> + </description> + <impact type="normal"> + <p>Please review the referenced CVE identifiers for details.</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-2.2.33" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2019-3881">CVE-2019-3881</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2020-36327">CVE-2020-36327</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2021-43809">CVE-2021-43809</uri> + </references> + <metadata tag="requester" timestamp="2024-08-10T08:23:41.517666Z">graaff</metadata> + <metadata tag="submitter" timestamp="2024-08-10T08:23:41.520457Z">graaff</metadata> +</glsa>
\ No newline at end of file |