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

Published Jul 25, 2026 EPSS 0.19% (9th pctl)

Overview

CVE-2026-64325 is a known-severity vulnerability. It was published on July 25, 2026.

Technical Description

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

wifi: mt76: mt7921/mt7925: fix NULL dereference in CSA beacon

This patch is based on a BUG as reported by Bongani Hlope at

https://lore.kernel.org/all/[email protected]/

When a channel-switch announcement (CSA) beacon is received,

cfg80211 queues a wiphy work item that eventually calls

mt7921_channel_switch_rx_beacon(). If the station disconnects

(or the channel context is otherwise torn down) between the

time the work is queued and the time it runs, the driver's

dev->new_ctx pointer can already have been cleared to NULL.

mt7921_channel_switch_rx_beacon() then dereferences new_ctx

unconditionally, triggering a NULL pointer dereference at

address 0x0:

BUG: kernel NULL pointer dereference, address: 0000000000000000

RIP: 0010:mt7921_channel_switch_rx_beacon+0x1f/0x100 [mt7921_common]

The same missing guard exists in mt7925_channel_switch_rx_beacon(),

which shares the same code patte

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

CVE-2026-64325 is a known-severity vulnerability. It was published on July 25, 2026.

How severe is CVE-2026-64325?

CVSS score information is not yet available for this vulnerability. Check back as the CVE record is updated by NVD analysts.

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

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

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