Closed
Description
Type of Issue
Potential Regex Denial of Service (ReDoS)
Description
The vulnerable regular expressions are located in
The ReDOS vulnerabilities of the regex are mainly due to the sub-pattern [^\W_]+\w* and can be exploited with the following string
"__"+"1"*5000 + "!"
I think you can limit the input length or modify these regexes.
Metadata
Metadata
Assignees
Labels
No labels