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

4.7 · MEDIUM
Published Feb 4, 2026 linux CWE-362 EPSS 0.10% (1th pctl)

Overview

CVE-2026-23110 is a medium-severity vulnerability affecting linux linux_kernel. It was published on February 4, 2026 and has a CVSS 3.1 base score of 4.7 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 4.7, rated MEDIUM. 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:

scsi: core: Wake up the error handler when final completions race against each other

The fragile ordering between marking commands completed or failed so

that the error handler only wakes when the last running command

completes or times out has race conditions. These race conditions can

cause the SCSI layer to fail to wake the error handler, leaving I/O

through the SCSI host stuck as the error state cannot advance.

First, there is an memory ordering issue within scsi_dec_host_busy().

The write which clears SCMD_STATE_INFLIGHT may be reordered with reads

counting in scsi_host_busy(). While the local CPU will see its own

write, reordering can allow other CPUs in scsi_dec_host_busy() or

scsi_eh_inc_host_failed() to see a raised busy count, causing no CPU to

see a host busy equal to the host_failed count.

This race condition can be prevented with a memory barrier on the error

path to force the write to be visible befor

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 >= 5.5, < 5.10.249 Affected

Frequently Asked Questions

What is CVE-2026-23110?

CVE-2026-23110 is a medium-severity vulnerability affecting linux linux_kernel. It was published on February 4, 2026 and has a CVSS 3.1 base score of 4.7 (MEDIUM).

How severe is CVE-2026-23110?

This vulnerability has a CVSS 3.1 base score of 4.7, rated MEDIUM. 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-23110?

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

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