Potential Vulnerability: Regular expression Denial of Service - ReDoS #302
ganpatgutte
started this conversation in
General
Replies: 1 comment
-
Thank you @ganpatgutte for the report. Or do you see cases where some injected text could cause this vulnerability? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I came across a potential denial of service vulnerability, if a malicious expression is used the regular expression could run indefinite and may result in denial of service error.
Solution: Restricting or adding some timeout while declaring regex would help avoid the denial of service issue.
your thoughts please!
Beta Was this translation helpful? Give feedback.
All reactions