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

Goal: 1000 CNY · Raised: 1310 CNY

100%

CVE-2026-46194— f2fs: fix node_cnt race between extent node destroy and writeback

AI Predicted 5.5 Difficulty: Hard EPSS 0.02% · P5

Possible ATT&CK Techniques 1AI

T1499 · Endpoint Denial of Service

Affected Version Matrix 14

VendorProductVersion RangeStatus
LinuxLinux295b50e95e900da31ff237e46e04525fa799b2cf< 42dd1c91f993431d0b399502479d00e6ad1bca71affected
924f7dd1e832e4e4530d14711db223d2803f7b61< ab1eaf9d5c99042f5b0243bf67a06283a4c0757faffected
3fc5d5a182f6a1f8bd4dc775feb54c369dd2c343< b0e4395870eb3441ddc959f6710b5f6ca61aff26affected
3fc5d5a182f6a1f8bd4dc775feb54c369dd2c343< 0559a0e962aacbb47519e26ee663be04b72dcb92affected
3fc5d5a182f6a1f8bd4dc775feb54c369dd2c343< ed78aeebef05212ef7dca93bd931e4eff67c113faffected
6.6.66< 6.6.140affected
6.12.5< 6.12.88affected
6.13affected
… +6 more rows
Get alerts for future matching vulnerabilitiesLog in to subscribe

I. Basic Information for CVE-2026-46194

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
f2fs: fix node_cnt race between extent node destroy and writeback
Source: NVD (National Vulnerability Database)
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: f2fs: fix node_cnt race between extent node destroy and writeback f2fs_destroy_extent_node() does not set FI_NO_EXTENT before clearing extent nodes. When called from f2fs_drop_inode() with I_SYNC set, concurrent kworker writeback can insert new extent nodes into the same extent tree, racing with the destroy and triggering f2fs_bug_on() in __destroy_extent_node(). The scenario is as follows: drop inode writeback - iput - f2fs_drop_inode // I_SYNC set - f2fs_destroy_extent_node - __destroy_extent_node - while (node_cnt) { write_lock(&et->lock) __free_extent_tree write_unlock(&et->lock) - __writeback_single_inode - f2fs_outplace_write_data - f2fs_update_read_extent_cache - __update_extent_tree_range // FI_NO_EXTENT not set, // insert new extent node } // node_cnt == 0, exit while - f2fs_bug_on(node_cnt) // node_cnt > 0 Additionally, __update_extent_tree_range() only checks FI_NO_EXTENT for EX_READ type, leaving EX_BLOCK_AGE updates completely unprotected. This patch set FI_NO_EXTENT under et->lock in __destroy_extent_node(), consistent with other callers (__update_extent_tree_range and __drop_extent_tree) and check FI_NO_EXTENT for both EX_READ and EX_BLOCK_AGE tree.
Source: NVD (National Vulnerability Database)
CVSS Information
N/A
Source: NVD (National Vulnerability Database)
Vulnerability Type
N/A
Source: NVD (National Vulnerability Database)
Vulnerability Title
Linux kernel 安全漏洞
Source: CNNVD (China National Vulnerability Database)
Vulnerability Description
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于f2fs中extent节点销毁与写回之间的node_cnt竞争,当f2fs_destroy_extent_node未设置FI_NO_EXTENT时,并发写回可能插入新extent节点,触发f2fs_bug_on。
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

VendorProductAffected VersionsCPESubscribe
LinuxLinux 295b50e95e900da31ff237e46e04525fa799b2cf ~ 42dd1c91f993431d0b399502479d00e6ad1bca71 -
LinuxLinux 6.13 -

II. Public POCs for CVE-2026-46194

#POC DescriptionSource LinkShenlong Link
AI-Generated POCPremium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2026-46194

登录查看更多情报信息。

Patches & Fixes for CVE-2026-46194 (4)

Same Patch Batch · Linux · 2026-05-28 · 138 CVEs total

CVE-2026-46189RDMA/vmw_pvrdma: Fix double free on pvrdma_alloc_ucontext() error path
CVE-2026-46207vsock/virtio: fix empty payload in tap skb for non-linear buffers
CVE-2026-46206batman-adv: reject new tp_meter sessions during teardown
CVE-2026-46205staging: media: atomisp: Disallow all private IOCTLs
CVE-2026-46204drm/amdgpu/vcn4: Prevent OOB reads when parsing IB
CVE-2026-46203spi: cadence-quadspi: fix unclocked access on unbind
CVE-2026-46202HID: appletb-kbd: run inactivity autodim from workqueues
CVE-2026-46201drm/xe: Fix dma-buf attachment leak in xe_gem_prime_import()
CVE-2026-46200spi: mpc52xx: fix controller deregistration
CVE-2026-46199drm/amdgpu/vcn4: Prevent OOB reads when parsing dec msg
CVE-2026-46198batman-adv: fix integer overflow on buff_pos
CVE-2026-46197drm/amdkfd: validate SVM ioctl nattr against buffer size
CVE-2026-46196tracepoint: balance regfunc() on func_add() failure in tracepoint_add_func()
CVE-2026-46195smb: client: validate dacloffset before building DACL pointers
CVE-2026-46193xfrm: ah: account for ESN high bits in async callbacks
CVE-2026-46192spi: microchip-core-qspi: don't attempt to transmit during emulated read-only dual/quad op
CVE-2026-46191fbcon: Avoid OOB font access if console rotation fails
CVE-2026-46190mtd: spi-nor: debugfs: fix out-of-bounds read in spi_nor_params_show()
CVE-2026-46179ASoC: SOF: Don't allow pointer operations on unconfigured streams
CVE-2026-46177ipmi: Add limits to event and receive message requests

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-46194

No comments yet


Leave a comment