Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-23234

7.8 · HIGH
Published Mar 4, 2026 linux CWE-416 EPSS 0.12% (2th pctl)

Overview

CVE-2026-23234 is a high-severity vulnerability affecting linux linux_kernel. It was published on March 4, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical 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.

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 3.13, < 5.10.251 Affected

Frequently Asked Questions

What is CVE-2026-23234?

CVE-2026-23234 is a high-severity vulnerability affecting linux linux_kernel. It was published on March 4, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2026-23234?

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2026-23234?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-23234?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-23234 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.