CVE-2026-31715

HIGH

CVSS v3.1: 7.8 · EPSS: 0.0012 (2.1 パーセンタイル)

操作不要Use After Free

出典データ取得時点:

概要

深刻度
HIGH
CVSS
7.8 v3.1 · NVD
EPSS
0.0012 (2.1 パーセンタイル) · FIRST.org
CISA KEV
非該当
タイプ
Use After Free · NVD CWE
攻撃条件(CVSSベクター)
操作不要 · 出典: NVD ベクター
影響を受けるベンダー
linux
公開日
2026-05-01 · 更新日: 2026-06-19

CVSS / EPSS / KEV

CVSS v3.1 7.8 / 10 HIGH 出典: NVD
EPSS 0.0012 2.1 パーセンタイル 出典: FIRST.org
CISA KEV 非該当 出典: CISA

出典 — CVSS: NVD · EPSS: FIRST.org · KEV: CISA. データと出典

説明

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.

レコード詳細

CVE ID
CVE-2026-31715
CVSS (v3.1)
7.8 (HIGH)
ベクター
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
悪用可能性サブスコア
1.8
影響度サブスコア
5.9
EPSS
0.0012 (2.1 パーセンタイル) — 2026-06-20
CISA KEV
非該当
脆弱性タイプ (CWE)
CWE-416
影響を受けるベンダー
linux
影響構成数 (CPE)
3
公開日
2026-05-01
更新日
2026-06-19
ステータス
Modified

参照情報

NVDが列挙した参照URLを、リンクのホスト・パターンに対する機械的な一致でグループ化したもの。ラベルはリンクの種別のみを示します。