Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-72343

8.4 · HIGH
Published Aug 15, 2026 EPSS 0.19% (9th pctl)

Overview

CVE-2026-72343 is a high-severity vulnerability. It was published on August 15, 2026 and has a CVSS 3.1 base score of 8.4 (HIGH).

This vulnerability has a CVSS 3.1 base score of 8.4, rated HIGH. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

Technical Description

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 up

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Frequently Asked Questions

What is CVE-2026-72343?

CVE-2026-72343 is a high-severity vulnerability. It was published on August 15, 2026 and has a CVSS 3.1 base score of 8.4 (HIGH).

How severe is CVE-2026-72343?

This vulnerability has a CVSS 3.1 base score of 8.4, rated HIGH. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2026-72343?

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-72343?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-72343 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.