CVE-2026-23174 PUBLISHED CVSS 8.699999809265137 HIGH

In the Linux kernel, the following vulnerability has been resolved: nvme-pci: handle changing device dma map requirements The initial state of dma_needs_unmap may be false, but change to true while mapping the data iterator. Enabling swiotlb is one such case that can change the result. The nvme driver needs to save the mapped dma vectors to be unmapped later, so allocate as needed during iteration rather than assume it was always allocated at the beginning. This fixes a NULL dereference from accessing an uninitialized dma_vecs when the device dma unmapping requirements change mid-iteration.

EPSS 0.03% · 7.1th percentile

Risk Scores

CVSS v4.0
8.699999809265137
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N
EPSS Score
0.03%
7.1th percentile

Affected Products

VendorProductVersions
LinuxLinuxb8b7570a7ec872f2a27b775c4f8710ca8a357adf, b8b7570a7ec872f2a27b775c4f8710ca8a357adf, 6.17
linuxlinux_kernel6.17, 6.17, 6.17

Timeline

References

Open in Interactive Console →