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-72342

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

Overview

CVE-2026-72342 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 agent registration race

mlx5e_hv_vhca_stats_create() registers the stats agent through

mlx5_hv_vhca_agent_create(). The helper publishes the agent in

hv_vhca->agents[type] under agents_lock and immediately schedules an

asynchronous control invalidation on the HV VHCA workqueue before

returning to mlx5e.

The asynchronous invalidation invokes the control agent's invalidate

callback, which reads the hypervisor control block and forwards the

command to mlx5e_hv_vhca_stats_control(). That callback may either:

- call cancel_delayed_work_sync(&priv->stats_agent.work), or

- call queue_delayed_work(priv->wq, &sagent->work, sagent->delay).

However, the delayed_work and priv->stats_agent.agent are only

initialized after mlx5_hv_vhca_agent_create() returns to mlx5e:

agent = mlx5_hv_vhca_agent_create(...); /* publish + invalidate */

...

priv->stats_agent.agent = agent; /

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-72342?

CVE-2026-72342 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-72342?

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-72342?

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-72342?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-72342 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.