CVE-2026-74383

Source
https://cve.org/CVERecord?id=CVE-2026-74383
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74383.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-74383
Downstream
Published
2026-08-15T05:58:59.767Z
Modified
2026-08-18T03:56:54.426152302Z
Severity
  • 8.4 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
nvme-pci: fix out-of-bounds access in nvme_setup_descriptor_pools
Details

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

nvme-pci: fix out-of-bounds access in nvmesetupdescriptor_pools

nvmesetupdescriptorpools() indexes dev->descriptorpools[] using the numanode forwarded from hctx->numanode by its single caller, nvmeinithctxcommon(). On a non-NUMA kernel hctx->numanode is NUMANONODE (-1). Because the parameter was declared 'unsigned', the value becomes UINTMAX and the index walks off the array (sized to nrnodeids), faulting during nvmealloc_ns() and leaving the namespace without a /dev node.

Reproduces on any NVMe controller probed by a CONFIG_NUMA=n kernel:

BUG: unable to handle page fault for address: ffff889101603d38 RIP: 0010:nvmeinithctxcommon+0x5a/0x190 [nvme] Call Trace: nvmeinithctx+0x10/0x20 [nvme] nvmeallocns+0x9e/0xa10 [nvmecore] nvmescanns+0x301/0x3b0 [nvmecore] nvmescannsasync+0x23/0x30 [nvme_core]

Switch the parameter to int and fall back to node 0 when it is NUMANONODE; node 0 is always present.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/74xxx/CVE-2026-74383.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
d977506f8863807129d7a11f4057dfb1b38085ea
Fixed
3e8aed5edaeeb237f97255d711aac6b5843fc059
Fixed
fa9b6accd1ad7af6914b409c6b003c417724c299
Fixed
a192b8cfa447e1b3701a13434a31c392b2e7ed29

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.16.0
Fixed
6.18.40
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.5

Database specific

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