Logo
-

Byte Open Security

(ByteOS Network)

Log In

Sign Up

ByteOS

Security
Vulnerability Details
Registries
Custom Views
Weaknesses
Attack Patterns
Filters & Tools
CVE Vulnerability Details :
CVE-2026-46194
PUBLISHED
More InfoOfficial Page
Assigner-Linux
Assigner Org ID-416baaa9-dc9f-4396-8d5f-8c081fb06d67
View Known Exploited Vulnerability (KEV) details
Published At-28 May, 2026 | 09:36
Updated At-28 May, 2026 | 09:36
Rejected At-
▼CVE Numbering Authority (CNA)
f2fs: fix node_cnt race between extent node destroy and writeback

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.

Affected Products
Vendor
Linux Kernel Organization, IncLinux
Product
Linux
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Program Files
  • fs/f2fs/extent_cache.c
Default Status
unaffected
Versions
Affected
  • From 295b50e95e900da31ff237e46e04525fa799b2cf before 42dd1c91f993431d0b399502479d00e6ad1bca71 (git)
  • From 924f7dd1e832e4e4530d14711db223d2803f7b61 before ab1eaf9d5c99042f5b0243bf67a06283a4c0757f (git)
  • From 3fc5d5a182f6a1f8bd4dc775feb54c369dd2c343 before b0e4395870eb3441ddc959f6710b5f6ca61aff26 (git)
  • From 3fc5d5a182f6a1f8bd4dc775feb54c369dd2c343 before 0559a0e962aacbb47519e26ee663be04b72dcb92 (git)
  • From 3fc5d5a182f6a1f8bd4dc775feb54c369dd2c343 before ed78aeebef05212ef7dca93bd931e4eff67c113f (git)
  • From 6.6.66 before 6.6.140 (semver)
  • From 6.12.5 before 6.12.88 (semver)
Vendor
Linux Kernel Organization, IncLinux
Product
Linux
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Program Files
  • fs/f2fs/extent_cache.c
Default Status
affected
Versions
Affected
  • 6.13
Unaffected
  • From 0 before 6.13 (semver)
  • From 6.6.140 through 6.6.* (semver)
  • From 6.12.88 through 6.12.* (semver)
  • From 6.18.30 through 6.18.* (semver)
  • From 7.0.7 through 7.0.* (semver)
  • From 7.1-rc1 through * (original_commit_for_fix)
Metrics
VersionBase scoreBase severityVector
Metrics Other Info
Impacts
CAPEC IDDescription
Solutions

Configurations

Workarounds

Exploits

Credits

Timeline
EventDate
Replaced By

Rejected Reason

References
HyperlinkResource
https://git.kernel.org/stable/c/42dd1c91f993431d0b399502479d00e6ad1bca71
N/A
https://git.kernel.org/stable/c/ab1eaf9d5c99042f5b0243bf67a06283a4c0757f
N/A
https://git.kernel.org/stable/c/b0e4395870eb3441ddc959f6710b5f6ca61aff26
N/A
https://git.kernel.org/stable/c/0559a0e962aacbb47519e26ee663be04b72dcb92
N/A
https://git.kernel.org/stable/c/ed78aeebef05212ef7dca93bd931e4eff67c113f
N/A
Hyperlink: https://git.kernel.org/stable/c/42dd1c91f993431d0b399502479d00e6ad1bca71
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/ab1eaf9d5c99042f5b0243bf67a06283a4c0757f
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/b0e4395870eb3441ddc959f6710b5f6ca61aff26
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/0559a0e962aacbb47519e26ee663be04b72dcb92
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/ed78aeebef05212ef7dca93bd931e4eff67c113f
Resource: N/A
Details not found