ReDoS (Regular Expression Denial of Service)
ReDOS is an attack method to compromise the Regex vulnerabilities which evaluate arbitrary inputs.
Evil (Vulnerable) Regex
Malicious Input
If a target website validates user input with the above vulnerable Regex, we may be able to compromise the target system by the following malicious input:
Last updated