Lucene search
+L

1882 matches found

Cvelist
Cvelist
added 5 days ago30 views

CVE-2026-74384 nvme-multipath: fix flex array size in struct nvme_ns_head

In the Linux kernel, the following vulnerability has been resolved: nvme-multipath: fix flex array size in struct nvmenshead struct nvmenshead contains a flexible array member, currentpath, which is indexed using the NUMA node ID: head-currentpathnumanodeid The structure is currently allocated as...

9.8CVSS0.00521EPSS
SaveExploits0References8
OSV
OSV
added 5 days ago11 views

CVE-2026-74384 nvme-multipath: fix flex array size in struct nvme_ns_head

In the Linux kernel, the following vulnerability has been resolved: nvme-multipath: fix flex array size in struct nvmenshead struct nvmenshead contains a flexible array member, currentpath, which is indexed using the NUMA node ID: head-currentpathnumanodeid The structure is currently allocated as...

9.8CVSS5.5AI score
SaveExploits0References11
CVE
CVE
added 5 days ago22 views

CVE-2026-74384

CVE-2026-74384 details a Linux kernel issue in nvme-multipath where a flexible array member current_path[] in struct nvme_ns_head is indexed by NUMA node IDs but allocated using num_possible_nodes(). On POWER systems with sparse NUMA IDs, this can lead to out-of-bounds accesses. The mitigation is...

9.8CVSS5.3AI score0.00521EPSS
SaveExploits0References8
Cvelist
Cvelist
added 5 days ago32 views

CVE-2026-74383 nvme-pci: fix out-of-bounds access in nvme_setup_descriptor_pools

In the Linux kernel, the following vulnerability has been resolved: nvme-pci: fix out-of-bounds access in nvmesetupdescriptorpools nvmesetupdescriptorpools indexes dev-descriptorpools using the numanode forwarded from hctx-numanode by its single caller, nvmeinithctxcommon. On a non-NUMA kernel...

8.4CVSS0.00142EPSS
SaveExploits0References3
EUVD
EUVD
added 5 days ago5 views

EUVD-2026-59530

In the Linux kernel, the following vulnerability has been resolved: nvme-pci: fix out-of-bounds access in nvmesetupdescriptorpools nvmesetupdescriptorpools indexes dev-descriptorpools using the numanode forwarded from hctx-numanode by its single caller, nvmeinithctxcommon. On a non-NUMA kernel...

5.4AI score0.00142EPSS
SaveExploits0References3
OSV
OSV
added 5 days ago7 views

CVE-2026-74383 nvme-pci: fix out-of-bounds access in nvme_setup_descriptor_pools

In the Linux kernel, the following vulnerability has been resolved: nvme-pci: fix out-of-bounds access in nvmesetupdescriptorpools nvmesetupdescriptorpools indexes dev-descriptorpools using the numanode forwarded from hctx-numanode by its single caller, nvmeinithctxcommon. On a non-NUMA kernel...

8.4CVSS5.5AI score
SaveExploits0References6
CVE
CVE
added 5 days ago21 views

CVE-2026-74383

The CVE-2026-74383 issue is a Linux kernel vulnerability in nvme_setup_descriptor_pools where nvme_setup_descriptor_pools() index uses hctx->numa_node (-1 on non-NUMA) with an unsigned parameter, causing UINT_MAX and an out-of-bounds access on the descriptor_pools[] array. The result can fault...

8.4CVSS5.4AI score0.00142EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 5 days ago6 views

CVE-2026-74361

In the Linux kernel, the following vulnerability has been resolved: nvme: fix FDP fdpcidx bounds check The fdpcidx bounds check sets n = NUMFDPC + 1 but used instead of =, incorrectly accepting fdpidx when it equals n i.e. NUMFDPC + 1...

5.2AI score0.00448EPSS
SaveExploits0References4Affected Software1
EUVD
EUVD
added 5 days ago6 views

EUVD-2026-59508

In the Linux kernel, the following vulnerability has been resolved: nvme: fix FDP fdpcidx bounds check The fdpcidx bounds check sets n = NUMFDPC + 1 but used instead of =, incorrectly accepting fdpidx when it equals n i.e. NUMFDPC + 1...

5.3AI score0.00448EPSS
SaveExploits0References3
CVE
CVE
added 5 days ago22 views

CVE-2026-74361

The CVE-2026-74361 entry covers a Linux kernel issue in the NVMe subsystem: the FDP fdpcidx bounds check incorrectly used > instead of >=, allowing fdp_idx when it equals NUMFDPC+1. The vulnerability is resolved by the patch in the referenced kernel commits (fix bounds check in fdpcidx). Th...

