Copy-fail-destroyer: K8s remediation for CVE-2026-31431

evenh 17 points 13 comments April 30, 2026
github.com · View on Hacker News

Discussion Highlights (4 comments)

cassianoleal

Yeah run a highly privileged, node-level workload by an Internet stranger to mitigate against a kernel vulnerability. No thanks. In any case, this unloads the module which does nothing if it's compiled into the kernel as in GKE.

antiloper

Blacklisting a kernel module only prevents modprobe from loading it automatically. modprobe by name still works, even if the module is blacklisted, and so does insmod and the syscalls they use. The author is way above their head and thinks that because they can write Copilot prompts they can write security critical software.

__turbobrew__

Just use chef or whatever configuration management system of choice.

parliament32

The k8s remediation is setting allowPrivilegeEscalation to false, which you should have already been doing if you follow the in-tree Pod Security Standards at the Restricted profile.

Semantic search powered by Rivestack pgvector
8,303 stories · 78,303 chunks indexed