Leaky Vessels flaws allow hackers to escape Docker, runc containers
Leaky Vessels flaws allow hackers to escape Docker, runc containers
Four vulnerabilities collectively called "Leaky Vessels" allow hackers to escape containers and access data on the underlying host operating system.
You're viewing a single thread.
What are the hackers doing in my container in the first place? And how did they drop to shell?
2 1 ReplyMaybe if you try to run fishy apps on containers then the hacker can exploit out of the container. I guess that's a possible scenario 🤔
1 0 ReplyPossibly - so if I keep staying clear of fishy apps I’d be fine.
Does this affect lxc/d as welll?
2 1 ReplyIt affects mainly docker and kubernets containers. I did a little research and apparently docker isn't based of lxc/lxd anymore, so I suppose that it doesn't affect those. Although I'm not sure what kubernets is based off
2 0 ReplyKubernetes and docker both use containerd, which in turn uses runc which is what the vulnerability is in.
4 0 Reply