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-31715
PUBLISHED
More InfoOfficial Page
Assigner-Linux
Assigner Org ID-416baaa9-dc9f-4396-8d5f-8c081fb06d67
View Known Exploited Vulnerability (KEV) details
Published At-01 May, 2026 | 13:56
Updated At-07 May, 2026 | 04:35
Rejected At-
▼CVE Numbering Authority (CNA)
f2fs: fix UAF caused by decrementing sbi->nr_pages[] in f2fs_write_end_io()

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix UAF caused by decrementing sbi->nr_pages[] in f2fs_write_end_io() The xfstests case "generic/107" and syzbot have both reported a NULL pointer dereference. The concurrent scenario that triggers the panic is as follows: F2FS_WB_CP_DATA write callback umount - f2fs_write_checkpoint - f2fs_wait_on_all_pages(sbi, F2FS_WB_CP_DATA) - blk_mq_end_request - bio_endio - f2fs_write_end_io : dec_page_count(sbi, F2FS_WB_CP_DATA) : wake_up(&sbi->cp_wait) - kill_f2fs_super - kill_block_super - f2fs_put_super : iput(sbi->node_inode) : sbi->node_inode = NULL : f2fs_in_warm_node_list - is_node_folio // sbi->node_inode is NULL and panic The root cause is that f2fs_put_super() calls iput(sbi->node_inode) and sets sbi->node_inode to NULL after sbi->nr_pages[F2FS_WB_CP_DATA] is decremented to zero. As a result, f2fs_in_warm_node_list() may dereference a NULL node_inode when checking whether a folio belongs to the node inode, leading to a panic. This patch fixes the issue by calling f2fs_in_warm_node_list() before decrementing sbi->nr_pages[F2FS_WB_CP_DATA], thus preventing the use-after-free condition.

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/data.c
Default Status
unaffected
Versions
Affected
  • From 50fa53eccf9f911a5b435248a2b0bd484fd82e5e before 7be222de96c0f9eee6e65eeb017ef855ee185cfa (git)
  • From 50fa53eccf9f911a5b435248a2b0bd484fd82e5e before 963d2e24d9d92a31e6773b0f642214f10013ebf7 (git)
  • From 50fa53eccf9f911a5b435248a2b0bd484fd82e5e before 188bb65f247a7a7c62f287c9a263aee3cad96fa5 (git)
  • From 50fa53eccf9f911a5b435248a2b0bd484fd82e5e before 2d9c4a4ed4eef1f82c5b16b037aee8bad819fd53 (git)
Vendor
Linux Kernel Organization, IncLinux
Product
Linux
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Program Files
  • fs/f2fs/data.c
Default Status
affected
Versions
Affected
  • 4.19
Unaffected
  • From 0 before 4.19 (semver)
  • From 6.12.86 through 6.12.* (semver)
  • From 6.18.25 through 6.18.* (semver)
  • From 7.0.2 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/7be222de96c0f9eee6e65eeb017ef855ee185cfa
N/A
https://git.kernel.org/stable/c/963d2e24d9d92a31e6773b0f642214f10013ebf7
N/A
https://git.kernel.org/stable/c/188bb65f247a7a7c62f287c9a263aee3cad96fa5
N/A
https://git.kernel.org/stable/c/2d9c4a4ed4eef1f82c5b16b037aee8bad819fd53
N/A
Hyperlink: https://git.kernel.org/stable/c/7be222de96c0f9eee6e65eeb017ef855ee185cfa
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/963d2e24d9d92a31e6773b0f642214f10013ebf7
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/188bb65f247a7a7c62f287c9a263aee3cad96fa5
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/2d9c4a4ed4eef1f82c5b16b037aee8bad819fd53
Resource: N/A
Details not found