Skip to main content
Press slash or control plus K to focus the search. Use the arrow keys to navigate results and press enter to open a threat.
Reconnecting to live updates…
EPSS 0.4%top 69%

Ruby rack: Rack is a modular Ruby web server interface.

0
High
Published: 04/02/2026 (04/02/2026, 17:16:00 UTC)
Source: GCVE Database
Product: ruby-rack

Description

A denial of service vulnerability exists in Ruby Rack's HTTP Range header parsing prior to versions 2.2.23, 3.1.21, and 3.2.6. The Rack::Utils.get_byte_ranges method does not limit the number of individual byte ranges, allowing an attacker to supply many small overlapping ranges to cause excessive resource consumption. This leads to denial of service in file-serving paths processing multipart byte range responses. The issue has been patched in the specified versions.

CVSS v3.1

Score 5.3medium

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
Low
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L

Affected software

Ubuntu:Pro:14.04:LTSmore threats →ghsa
ruby-rack
pkg:deb/ubuntu/[email protected]+deb8u3ubuntu1~esm11?arch=source&distro=esm-infra-legacy/trusty
Affected versions
=1.5.2-1=1.5.2-1ubuntu0.1~esm1=1.5.2-3+deb8u3ubuntu1~esm2=1.5.2-3+deb8u3ubuntu1~esm3=1.5.2-3+deb8u3ubuntu1~esm4=1.5.2-3+deb8u3ubuntu1~esm6=1.5.2-3+deb8u3ubuntu1~esm7=1.5.2-3+deb8u3ubuntu1~esm8=1.5.2-3+deb8u3ubuntu1~esm9=1.5.2-3+deb8u3ubuntu1~esm10=1.5.2-3+deb8u3ubuntu1~esm11
Ubuntu:Pro:16.04:LTSmore threats →ghsa
ruby-rack
pkg:deb/ubuntu/[email protected]+esm10?arch=source&distro=esm-apps/xenial
Affected versions
<1.6.4-3ubuntu0.2+esm10=1.5.2-4=1.6.4-2=1.6.4-3=1.6.4-3ubuntu0.1=1.6.4-3ubuntu0.2=1.6.4-3ubuntu0.2+esm1=1.6.4-3ubuntu0.2+esm2=1.6.4-3ubuntu0.2+esm4=1.6.4-3ubuntu0.2+esm5=1.6.4-3ubuntu0.2+esm6=1.6.4-3ubuntu0.2+esm7=1.6.4-3ubuntu0.2+esm8=1.6.4-3ubuntu0.2+esm9
Ubuntu:Pro:18.04:LTSmore threats →ghsa
ruby-rack
pkg:deb/ubuntu/[email protected]+esm10?arch=source&distro=esm-apps/bionic
Affected versions
<1.6.4-4ubuntu0.2+esm10=1.6.4-4=1.6.4-4ubuntu0.1=1.6.4-4ubuntu0.2=1.6.4-4ubuntu0.2+esm1=1.6.4-4ubuntu0.2+esm2=1.6.4-4ubuntu0.2+esm4=1.6.4-4ubuntu0.2+esm5=1.6.4-4ubuntu0.2+esm6=1.6.4-4ubuntu0.2+esm7=1.6.4-4ubuntu0.2+esm8=1.6.4-4ubuntu0.2+esm9
Ubuntu:Pro:22.04:LTSmore threats →ghsa
ruby-rack
pkg:deb/ubuntu/[email protected]+esm3?arch=source&distro=esm-apps/jammy
Affected versions
<2.1.4-5ubuntu1.2+esm3=2.1.4-3=2.1.4-4=2.1.4-5=2.1.4-5ubuntu1=2.1.4-5ubuntu1+esm2=2.1.4-5ubuntu1+esm3=2.1.4-5ubuntu1+esm4=2.1.4-5ubuntu1+esm5=2.1.4-5ubuntu1.1=2.1.4-5ubuntu1.1+esm1=2.1.4-5ubuntu1.1+esm2=2.1.4-5ubuntu1.2=2.1.4-5ubuntu1.2+esm1=2.1.4-5ubuntu1.2+esm2
Ubuntu:24.04:LTSmore threats →ghsa
ruby-rack
pkg:deb/ubuntu/[email protected]?arch=source&distro=noble
Affected versions
<2.2.7-1ubuntu0.7=2.2.4-3=2.2.7-1=2.2.7-1ubuntu0.1=2.2.7-1ubuntu0.2=2.2.7-1ubuntu0.3=2.2.7-1ubuntu0.4=2.2.7-1ubuntu0.5=2.2.7-1ubuntu0.6
Ubuntu:25.10more threats →ghsa
ruby-rack
pkg:deb/ubuntu/[email protected]?arch=source&distro=questing
Affected versions
<3.1.16-0.1ubuntu0.3=2.2.7-1.1=3.1.16-0.1=3.1.16-0.1ubuntu0.1=3.1.16-0.1ubuntu0.2
Ubuntu:26.04:LTSmore threats →ghsa
ruby-rack
pkg:deb/ubuntu/[email protected]?arch=source&distro=resolute
Affected versions
=3.1.16-0.1=3.1.18-1=3.1.18-1build1=3.2.4-1ubuntu1

