CVE-2026-72343

HIGHPre-NVD 8.48.4
EchelonGraph scoreHIGH confidence

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

Triggered by: GitHub Security Advisory CVSS
Sources: epss, ghsa, secondary
Trending — 5 sources updated this week
8.4EG
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS PROB: 0%CVSS: 8.4Exploit: 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:

net/mlx5e: Fix HV VHCA stats zero-sized buffer allocation

mlx5e_hv_vhca_stats_create() is called from mlx5e_nic_enable(), before mlx5e_open(). At that point priv->stats_nch is still zero, because it is only ever incremented in mlx5e_channel_stats_alloc(), which is reached only from mlx5e_open_channel().

mlx5e_hv_vhca_stats_buf_size() therefore returns 0, and kvzalloc(0, GFP_KERNEL) returns ZERO_SIZE_PTR ((void *)16) rather than NULL. The "if (!buf)" guard does not catch this, and mlx5e_hv_vhca_stats_create() completes "successfully" with priv->stats_agent.buf set to ZERO_SIZE_PTR.

Once channels are opened (priv->stats_nch > 0) and the hypervisor enables stats reporting, mlx5e_hv_vhca_stats_work() recomputes buf_len using the new non-zero stats_nch and calls memset(buf, 0, buf_len) on ZERO_SIZE_PTR, faulting at address 0x10.

Allocate the buffer based on priv->max_nch, which is set in mlx5e_priv_init() and is the upper bound on stats_nch:

  • Add a separate helper mlx5e_hv_vhca_stats_buf_max_size() that
returns sizeof(per_ring_stats) * max(max_nch, stats_nch), and use it for the kvzalloc() in mlx5e_hv_vhca_stats_create().
  • Keep mlx5e_hv_vhca_stats_buf_size() (which returns based on
stats_nch) for the worker's active payload size, so the wire format (block->rings = stats_nch) and the amount of data filled by mlx5e_hv_vhca_fill_stats() are unchanged.

The max(max_nch, stats_nch) guard handles the rare case where mlx5e_attach_netdev() recomputes max_nch downward across a detach/resume cycle while priv->stats_nch persists (mlx5e_detach_netdev does not call mlx5e_priv_cleanup, so stats_nch is only reset when the netdev is destroyed). Without the guard, the worker could compute buf_len from stats_nch and overrun the smaller buffer allocated based on the reduced max_nch.

Allocating a non-zero buffer also makes the kvzalloc() failure path in mlx5e_hv_vhca_stats_create() reachable for the first time: it returns early without (re)creating the agent. Clear priv->stats_agent.{agent,buf} in mlx5e_hv_vhca_stats_destroy() after freeing them, so that if a later create() bails out on this path, a subsequent teardown does not double-free the stale agent/buffer left from a previous enable/disable cycle.

This mirrors the existing mlx5e pattern of preallocating arrays of size max_nch (e.g. priv->channel_stats) and lazily populating entries up to stats_nch on demand.

CVSS v3
8.4
EG Score
8.4(high)
EG Risk
42(Track)
EG Risk 42/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
Severity84% × 45%
Exploitation0% × 40%
Automatability30% × 15%
Action: Routine — remediate on your standard cadence.
EPSS PROB
0%
EPSS %ILE
10%
KEV
Not listed

Published

August 15, 2026

Last Modified

August 17, 2026

Advisory Details (6)

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

net/mlx5e: Fix HV VHCA stats zero-sized buffer allocation - kernel/git/stable/linux.git - Linux kernel stable tree

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

net/mlx5e: Fix HV VHCA stats zero-sized buffer allocation - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/5b927dcec5f1087942bf123a82e64a3f66475f01
generic

net/mlx5e: Fix HV VHCA stats zero-sized buffer allocation - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/420aabb32da4381d8d7cdcaa6a77fad9eaceb0a4
generic

net/mlx5e: Fix HV VHCA stats zero-sized buffer allocation - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/3b3a552cf88e10bb7bda88b29cf1fd8267043d50
generic

net/mlx5e: Fix HV VHCA stats zero-sized buffer allocation - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/25f6b929c7e379cbea7cb8caa67b49b2d1efae17
generic

net/mlx5e: Fix HV VHCA stats zero-sized buffer allocation - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/22c1d5ecccf92c849bdca1556179aafc95794baf

Vendor Advisories for CVE-2026-72343(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 29× in last 7d / 29× 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 03:11 UTCGHSA enrichment
  2. 2026-08-20 14:03 UTCGHSA enrichment
  3. 2026-08-20 00:12 UTCEG score recompute
  4. 2026-08-20 00:12 UTCGHSA enrichment
  5. 2026-08-19 17:04 UTCEPSS rescore
  6. 2026-08-19 11:04 UTCGHSA enrichment
  7. 2026-08-18 21:55 UTCEG score recompute
  8. 2026-08-18 21:54 UTCGHSA enrichment
  9. 2026-08-18 13:49 UTCEPSS rescore
  10. 2026-08-18 13:49 UTCEPSS rescore
  11. 2026-08-18 08:46 UTCGHSA enrichment
  12. 2026-08-17 19:38 UTCEG score recompute
  13. 2026-08-17 19:38 UTCGHSA enrichment
  14. 2026-08-17 13:47 UTCEPSS rescore
  15. 2026-08-17 06:29 UTCEG score recompute
  16. 2026-08-17 06:29 UTCGHSA enrichment
  17. 2026-08-17 05:58 UTCEG score recompute 8.40
  18. 2026-08-17 05:58 UTCGHSA enrichment
  19. 2026-08-17 05:54 UTCMITRE cvelistV5CVSS v3 → 8.4 · severity → HIGH
  20. 2026-08-17 05:30 UTCEG score recompute
  21. 2026-08-17 05:30 UTCGHSA enrichment
  22. 2026-08-17 05:24 UTCMITRE cvelistV5
  23. 2026-08-16 14:56 UTCEPSS rescore
  24. 2026-08-16 14:56 UTCEPSS rescore
  25. 2026-08-16 02:15 UTCEPSS rescore
Show 4 more
  1. 2026-08-15 06:36 UTCGHSA enrichment
  2. 2026-08-15 06:23 UTCNVD update
  3. 2026-08-15 06:06 UTCEG score recompute
  4. 2026-08-15 06:02 UTCMITRE cvelistV5first tracked

Frequently asked(5)

What is CVE-2026-72343?
CVE-2026-72343 is a high vulnerability published on August 15, 2026. In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix HV VHCA stats zero-sized buffer allocation mlx5ehvvhcastatscreate() is called from mlx5enicenable(), before mlx5eopen(). At that point priv->statsnch is still zero, because it is only ever incremented in…
When was CVE-2026-72343 disclosed?
CVE-2026-72343 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-72343 actively exploited?
CVE-2026-72343 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 0% probability of exploitation in the next 30 days, which ranks it in the top 90.4% of all scored CVEs.
What is the CVSS score of CVE-2026-72343?
CVE-2026-72343 has a CVSS v3 base score of 8.4 (NVD).
How do I remediate CVE-2026-72343?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-72343, 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-72343

Explore →

Is Your Infrastructure Affected by CVE-2026-72343?

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