3 matches found
SUSE CVE-2025-68239
In the Linux kernel, the following vulnerability has been resolved: binfmtmisc: restore write access before closing files opened by openexec bmregisterwrite opens an executable file using openexec, which internally calls doopenexecat and denies write access on the file to avoid modification while...
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...
Linux kernel 安全漏洞
Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in Linux kernel that stems from bmregisterwrite not restoring file write permissions, which could cause subsequent write operations to fail...