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

7.8 · HIGH
Published Aug 15, 2026 EPSS 0.17% (7th pctl)

Overview

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

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

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

net/mlx5e: macsec: fix use-after-free of metadata_dst on RX SC delete

When an offloaded MACsec RX SC is deleted, macsec_del_rxsc_ctx() freed

the per-SC metadata_dst with metadata_dst_free(), which kfree()s the

object unconditionally and ignores the dst reference count. The RX

datapath in mlx5e_macsec_offload_handle_rx_skb() looks up the SC under

rcu_read_lock() via xa_load(), takes a reference with dst_hold() and

attaches the dst to the skb with skb_dst_set(). A reader that already

obtained the rx_sc pointer can race with the delete path and operate on

freed memory.

Fix the owner side by dropping the reference with dst_release() instead

of freeing unconditionally, and convert the RX datapath to

dst_hold_safe() so a reader racing the SC delete cannot attach a dst

whose last reference was just dropped; only attach it when a reference

was actually taken.

mlx5e_macsec_add_rxsc() also published sc_xarray_element via xa_

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

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

How severe is CVE-2026-72072?

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

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

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

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