Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2026-74486— binfmt_misc: use exe_file_deny_write_access() for the interpreter clone

Quick assessment

Affected
Linux Linux
Exploitation
No confirmed in-the-wild exploitation; assess based on exposure
Recommended action
Check the vendor advisory and references for a fixed version. If immediate upgrade is impossible, restrict exposure and increase monitoring.

Linux kernel是美国Linux基金会开源的一个操作系统内核。 Linux kernel 6.14版本存在安全漏洞,该漏洞源于binfmt_misc在MISC_FMT_OPEN_FILE条目中克隆解释器文件并通过deny_write_access()拒绝写入,但释放时使用exe_file_allow_write_access(),在设置FMODE_FSNOTIFY_HSM时跳过i_writecount增量,导致写入拒绝和允许不匹配,可能导致解释器文件不可写,并可能引发exec失败。

AI Predicted 5.5 Difficulty: Theoretical EPSS 0.17% · P6

Possible ATT&CK Techniques 1 AI

T1068 · Exploitation for Privilege Escalation

Affected Version Matrix 13

VendorProduct Version RangeStatus
Linux Linux 5b432413f7bbbc8b935138490a57be05c1921684< c65eb018c12179b5e2c7afe1f0956298576fecec affected
bb4715098d8e340bbbdd3a874b31f89867c8067e< 2bd860b7e752a51185960143cab9fec7bf32c84e affected
c152be5adc0975c75cc4f50891c9072d52d60b47< eea4b7c7711b1e425272d23352af157f45f4c3e3 affected
bf5ed2ef5cdb7b47ce606e3d48ea6eb803b31503< 2fdf8b07bee5ef99ec77773a6be05fbb8ee5cdb9 affected
483217fd6f7ccd98b3ed2531a54f75ed144b4499< f1e7ea3c8e070f19771cdaef55bbeda1359ad490 affected
0357ef03c94ef835bd44a0658b8edb672a9dbf51< 255a758697da87a205e072e0cfc35897b8f743b1 affected
0357ef03c94ef835bd44a0658b8edb672a9dbf51< f0edbaf487e4653a680a7abb91c1df94cb7886aa affected
0357ef03c94ef835bd44a0658b8edb672a9dbf51< fa5990ca8fd917003e526036bcc50413edb9722c affected
… +5 more rows
Get alerts for future matching vulnerabilities Log in to subscribe

I. Basic Information for CVE-2026-74486

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
binfmt_misc: use exe_file_deny_write_access() for the interpreter clone
Source: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: binfmt_misc: use exe_file_deny_write_access() for the interpreter clone For MISC_FMT_OPEN_FILE entries load_misc_binary() clones the registered interpreter file and denies write access to the clone via plain deny_write_access(). The clone is installed as bprm->interpreter and later released by the exec machinery through exe_file_allow_write_access() which skips the i_writecount increment for files with FMODE_FSNOTIFY_HSM set. The deny and allow side can therefore come to different conclusions when pre-content watches are in play: if a pre-content watch is added to the interpreter after registration every subsequent exec through that entry takes a write denial on the clone that is never paired with a write allowance, driving the interpreter inode's i_writecount further down with each exec and leaving the interpreter unwritable even after the entry and all its users are gone. Take the write denial via exe_file_deny_write_access() so both sides of the pairing base their decision on the same file mode, and propagate failure instead of silently ignoring it: an interpreter that is concurrently open for writing now fails the exec with ETXTBSY, exactly like an interpreter freshly opened via open_exec() would.
Source: CVE Program / CVE List V5
CVSS Information
N/A
Source: CVE Program / CVE List V5
Vulnerability Type
N/A
Source: CVE Program / CVE List V5
Vulnerability Title
Linux kernel 安全漏洞
Source: CNNVD (China National Vulnerability Database)
Vulnerability Description
Linux kernel是美国Linux基金会开源的一个操作系统内核。 Linux kernel 6.14版本存在安全漏洞,该漏洞源于binfmt_misc在MISC_FMT_OPEN_FILE条目中克隆解释器文件并通过deny_write_access()拒绝写入,但释放时使用exe_file_allow_write_access(),在设置FMODE_FSNOTIFY_HSM时跳过i_writecount增量,导致写入拒绝和允许不匹配,可能导致解释器文件不可写,并可能引发exec失败。
Source: CNNVD (China National Vulnerability Database)
CVSS Information
N/A
Source: CNNVD (China National Vulnerability Database)
Vulnerability Type
N/A
Source: CNNVD (China National Vulnerability Database)

Affected Products

Vendor Product Affected Versions CPE Subscribe
Linux Linux 5b432413f7bbbc8b935138490a57be05c1921684 ~ c65eb018c12179b5e2c7afe1f0956298576fecec -
Linux Linux 6.14 -

II. Public POCs for CVE-2026-74486

# POC Description Source Link Shenlong Link
AI-Generated POC Premium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2026-74486

登录查看更多情报信息。

Patches & Fixes for CVE-2026-74486 (8)

Same Patch Batch · Linux · 2026-08-15 · 845 CVEs total

CVE-2026-74280 10.0 CRITICAL crypto: marvell/octeontx - fix DMA cleanup using wrong loop index
CVE-2026-74279 10.0 CRITICAL crypto: cavium/cpt - fix DMA cleanup using wrong loop index
CVE-2026-74475 10.0 CRITICAL vxlan: use neigh_ha_snapshot() in route_shortcircuit()
CVE-2026-72421 10.0 CRITICAL ipv4: fib: Don't ignore error route in local/main tables.
CVE-2026-72408 10.0 CRITICAL geneve: gate GRO hint in geneve_gro_complete() on gs->gro_hint
CVE-2026-74309 10.0 CRITICAL vdpa/octeon_ep: fix IRQ-to-ring mapping in interrupt handler
CVE-2026-72407 10.0 CRITICAL geneve: validate inner network offset in geneve_gro_complete()
CVE-2026-72493 9.9 CRITICAL net: serialize netif_running() check in enqueue_to_backlog()
CVE-2026-72221 9.8 CRITICAL sunrpc: wait for in-flight TLS handshake callback when cancel loses race
CVE-2026-72466 9.8 CRITICAL xprtrdma: Fix bcall rep leak and unbounded peek
CVE-2026-72323 9.8 CRITICAL ipv4: igmp: Fix potential UAF in igmp_gq_start_timer()
CVE-2026-72463 9.8 CRITICAL xfrm: Fix dev use-after-free in xfrm async resumption
CVE-2026-72069 9.8 CRITICAL locking/rt: Fix the incorrect RCU protection in rt_spin_unlock()
CVE-2026-72339 9.8 CRITICAL qede: fix off-by-one in BD ring consumption on build_skb failure
CVE-2026-72065 9.8 CRITICAL net: mana: Validate the packet length reported by the NIC
CVE-2026-72064 9.8 CRITICAL net: mana: Sync page pool RX frags for CPU
CVE-2026-74255 9.8 CRITICAL tipc: fix UAF in tipc_l2_send_msg()
CVE-2026-74376 9.8 CRITICAL md/raid10: reset read_slot when reusing r10bio for discard
CVE-2026-72234 9.8 CRITICAL batman-adv: access unicast_ttvn skb->data only after skb realloc
CVE-2026-72041 9.8 CRITICAL espintcp: use sk_msg_free_partial to fix partial send

Showing top 20 of 845 CVEs. View all on vendor page &rarr; →

IV. Related Vulnerabilities

V. Comments for CVE-2026-74486

No comments yet


Leave a comment