In the Linux kernel, the following vulnerability has been resolved: binfmt_misc: restore write access when removing an entry Registering an entry with the MISC_FMT_OPEN_FILE flag opens the interpre…
Info
Summary
In the Linux kernel, the following vulnerability has been resolved: binfmt_misc: restore write access when removing an entry Registering an entry with the MISC_FMT_OPEN_FILE flag opens the interpreter via open_exec() which denies write access to it for as long as the entry exists. Removing the entry closes the interpreter file via filp_close() but never restores write access, leaving the inode's i_writecount permanently negative. Opening the interpreter for writing keeps failing with ETXTBSY …
In-depth triage
No in-depth report has been generated yet (DR-003 v2 AI pipeline is under construction).
Sources
- NVD DATABASE
Original Links
- https://git.kernel.org/stable/c/3b522487a3a9162b1b519eefde7998d103e3e07b
- https://git.kernel.org/stable/c/db1856ea9196cf6e015d12199a34c0b9313c7bfa
- https://git.kernel.org/stable/c/fdc1d702bf3001586221fa07e598e876a0a854c5
Timeline
- nvd_ingest NVD