CVE-2026-74384

CRITICALPre-NVD 9.89.8
EchelonGraph scoreHIGH confidence

Score 9.8 from GitHub Security Advisory (severity: CRITICAL) published 2026-08-15. a secondary CVSS source baseline 9.8; sources differ by 0.0.

Triggered by: GitHub Security Advisory CVSS
Sources: epss, ghsa, secondary
Trending — 5 sources updated this week
9.8EG
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS PROB: 1%CVSS: 9.8Exploit: None knownExposed: 0

No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.

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

nvme-multipath: fix flex array size in struct nvme_ns_head

struct nvme_ns_head contains a flexible array member, current_path[], which is indexed using the NUMA node ID: head->current_path[numa_node_id()]

The structure is currently allocated as: size = sizeof(struct nvme_ns_head) + (num_possible_nodes() * sizeof(struct nvme_ns *)); head = kzalloc(size, GFP_KERNEL);

This allocation assumes that NUMA node IDs are sequential and densely packed from 0 .. num_possible_nodes() - 1. While this assumption holds on many systems, it is not always true on some architectures such as powerpc.

On some powerpc systems, NUMA node IDs can be sparse. For example: NUMA: NUMA node(s): 6 NUMA node0 CPU(s): 80-159 NUMA node8 CPU(s): 0-79 NUMA node252 CPU(s): NUMA node253 CPU(s): NUMA node254 CPU(s): NUMA node255 CPU(s):

That is, the possible/online NUMA node IDs are: 0, 8, 252, 253, 254, 255 In this case: num_possible_nodes() = 6

So memory is allocated for only 6 entries in current_path[]. However, the array is later indexed using the actual NUMA node ID. As a result, accesses such as: head->current_path[8] or head->current_path[252] goes out of bounds, leading to the following KASAN splat:

================================================================== BUG: KASAN: slab-out-of-bounds in nvme_mpath_revalidate_paths+0x22c/0x290 [nvme_core] Write of size 8 at addr c00020003bda35b8 by task kworker/u641:2/1997

CPU: 1 UID: 0 PID: 1997 Comm: kworker/u641:2 Not tainted 7.1.0-rc5-dirty #14 PREEMPT(lazy) Hardware name: 8335-GTH POWER9 0x4e1202 opal:skiboot-v6.5.3-35-g1851b2a06 PowerNV Workqueue: async async_run_entry_fn Call Trace: [c000200037fa7510] [c0000000021c23d4] dump_stack_lvl+0x88/0xdc (unreliable) [c000200037fa7540] [c0000000009fda90] print_report+0x22c/0x67c [c000200037fa7630] [c0000000009fd508] kasan_report+0x108/0x220 [c000200037fa7740] [c0000000009fff48] __asan_store8+0xe8/0x120 [c000200037fa7760] [c008000018e76474] nvme_mpath_revalidate_paths+0x22c/0x290 [nvme_core] [c000200037fa7800] [c008000018e6556c] nvme_update_ns_info+0x4a4/0x5e0 [nvme_core] [c000200037fa7a50] [c008000018e66270] nvme_alloc_ns+0x6d8/0x1a70 [nvme_core] [c000200037fa7c20] [c008000018e679fc] nvme_scan_ns+0x3f4/0x630 [nvme_core] [c000200037fa7d10] [c00000000031f22c] async_run_entry_fn+0x9c/0x3a0 [c000200037fa7db0] [c0000000002fa544] process_one_work+0x414/0xa10 [c000200037fa7ec0] [c0000000002fbf00] worker_thread+0x320/0x640 [c000200037fa7f80] [c00000000030d0f8] kthread+0x278/0x290 [c000200037fa7fe0] [c00000000000ded8] start_kernel_thread+0x14/0x18

Allocated by task 1997 on cpu 1 at 35.928317s:

The buggy address belongs to the object at c00020003bda3000 which belongs to the cache kmalloc-rnd-15-2k of size 2048 The buggy address is located 16 bytes to the right of allocated 1448-byte region [c00020003bda3000, c00020003bda35a8)

The buggy address belongs to the physical page:

Memory state around the buggy address: c00020003bda3480: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 c00020003bda3500: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 >c00020003bda3580: 00 00 00 00 00 fc fc fc fc fc fc fc fc fc fc fc ^ c00020003bda3600: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc c00020003bda3680: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc ==================================================================

Fix this by allocating the flexible array using nr_node_ids instead of num_possible_nodes(). Since nr_node_ids represents the maximum possible NUMA node IDs, indexing current_path[] using numa_node_id() becomes safe even on systems with sparse node IDs.

CVSS v3
9.8
EG Score
9.8(high)
EG Risk
49(Track)
EG Risk 49/100SSVC: Track

EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).

How it’s computed
Severity98% × 45%
Exploitation1% × 40%
Automatability30% × 15%
Action: Routine — remediate on your standard cadence.
EPSS PROB
1%
EPSS %ILE
42%
KEV
Not listed

Published

August 15, 2026

Last Modified

August 17, 2026

Advisory Details (8)

Auto-updated Aug 17, 2026
No patch confirmed yet.
generic

nvme-multipath: fix flex array size in struct nvme_ns_head - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/bde4d6eb53f7d3cdae7e62c9ee84345fdd6e70a6
generic

nvme-multipath: fix flex array size in struct nvme_ns_head - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/9ffdd11bd6c961b46b3689850ff6c5d7af5c5fe5
generic

