Earlier today I’ve realised my CPU is 100% used by a strange process, that after some research I found it is related to crypto-mining. It seems the issue is related to the Openvidu Docker image containing the Redis database image - the issue being the port of the Redis db made accessible to the internet. The details are in the two links provided.
Could this be prevented by setting the port of the Docker Image of the Redis DB to being closed by default and hence not exposed to the internet. I am aware that all unused ports should be closed by server admins, however not everyone is a server admin and not everyone remembers to do so.
Thanks in advance.