RubySec

Providing security resources for the Ruby community

CVE-2026-33169 (activesupport): Rails Active Support has a possible ReDoS vulnerability in number_to_delimited

Rails Active Support has a possible ReDoS vulnerability in number_to_delimited

Published: March 23, 2026

SECURITY IDENTIFIERS

GEM

activesupport

FRAMEWORK

Ruby on Rails

PATCHED VERSIONS

~> 7.2.3, >= 7.2.3.1 ~> 8.0.4, >= 8.0.4.1 >= 8.1.2.1

DESCRIPTION

Impact

NumberToDelimitedConverter used a regular expression with gsub! to insert thousands delimiters. This could produce quadratic time complexity on long digit strings.

Releases

The fixed releases are available at the normal locations.

RELATED