Active Record subject to Regular Expression Denial-of-Service (ReDoS)
High severity
GitHub Reviewed
Published
Mar 2, 2021
to the GitHub Advisory Database
•
Updated Jul 3, 2023
Package
Affected versions
>= 5.0.0, <= 5.2.4.4
>= 6.0.0, <= 6.0.3.4
>= 6.1.0, <= 6.1.2.0
Patched versions
5.2.4.5
6.0.3.5
6.1.2.1
Description
Published by the National Vulnerability Database
Feb 11, 2021
Reviewed
Mar 2, 2021
Published to the GitHub Advisory Database
Mar 2, 2021
Last updated
Jul 3, 2023
The PostgreSQL adapter in Active Record before 6.1.2.1, 6.0.3.5, 5.2.4.5 suffers from a regular expression denial of service (REDoS) vulnerability. Carefully crafted input can cause the input validation in the
money
type of the PostgreSQL adapter in Active Record to spend too much time in a regular expression, resulting in the potential for a DoS attack. This only impacts Rails applications that are using PostgreSQL along with money type columns that take user input.References