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

7.8 · HIGH
Published Jul 19, 2026 linux CWE-416 EPSS 0.13% (3th pctl)

Overview

CVE-2026-64103 is a high-severity vulnerability affecting linux linux_kernel. It was published on July 19, 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:

scsi: isci: Fix use-after-free in device removal path

The ISCI completion tasklet is initialized in isci_host_alloc()

(drivers/scsi/isci/init.c:496) and scheduled from both MSI-X and legacy

interrupt handlers (drivers/scsi/isci/host.c:223,613).

isci_host_deinit() stops the controller and waits for stop completion,

but it never kills completion_tasklet before teardown continues. A

top-of-function tasklet_kill() is not sufficient here: interrupts are

only disabled when isci_host_stop_complete() runs, so until

wait_for_stop() returns the IRQ handlers can still requeue the

tasklet. The tasklet callback also re-enables interrupts after draining

completions, so killing the tasklet before the source is quiesced leaves

the same race open.

Once wait_for_stop() returns, no further IRQ-driven scheduling can

occur. Kill completion_tasklet there so teardown cannot race a queued

tasklet running on a dead ihost. On remove or unlo

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.0.1, < 5.10.258 Affected

Frequently Asked Questions

What is CVE-2026-64103?

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

How severe is CVE-2026-64103?

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

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

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