CVE-2024-42276

Publication date

2024-08-17 09:08:44

Family

Linux

State

PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: nvme-pci: add missing condition check for existence of mapped data nvme_map_data() is called when request has physical segments, hence the nvme_unmap_data() should have same condition to avoid dereference.