Search for packages
purl | pkg:gem/rubygems-update@3.0.3 |
Vulnerability | Summary | Fixed by |
---|---|---|
This package is not known to be affected by vulnerabilities. |
Vulnerability | Summary | Aliases |
---|---|---|
VCID-4z5m-pfsj-6qdt | An issue was discovered in RubyGems 2.6 and later through 3.0.2. Since Gem::UserInteraction#verbose calls say without escaping, escape sequence injection is possible. |
CVE-2019-8321
GHSA-fr32-gr5c-xq5c |
VCID-55ab-2wkt-dfcy | An issue was discovered in RubyGems 2.6 and later through 3.0.2. A crafted gem with a multi-line name is not handled correctly. Therefore, an attacker could inject arbitrary code to the stub line of gemspec, which is eval-ed by code in ensure_loadable_spec during the preinstall check. |
CVE-2019-8324
GHSA-76wm-422q-92mq |
VCID-5gck-a7sm-tbe1 | An issue was discovered in RubyGems 2.6 and later through 3.0.2. The gem owner command outputs the contents of the API response directly to stdout. Therefore, if the response is crafted, escape sequence injection may occur. |
CVE-2019-8322
GHSA-mh37-8c3g-3fgc |
VCID-6jkx-n7aj-73g3 | An issue was discovered in RubyGems 2.6 and later through 3.0.2. Since Gem::CommandManager#run calls alert_error without escaping, escape sequence injection is possible. (There are many ways to cause an error.) |
CVE-2019-8325
GHSA-4wm8-fjv7-j774 |
VCID-9fjb-7wus-cfeu | An issue was discovered in RubyGems 2.6 and later through 3.0.2. Gem::GemcutterUtilities#with_response may output the API response to stdout as it is. Therefore, if the API side modifies the response, escape sequence injection may occur. |
CVE-2019-8323
GHSA-3h4r-pjv6-cph9 |
VCID-fwds-unu4-n7gn | A Directory Traversal issue was discovered in RubyGems 2.7.6 and later through 3.0.2. Before making new directories or touching files (which now include path-checking code for symlinks), it would delete the target destination. If that destination was hidden behind a symlink, a malicious gem could delete arbitrary files on the user's machine, presuming the attacker could guess at paths. Given how frequently gem is run as sudo, and how predictable paths are on modern systems (/tmp, /usr, etc.), this could likely lead to data loss or an unusable system. |
CVE-2019-8320
GHSA-5x32-c9mf-49cc |