logoalt Hacker News

cognitiveinlinetoday at 8:31 AM1 replyview on HN

BS.

Unless we're talking 0-day/CVE, running an unprivileged container is as trustable as a VM. The only difference is how strictly you want to hold the memory/CPU bar. Infact on linux, containers are more lightweight than VMs.

So yeah, not "vulnerable".


Replies

angry_octettoday at 1:34 PM

LLMs are great at finding 0-day, and people are rubbish at updating their containers and hosts to patch b-day.

Containers have access to the kernel ABI, and as shown in the latest kernel exploits, all the memory handling surface that exposes. The virtualisation interface, offering fewer services, is significantly harder.

Containers are obviously lighter than VMs, both to start and to schedule, but firecracker is pretty fast. gVisor pays overhead per syscall vs at startup.

So yeah, more vulnerable.

show 1 reply