REDOS
Regular Expression Denial of Service (ReDoS) exploits inefficient regex patterns to cause excessive CPU or memory usage, slowing down or crashing a web application. Attackers craft specially designed input that triggers catastrophic backtracking, forcing the regex engine into exponential execution time. The issue arises when developers unknowingly create inefficient regex patterns.
Last updated