nvme-multipath: fix flex array size in struct nvme_ns_head - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/7e7b167e65610dfa7564d449474f4b477f9d4c1c
generic

nvme-multipath: fix flex array size in struct nvme_ns_head - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/7173a741fed73de6247384056fe92e582ba12507
generic

nvme-multipath: fix flex array size in struct nvme_ns_head - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/316b5f1168264844aa125959de1d6da2b1905795
generic

nvme-multipath: fix flex array size in struct nvme_ns_head - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/1d4131b5c9823c7d2c86389898ad1b466af7df5e
generic

nvme-multipath: fix flex array size in struct nvme_ns_head - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/140d6fff4ed266592492a23444043842b4af7a62
generic

nvme-multipath: fix flex array size in struct nvme_ns_head - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/001e57554de81aa79c25c18fd53911d8a415c304

Vendor Advisories for CVE-2026-74384(1)

These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.

Data Freshness Timeline

(refreshed 50× in last 7d / 50× in last 30d)

Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.

  1. 2026-08-21 07:38 UTCGHSA enrichment
  2. 2026-08-21 03:55 UTCGHSA enrichment
  3. 2026-08-21 00:12 UTCEG score recompute
  4. 2026-08-21 00:12 UTCGHSA enrichment
  5. 2026-08-20 22:56 UTCEPSS rescore
  6. 2026-08-20 20:30 UTCGHSA enrichment
  7. 2026-08-20 16:47 UTCGHSA enrichment
  8. 2026-08-20 13:05 UTCGHSA enrichment
  9. 2026-08-20 09:14 UTCGHSA enrichment
  10. 2026-08-20 05:30 UTCGHSA enrichment
  11. 2026-08-20 01:47 UTCGHSA enrichment
  12. 2026-08-19 22:04 UTCGHSA enrichment
  13. 2026-08-19 18:22 UTCEG score recompute
  14. 2026-08-19 18:22 UTCGHSA enrichment
  15. 2026-08-19 17:04 UTCEPSS rescore
  16. 2026-08-19 14:10 UTCGHSA enrichment
  17. 2026-08-19 10:26 UTCGHSA enrichment
  18. 2026-08-19 06:44 UTCGHSA enrichment
  19. 2026-08-19 03:00 UTCGHSA enrichment
  20. 2026-08-18 23:18 UTCGHSA enrichment
  21. 2026-08-18 19:33 UTCGHSA enrichment
  22. 2026-08-18 15:50 UTCEG score recompute
  23. 2026-08-18 15:50 UTCGHSA enrichment
  24. 2026-08-18 13:49 UTCEPSS rescore
  25. 2026-08-18 13:49 UTCEPSS rescore
Show 25 more
  1. 2026-08-18 12:07 UTCGHSA enrichment
  2. 2026-08-18 08:22 UTCGHSA enrichment
  3. 2026-08-18 04:39 UTCGHSA enrichment
  4. 2026-08-18 00:56 UTCGHSA enrichment
  5. 2026-08-17 21:14 UTCGHSA enrichment
  6. 2026-08-17 17:32 UTCGHSA enrichment
  7. 2026-08-17 13:50 UTCEG score recompute
  8. 2026-08-17 13:50 UTCGHSA enrichment
  9. 2026-08-17 13:47 UTCEPSS rescore
  10. 2026-08-17 10:08 UTCEG score recompute
  11. 2026-08-17 10:08 UTCGHSA enrichment
  12. 2026-08-17 06:26 UTCEG score recompute
  13. 2026-08-17 06:26 UTCGHSA enrichment
  14. 2026-08-17 05:56 UTCEG score recompute 9.80
  15. 2026-08-17 05:56 UTCGHSA enrichment
  16. 2026-08-17 05:54 UTCMITRE cvelistV5CVSS v3 → 9.8 · severity → CRITICAL
  17. 2026-08-17 05:26 UTCEG score recompute
  18. 2026-08-17 05:26 UTCGHSA enrichment
  19. 2026-08-17 05:24 UTCMITRE cvelistV5
  20. 2026-08-16 14:56 UTCEPSS rescore
  21. 2026-08-16 14:56 UTCEPSS rescore
  22. 2026-08-16 02:15 UTCEPSS rescore
  23. 2026-08-15 06:23 UTCNVD update
  24. 2026-08-15 06:14 UTCEG score recompute
  25. 2026-08-15 06:12 UTCMITRE cvelistV5first tracked

Frequently asked(5)

What is CVE-2026-74384?
CVE-2026-74384 is a critical vulnerability published on August 15, 2026. 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, current_path[], which is indexed using the NUMA node ID: head->currentpath[numanode_id()] The structure is currently…
When was CVE-2026-74384 disclosed?
CVE-2026-74384 was first published in the National Vulnerability Database on August 15, 2026, with the most recent update on August 17, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-74384 actively exploited?
CVE-2026-74384 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 1% probability of exploitation in the next 30 days, which ranks it in the top 57.9% of all scored CVEs.
What is the CVSS score of CVE-2026-74384?
CVE-2026-74384 has a CVSS v3 base score of 9.8 (NVD).
How do I remediate CVE-2026-74384?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-74384, EchelonGraph cross-links them in the Vendor Advisories panel below — those typically contain the canonical remediation steps, fixed version numbers, and any vendor-specific mitigations.

Dependency Blast Radius

Explore the affected products and dependency analysis for CVE-2026-74384

Explore →

Is Your Infrastructure Affected by CVE-2026-74384?

EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.