CVE-2023-40165

rubygems.org is the Ruby community's primary gem (library) hosting service. Insufficient input validation allowed malicious actors to replace any uploaded gem version that had a platform, version number, or gem name matching `/-\d/`, permanently replacing the legitimate upload in the canonical gem storage bucket, and triggering an immediate CDN purge so that the malicious gem would be served immediately. The maintainers have checked all gems matching the `/-\d/` pattern and can confirm that no unexpected `.gem`s were found. As a result, we believe this vulnerability was _not_ exploited. The easiest way to ensure that a user's applications were not exploited by this vulnerability is to check that all of your downloaded .gems have a checksum that matches the checksum recorded in the RubyGems.org database. RubyGems contributor Maciej Mensfeld wrote a tool to automatically check that all downloaded .gem files match the checksums recorded in the RubyGems.org database. You can use it by running: `bundle add bundler-integrity` followed by `bundle exec bundler-integrity`. Neither this tool nor anything else can prove you were not exploited, but the can assist your investigation by quickly comparing RubyGems API-provided checksums with the checksums of files on your disk. The issue has been patched with improved input validation and the changes are live. No action is required on the part of the user. Users are advised to validate their local gems.
Configurations

Configuration 1 (hide)

cpe:2.3:a:rubygems:rubygems.org:*:*:*:*:*:*:*:*

History

24 Aug 2023, 20:50

Type Values Removed Values Added
References (MISC) https://github.com/rubygems/rubygems.org/security/advisories/GHSA-rxcq-2m4f-94wm - (MISC) https://github.com/rubygems/rubygems.org/security/advisories/GHSA-rxcq-2m4f-94wm - Vendor Advisory
References (MISC) https://github.com/rubygems/rubygems.org/commit/7e19c19247ddf5885a915710afc60ec6663d8502 - (MISC) https://github.com/rubygems/rubygems.org/commit/7e19c19247ddf5885a915710afc60ec6663d8502 - Patch
First Time Rubygems rubygems.org
Rubygems
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 7.5
CPE cpe:2.3:a:rubygems:rubygems.org:*:*:*:*:*:*:*:*
CWE CWE-20 NVD-CWE-noinfo

17 Aug 2023, 18:54

Type Values Removed Values Added
New CVE

Information

Published : 2023-08-17 18:15

Updated : 2023-12-10 15:14


NVD link : CVE-2023-40165

Mitre link : CVE-2023-40165

CVE.ORG link : CVE-2023-40165


JSON object : View

Products Affected

rubygems

  • rubygems.org
CWE
NVD-CWE-noinfo CWE-20

Improper Input Validation