CVE-2022-29218: Unauthorized takeover for new versions of some platform-specific gems
RubyGems is a package registry used to supply software for the Ruby language ecosystem. An ordering mistake in the code that accepts gem uploads allowed some gems (with platforms ending in numbers, like arm64-darwin-21) to be temporarily replaced in the CDN cache by a malicious package. The bug has been patched, and is believed to have never been exploited, based on an extensive review of logs and existing gems by rubygems. The easiest way to ensure that an application has not been exploited by this vulnerability is to verify all downloaded .gems checksums match the checksum recorded in the RubyGems.org database. RubyGems.org has been patched and is no longer vulnerable to this issue.
Affected Software
Event History
Frequently Asked Questions
What is CVE-2022-29218?
CVE-2022-29218 is a vulnerability in RubyGems, a package registry used for the Ruby language ecosystem.
What is the severity of CVE-2022-29218?
CVE-2022-29218 has a severity level of high (7.5).
How does CVE-2022-29218 affect RubyGems?
CVE-2022-29218 allows malicious packages to temporarily replace certain gems in the CDN cache.
What is the fix for CVE-2022-29218?
To fix CVE-2022-29218, users should update to the latest version of RubyGems and clear their CDN caches.
Where can I find more information about CVE-2022-29218?
You can find more information about CVE-2022-29218 in the references provided: [GitHub Security Advisory](https://github.com/rubygems/rubygems.org/security/advisories/GHSA-2jmx-8mh8-pm8w) and [NetApp Security Advisory](https://security.netapp.com/advisory/ntap-20220629-0010/).