Are we affected by any application?

I don’t think so as we are not dependent on Google Cloud in any way.

Hi @mrmarkuz

I’m posting the breached that happened to Google, but this is related to runc, this is related to containers.

This is about a non-root user gaining access to the system:

Thanks,

1 Like

As far as I understand it, crun is used by podman in NS8.

If there’s a security issue, it should be fixed by updating the OS.

1 Like

Yes NS8 has no runc at all and NS8 apps are typically rootless. From the above advisory:

  • Using rootless containers, as doing so will block most of the
    inadvertent writes (runc would run with reduced privileges, making
    attempts to write to procfs files ineffective).

Check the current Podman settings with:

podman system info | grep -A 3 ociRuntime
2 Likes