
CVE-2020-36327 – rubygem-bundler: Dependencies of gems with explicit source may be installed from a different source
https://notcve.org/view.php?id=CVE-2020-36327
29 Apr 2021 — Bundler 1.16.0 through 2.2.9 and 2.2.11 through 2.2.16 sometimes chooses a dependency source based on the highest gem version number, which means that a rogue gem found at a public source may be chosen, even if the intended choice was a private gem that is a dependency of another private gem that is explicitly depended on by the application. NOTE: it is not correct to use CVE-2021-24105 for every "Dependency Confusion" issue in every product. Bundler versiones 1.16.0 hasta 2.2.9 y versiones 2.2.11 hasta 2.2... • https://bundler.io/blog/2021/02/15/a-more-secure-bundler-we-fixed-our-source-priorities.html • CWE-494: Download of Code Without Integrity Check •

CVE-2021-24105 – Package Managers Configurations Remote Code Execution Vulnerability
https://notcve.org/view.php?id=CVE-2021-24105
25 Feb 2021 —
Depending on configuration of various package managers it is possible for an attacker to insert a malicious package into a package manager's repository which can be retrieved and used during development, build, and release processes. This insertion could lead to remote code execution. We believe this vulnerability affects multiple package managers across multiple languages, including but not limited to: Python/pip, .NET/NuGet, Java/Maven, JavaScript/npm.
Attack scenarios
An... • https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2021-24105 •