AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2024-35221

MEDIUM · CVSS 4.3 EPSS 0.49% Public Exploit

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2024-05-29 · Last synced 2026-08-04

CyberRota Analysis

This is a medium severity vulnerability with a CVSS score of 4.3. It affects GitHub. Public exploit code or proof-of-concept references have been detected in its references. It may be remotely exploitable. It may lead to a denial-of-service condition.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2024-35221
Severity
MEDIUM
CVSS
4.3
EPSS
0.49%
GitHub

Original NVD Description

Rubygems.org is the Ruby community's gem hosting service. A Gem publisher can cause a Remote DoS when publishing a Gem. This is due to how Ruby reads the Manifest of Gem files when using Gem::Specification.from_yaml. from_yaml makes use of SafeYAML.load which allows YAML aliases inside the YAML-based metadata of a gem. YAML aliases allow for Denial of Service attacks with so-called `YAML-bombs` (comparable to Billion laughs attacks). This was patched. There is is no action required by users. This issue is also tracked as GHSL-2024-001 and was discovered by the GitHub security lab.