CVE-2025-68239
CVE-2025-68239: In the Linux kernel, binfmt_misc bm_register_write() opened an executable with open_exec(), temporarily denying write access to prevent modification during execution. If an error occurred, it closed the file with filp_close() without restoring write permission. The fix calls exe_f...