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:18.236Z
Modified
2026-08-16T03:48:27.668718334Z
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 MISCFMTOPENFILE flag opens the interpreter via openexec() which denies write access to it for as long as the entry exists. Removing the entry closes the interpreter file via filpclose() but never restores write access, leaving the inode's iwritecount 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 ("binfmtmisc: restore write access before closing files opened by openexec()") fixed the same imbalance in the error path of bmregisterwrite() but the actual removal path has been leaking the write denial since the introduction of the flag.

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

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/74xxx/CVE-2026-74487.json",
    "cna_assigner": "Linux"
}
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
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
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"