CVE-2025-61772
Ruby vulnerability analysis and mitigation

Overview

Rack, a modular Ruby web server interface, disclosed a vulnerability (CVE-2025-61772) on October 7, 2025, affecting versions prior to 2.2.19, 3.1.17, and 3.2.2. The vulnerability exists in the Rack::Multipart::Parser component where it can accumulate unbounded data when a multipart part's header block never terminates with the required blank line (CRLFCRLF) (NVD, GitHub Advisory).

Technical details

The vulnerability stems from the parser's behavior of continuously appending incoming bytes to memory without implementing a size cap. When reading multipart headers, the parser waits for CRLFCRLF using @sbuf.scan_until(/(.*?\r\n)\r\n/m), and if the terminator never appears, it continues appending data (@sbuf.concat(content)) indefinitely. The vulnerability has been assigned a CVSS v3.1 base score of 7.5 (High) with a vector string of CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H, indicating it can be exploited remotely with no privileges required (GitHub Advisory, Miggo).

Impact

The vulnerability allows attackers to send incomplete multipart headers to trigger high memory usage, potentially leading to process termination (OOM) or severe slowdown. The impact scales with request size limits and concurrency, affecting all applications that handle multipart uploads. The effect can be particularly severe as there is no limit on accumulated header bytes, allowing a single malformed part to consume memory proportional to the request body size (GitHub Advisory).

Mitigation and workarounds

The vulnerability has been patched in Rack versions 2.2.19, 3.1.17, and 3.2.2, which implement a cap on per-part header size (64 KiB). For users unable to upgrade immediately, a recommended workaround is to restrict maximum request sizes at the proxy or web server layer, for example by using Nginx's client_max_body_size directive (NVD, GitHub Advisory).

Additional resources


SourceThis report was generated using AI

Related Ruby vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2025-68271CRITICAL10
  • RubyRuby
  • openc3
NoYesJan 13, 2026
GHSA-5qw5-wf2q-f538HIGH8.8
  • RubyRuby
  • activerecord-jdbc-adapter
NoYesJan 16, 2026
CVE-2026-22589HIGH7.5
  • RubyRuby
  • spree_core
NoYesJan 10, 2026
GHSA-mpwp-4h2m-765cMEDIUM6.6
  • RubyRuby
  • activejob
NoYesJan 16, 2026
CVE-2026-22588MEDIUM6.5
  • RubyRuby
  • spree_api
NoYesJan 08, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management