HOMEVULNERABILITIESCVE-2026-23234
NONE

CVE-2026-23234

Published: March 4, 2026· Updated: Mar 4, 2026

EPSS:0.03%probability of exploitation in 30 daysPercentile:9.4th

Official Description

In the Linux kernel, the following vulnerability has been resolved:

f2fs: fix to avoid UAF in f2fs_write_end_io()

As syzbot reported an use-after-free issue in f2fs_write_end_io().

It is caused by below race condition:

loop device umount

- worker_thread

- loop_process_work

- do_req_filebacked

- lo_rw_aio

- lo_rw_aio_complete

- blk_mq_end_request

- blk_update_request

- f2fs_write_end_io

- dec_page_count

- folio_end_writeback

- kill_f2fs_super

- kill_block_super

- f2fs_put_super

: free(sbi)

: get_pages(, F2FS_WB_CP_DATA)

accessed sbi which is freed

In kill_f2fs_super(), we will drop all page caches of f2fs inodes before

call free(sbi), it guarantee that all folios should end its writeback, so

it should be safe to access sbi before last folio_end_writeback().

Let's relocate ckpt thread wakeup flow before folio_end_writeback() to

resolve this issue.

NVD Source

Technical Analysis

CVE-2026-23234 requires local access, meaning attackers must already have a foothold on the target system.

Exploitation requires some privileges, which limits the exposure to scenarios where an attacker has already gained initial access.

Affected Vendors & Products

Mentioned vendors (from description):
Linux
CPE data not yet available in NVD for this CVE.

Exploit & PoC Resources

NO KNOWN EXPLOITNo public exploit confirmed at this time
External links open in a new tab. Always verify in a controlled environment before use.

All References (8)

Quick Facts

CVE IDCVE-2026-23234
SeverityNONE
CISA KEVNo
EPSS (30d)0.03%
PublishedMar 4, 2026

Recommended Actions

  • Apply vendor patches immediately
  • Monitor CVE-2026-23234 in threat intel feeds
  • Review IDS/IPS signatures for exploitation attempts
Data sourced from NVD (NIST), CISA KEV, and EPSS (FIRST). Analysis generated by CTIWATCH.COM. CVE data is provided under the NVD usage policy.