Run on your own infrastructure? Check whether these packages are installed with threat-finder — our free open-source scanner.

AI-Powered Analysis

Machine-generated threat intelligence

AILast updated: 07/22/2026, 23:55:23 UTC

Technical Analysis

Ruby Rack versions prior to 2.2.23, 3.1.21, and 3.2.6 contain a vulnerability in the Rack::Utils.get_byte_ranges method, which parses the HTTP Range header without limiting the count of individual byte ranges. Although a previous fix for CVE-2024-26141 addressed total byte coverage exceeding file size, it did not restrict the number of ranges. An attacker can exploit this by sending many small overlapping byte ranges (e.g., 0-0,0-0,0-0,...) to trigger excessive CPU, memory, I/O, and bandwidth consumption per request. This results in a denial of service condition in Rack file-serving paths that handle multipart byte range responses. The vulnerability is fixed in versions 2.2.23, 3.1.21, and 3.2.6.

Potential Impact

Exploitation of this vulnerability can cause denial of service by overwhelming server resources such as CPU, memory, I/O, and bandwidth when processing multipart byte range responses. There is no impact on confidentiality or integrity. The denial of service affects availability of services relying on vulnerable Rack versions.

Mitigation Recommendations

This vulnerability has been patched in Ruby Rack versions 2.2.23, 3.1.21, and 3.2.6. Users should upgrade to these or later versions to remediate the issue. Patch status is confirmed by the vendor advisory. No additional mitigations are specified.

Pro Console: star threats, build custom feeds, automate alerts via Slack, email & webhooks.Upgrade to Pro

Technical Details

Gcve Source
db.gcve.eu
Osv Id
UBUNTU-CVE-2026-34826
Osv Schema Version
1.7.0
Aliases
[]
Ecosystems
["Ubuntu:Pro:14.04:LTS","Ubuntu:Pro:16.04:LTS","Ubuntu:Pro:18.04:LTS","Ubuntu:Pro:22.04:LTS","Ubuntu:24.04:LTS","Ubuntu:25.10","Ubuntu:26.04:LTS"]
Database Specific Severity
null
Cvss Version
3.1

Threat ID: 6a61511b9c2644c7f8da5d55

Added to database: 07/22/2026, 23:24:11 UTC

Last enriched: 07/22/2026, 23:55:23 UTC

Last updated: 07/31/2026, 19:22:58 UTC

Views: 27

Community Reviews

0 reviews

Crowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.

Sort by
Loading community insights…

Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.

Actions

PRO

Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.

Please log in to the Console to use AI analysis features.

Need more coverage?

Upgrade to Pro Console for AI refresh and higher limits.

For incident response and remediation, OffSeq services can help resolve threats faster.

Latest Threats

Breach by OffSeqOFFSEQFRIENDS — 25% OFF

Check if your credentials are on the dark web

Instant breach scanning across billions of leaked records. Free tier available.

Scan now
OffSeq TrainingCredly Certified

Lead Pen Test Professional

Technical5-day eLearningPECB Accredited
View courses