CVE-2026-74487

Source
https://cve.org/CVERecord?id=CVE-2026-74487
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74487.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-74487
Downstream
Published
2026-08-15T12:27:18Z
Modified
2026-08-25T03:51:35Z
Summary
binfmt_misc: restore write access when removing an entry
Details

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 long after the entry is gone until the inode is evicted from the inode cache.

Commit 90f601b497d7 ("binfmt_misc: restore write access before closing files opened by open_exec()") fixed the same imbalance in the error path of bm_register_write() but the actual removal path has been leaking the write denial since the introduction of the flag.

Restore write access in put_binfmt_handler() before closing the interpreter file.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/74xxx/CVE-2026-74487.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
948b701a607f123df92ed29084413e5dd8cda2ed
Fixed
7873f987213695e3564c8c259e6db283e4739472
Fixed
13efc628fdf641d901bdba07caa1c558e1bed046
Fixed
f1cf67f6be0babc73afa4ee0e27bdedffeeeb095
Fixed
dd9ba32169e73a3c3ba595cf1de1f4c69ceafb3c
Fixed
a50296cca2a1db9d8d21051e7d50f0cf3a4b7ec8
Fixed
fdc1d702bf3001586221fa07e598e876a0a854c5
Fixed
3b522487a3a9162b1b519eefde7998d103e3e07b
Fixed
db1856ea9196cf6e015d12199a34c0b9313c7bfa

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74487.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
4.8.0
Fixed
5.10.266
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.217
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.184
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.153
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.105
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.44
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.8

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74487.json"