CVE-2026-64003

Source
https://cve.org/CVERecord?id=CVE-2026-64003
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-64003.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2026-64003
Downstream
Published
2026-07-19T14:56:20.172Z
Modified
2026-07-22T03:31:37.929531288Z
Severity
  • 7.5 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
scsi: core: Run queues for all non-SDEV_DEL devices from scsi_run_host_queues
Details

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

scsi: core: Run queues for all non-SDEVDEL devices from scsirunhostqueues

While a SCSI host is in a recovery state, scsimqrequeuecmd() will not set the requeue list for a requeued command to be kicked in the future. The expectation is a call to scsirunhostqueues() will kick all SCSI devices once the recovery state is cleared.

However, scsirunhostqueues() uses shostforeachdevice() which uses scsideviceget() and so will ignore devices in a partially removed state like SDEV_CANCEL. But these devices may also have requeued requests, leaving their requests stuck from not being kicked and causing the removal process of the device to hang.

scsirunhostqueues() needs to run against more devices than the macro shostforeachdevice() allows. Instead of using the too limiting scsideviceget() state checks, only ignore devices in SDEVDEL state or when unable to acquire a reference. Attempt to run the queues for all other devices when scsirunhostqueues() is called.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/64xxx/CVE-2026-64003.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
8b566edbdbfb5cde31a322c57932694ff48125ed
Fixed
15fb19af49f2073ed77fad16aaabc648b0ca6800
Fixed
d4dddfecdbb5467bef158d4e1486459808357fef
Fixed
475f2b37a78f4c698967a7f14f325f04e24c9175
Fixed
c740e13e7fe32d8e4d9a1699f65b8daf6709895a
Fixed
7205b58702273baf21d6ba7992e6ba15852325f7

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-64003.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.5.0
Fixed
6.6.143
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.93
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.35
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.0.12

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-64003.json"