You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
Node-Redis potential exponential regex in monitor mode
High severity
GitHub Reviewed
Published
Apr 23, 2021
in
redis/node-redis
•
Updated Jan 29, 2023
When a client is in monitoring mode, the regex begin used to detected monitor messages could cause exponential backtracking on some strings. This issue could lead to a denial of service.
Patches
The problem was fixed in commit 2d11b6d and was released in version 3.1.1.
Impact
When a client is in monitoring mode, the regex begin used to detected monitor messages could cause exponential backtracking on some strings. This issue could lead to a denial of service.
Patches
The problem was fixed in commit
2d11b6d
and was released in version3.1.1
.References
#1569 (GHSL-2021-026)
References