9.8CVSS5.3AI score0.00448EPSS
SaveExploits0References3
Cvelist
Cvelist
added 5 days ago31 views

CVE-2026-74361 nvme: fix FDP fdpcidx bounds check

In the Linux kernel, the following vulnerability has been resolved: nvme: fix FDP fdpcidx bounds check The fdpcidx bounds check sets n = NUMFDPC + 1 but used instead of =, incorrectly accepting fdpidx when it equals n i.e. NUMFDPC + 1...

9.8CVSS0.00448EPSS
SaveExploits0References3
OSV
OSV
added 5 days ago3 views

CVE-2026-74361 nvme: fix FDP fdpcidx bounds check

In the Linux kernel, the following vulnerability has been resolved: nvme: fix FDP fdpcidx bounds check The fdpcidx bounds check sets n = NUMFDPC + 1 but used instead of =, incorrectly accepting fdpidx when it equals n i.e. NUMFDPC + 1...

9.8CVSS5.5AI score
SaveExploits0References6
Cvelist
Cvelist
added 5 days ago22 views

CVE-2026-72131 nvme-apple: Prevent shared tags across queues on Apple A11

In the Linux kernel, the following vulnerability has been resolved: nvme-apple: Prevent shared tags across queues on Apple A11 On Apple A11, tags of pending commands must be unique across the admin and IO queues, else the firmware crashes with "duplicate tag error for tag N", with N being the tag...

0.00198EPSS
SaveExploits0References3
EUVD
EUVD
added 5 days ago6 views

EUVD-2026-58889

In the Linux kernel, the following vulnerability has been resolved: nvme-apple: Prevent shared tags across queues on Apple A11 On Apple A11, tags of pending commands must be unique across the admin and IO queues, else the firmware crashes with "duplicate tag error for tag N", with N being the tag...

5.4AI score0.00198EPSS
SaveExploits0References3
CVE
CVE
added 5 days ago19 views

CVE-2026-72131

CVE-2026-72131 documents a Linux kernel vulnerability, affecting the nvme-apple driver on Apple A11. The issue is that tags for pending commands must be unique across admin and IO queues; sharing tags can crash the firmware with a message like “duplicate tag error for tag N.” The root cause is th...

5.3AI score0.00198EPSS
SaveExploits0References3
OSV
OSV
added 5 days ago9 views

CVE-2026-72131 nvme-apple: Prevent shared tags across queues on Apple A11

In the Linux kernel, the following vulnerability has been resolved: nvme-apple: Prevent shared tags across queues on Apple A11 On Apple A11, tags of pending commands must be unique across the admin and IO queues, else the firmware crashes with "duplicate tag error for tag N", with N being the tag...

5.5AI score
SaveExploits0References6
OSV
OSV
added 5 days ago8 views

CVE-2026-72130 nvmet-auth: reject short AUTH_RECEIVE buffers

In the Linux kernel, the following vulnerability has been resolved: nvmet-auth: reject short AUTHRECEIVE buffers nvmetexecuteauthreceive trusts the AUTHRECEIVE allocation length after checking only that it is nonzero and matches the transfer length. In the SUCCESS1 and FAILURE1/default states, th...

9.8CVSS6AI score
SaveExploits0References7
Cvelist
Cvelist
added 5 days ago21 views

CVE-2026-72130 nvmet-auth: reject short AUTH_RECEIVE buffers

In the Linux kernel, the following vulnerability has been resolved: nvmet-auth: reject short AUTHRECEIVE buffers nvmetexecuteauthreceive trusts the AUTHRECEIVE allocation length after checking only that it is nonzero and matches the transfer length. In the SUCCESS1 and FAILURE1/default states, th...

9.8CVSS0.00728EPSS
SaveExploits0References4
CVE
CVE
added 5 days ago25 views

CVE-2026-72130

CVE-2026-72130 : In the Linux kernel, the nvmet-auth path is affected. A flaw in nvmet_execute_auth_receive() trusts the host-supplied AUTH_RECEIVE allocation length, allowing a remote NVMe-oF initiator to trigger a 16-byte heap out-of-bounds write by using a one-byte AUTH_RECEIVE allocation leng...

9.8CVSS5.8AI score0.00728EPSS
SaveExploits0References4
EUVD
EUVD
added 5 days ago9 views

EUVD-2026-58888

In the Linux kernel, the following vulnerability has been resolved: nvmet-auth: reject short AUTHRECEIVE buffers nvmetexecuteauthreceive trusts the AUTHRECEIVE allocation length after checking only that it is nonzero and matches the transfer length. In the SUCCESS1 and FAILURE1/default states, th...

5.8AI score0.00728EPSS
SaveExploits0References4
Rows per page
Query Builder