Hacker News new | ask | show | jobs
by quantummagic 44 days ago
Not of the host system, assuming we're talking about a compromised VM, running as a non-root user.
1 comments

I assume you mean container, not VM. But yes, container makes it harder.
Worth adding also that you can only use these vectors to corrupt the page cache for files reachable in your mount namespace.

Usually with containers, almost nothing is shared with the host namespaces (tho likely shared with other container namespaces, hopefully none of those are --priv).