A subtle correctness bug in the Linux kernel’s binfmt_misc handler has been assigned CVE-2025-68239 and quietly fixed upstream: when bm_register_write opens an executable via open_exec, the kernel denies write access while the file is treated as executable, but under certain error paths the code...