super interesting pseudo IPC channel and at least mildly concerning from a security perspective. saw it on your site first and am shocked there is not a single other comment yet here
was hoping to find at least one “cmon this is easy to avoid with X thing in the kernel/OS” info nugget dropped
I'm not sure how much of a security concern this one is, at least for the kinds of things I care about with respect to containers.
I want my containers to be able to run work without other containers spying on them (already hard thanks to timing attacks).
This IPC channel only works if both containers are collaborating together. I don't think you can use it to spy on my container if my container isn't actively participating.
Agreed that this is not a critical problem, and the cooperative side channel can be useful in otherwise uncooperative environments.
The article does mention wanting to coordinate across multiple identical processes running on the same node in a wide variety of environments as the motivator.
Here's a recipe for running the proof of concept using Docker on a Mac:
Animated screenshot demo here: https://simonwillison.net/2025/Nov/12/h4x0rchat/super interesting pseudo IPC channel and at least mildly concerning from a security perspective. saw it on your site first and am shocked there is not a single other comment yet here
was hoping to find at least one “cmon this is easy to avoid with X thing in the kernel/OS” info nugget dropped
I'm not sure how much of a security concern this one is, at least for the kinds of things I care about with respect to containers.
I want my containers to be able to run work without other containers spying on them (already hard thanks to timing attacks).
This IPC channel only works if both containers are collaborating together. I don't think you can use it to spy on my container if my container isn't actively participating.
Agreed that this is not a critical problem, and the cooperative side channel can be useful in otherwise uncooperative environments.
The article does mention wanting to coordinate across multiple identical processes running on the same node in a wide variety of environments as the motivator.
So maybe it should be a feature, not a bug :)