Import Source
https://github.com/microsoft/AzureLinuxVulnerabilityData/blob/main/osv/AZL-96344.json
JSON Data
https://api.osv.dev/v1/vulns/AZL-96344
Upstream
Published
2026-08-15T13:17:53Z
Modified
2026-09-02T06:51:55Z
Summary
CVE-2026-74487 affecting package kernel 6.6.150.1-1
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.

References

Affected packages

Azure Linux:3 / kernel

Package

Name
kernel
Purl
pkg:rpm/azure-linux/kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Last affected
6.6.150.1-1

Database specific

source
"https://github.com/microsoft/AzureLinuxVulnerabilityData/blob/main/osv/AZL-96344.json"