Inefficient Regular Expression Complexity in actionpack
CVE-2023-22792
- actionpack
Summary
A regular expression based DoS vulnerability in Action Dispatch versions 3.0.0.beta through 5.2.8.1, 6.0.0.beta1 through 6.1.7 and 7.0.0.alpha1 through 7.0.4 Specially crafted cookies, in combination with a specially crafted "X_FORWARDED_HOST" header can cause the regular expression engine to enter a state of catastrophic backtracking. This can cause the process to use large amounts of CPU and memory, leading to a possible DoS vulnerability All users running an affected release should either upgrade or use one of the workarounds immediately.
- LOW
- NETWORK
- NONE
- UNCHANGED
- NONE
- NONE
- NONE
- HIGH
CWE-1333 - Inefficient Regular Expression Complexity
The product uses a regular expression with an inefficient, possibly exponential worst-case computational complexity that consumes excessive CPU cycles.
References
Advisory Timeline
- Published