Show HN: MicroVM daemon, deploy any Docker image

2 pointsposted 13 hours ago
by sankalpnarula

Item id: 49485801

3 Comments

d3Xt3r

7 hours ago

Unfortunately even your solution isn't immune to vulnerabilities, as kvm can be leveraged to gain access to the host by means of exploits like Januscape (CVE-2026-53359) or Zapscape (CVE-2026-64561).

A more secure option would be to avoid kvm completely and just run the container under an isolated kernel space using mklinux. The other advantage of mklinux is performance, there's no virtualisation tax to pay. See: https://lore.kernel.org/lkml/ao34RJ7aZ2BLd67S@pop-os.localdo...