#HeadCrab bypass redis

2 messages · Page 1 of 1 (latest)

haughty kestrel
woeful musk
#

Two main things you can do to mitigate this is use auth so that you need a password. If you leave your Redis wide open, folks will mess with it. And then set ACLs to restrict the use of many Redis commands. In this particular case, the MODULE LOAD command which you should never need to run in production.

Details on ACLs are here: https://redis.io/docs/management/security/acl/