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-23148

7.5 · HIGH
Published Feb 14, 2026 linux CWE-476 EPSS 0.27% (19th pctl)

Overview

CVE-2026-23148 is a high-severity vulnerability affecting linux linux_kernel. It was published on February 14, 2026 and has a CVSS 3.1 base score of 7.5 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

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

nvmet: fix race in nvmet_bio_done() leading to NULL pointer dereference

There is a race condition in nvmet_bio_done() that can cause a NULL

pointer dereference in blk_cgroup_bio_start():

1. nvmet_bio_done() is called when a bio completes

2. nvmet_req_complete() is called, which invokes req->ops->queue_response(req)

3. The queue_response callback can re-queue and re-submit the same request

4. The re-submission reuses the same inline_bio from nvmet_req

5. Meanwhile, nvmet_req_bio_put() (called after nvmet_req_complete)

invokes bio_uninit() for inline_bio, which sets bio->bi_blkg to NULL

6. The re-submitted bio enters submit_bio_noacct_nocheck()

7. blk_cgroup_bio_start() dereferences bio->bi_blkg, causing a crash:

BUG: kernel NULL pointer dereference, address: 0000000000000028

#PF: supervisor read access in kernel mode

RIP: 0010:blk_cgroup_bio_start+0x10/0xd0

Call Trace:

submit_bio_noacct_nocheck+0x44/0x

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 >= 6.12.37, < 6.12.69 Affected

Frequently Asked Questions

What is CVE-2026-23148?

CVE-2026-23148 is a high-severity vulnerability affecting linux linux_kernel. It was published on February 14, 2026 and has a CVSS 3.1 base score of 7.5 (HIGH).

How severe is CVE-2026-23148?

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

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

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-23148?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-23148 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.