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

8.8 · HIGH
Published Jul 19, 2026 EPSS 0.24% (15th pctl)

Overview

CVE-2026-64030 is a high-severity vulnerability. It was published on July 19, 2026 and has a CVSS 3.1 base score of 8.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 8.8, 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:

wifi: mac80211: bounds-check link_id in ieee80211_ml_epcs

IEEE80211_MLE_STA_EPCS_CONTROL_LINK_ID is 0x000f, so link_id extracted

from a PRIO_ACCESS ML element PER_STA_PROFILE subelement can be 0..15.

sdata->link[] has IEEE80211_MLD_MAX_NUM_LINKS (15) entries (indices 0..14),

making index 15 out-of-bounds.

A connected WiFi 7 AP can trigger this by sending an EPCS Enable Response

action frame with a PER_STA_PROFILE subelement where link_id = 15. The

unsolicited-notification path (dialog_token = 0) is reachable any time

EPCS is already enabled, without any prior client request.

sdata->link[15] reads into the first word of sdata->activate_links_work

(a wiphy_work whose embedded list_head is non-NULL after INIT_LIST_HEAD),

so the NULL check on the result does not catch the invalid access. The

garbage pointer is then passed to ieee80211_sta_wmm_params(), which

dereferences link->sdata and crashes the kernel.

The same

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

CVE-2026-64030 is a high-severity vulnerability. It was published on July 19, 2026 and has a CVSS 3.1 base score of 8.8 (HIGH).

How severe is CVE-2026-64030?

This vulnerability has a CVSS 3.1 base score of 8.8, 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-64030?

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

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