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

7.5 · HIGH
Published Jul 19, 2026 linux EPSS 0.35% (28th pctl)

Overview

CVE-2026-64175 is a high-severity vulnerability affecting linux linux_kernel. It was published on July 19, 2026 and has a CVSS 3.1 base score of 7.5 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

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

wifi: iwlwifi: mld: stop TX during firmware restart

When iwlwifi firmware crashes (e.g., NMI_INTERRUPT_UNKNOWN on Intel

BE201/Wi-Fi 7), iwl_mld_nic_error() sets mld->fw_status.in_hw_restart

to true. However, iwl_mld_tx_from_txq() does not check this flag before

dequeuing frames from mac80211 and pushing them to the transport layer.

Since the firmware is dead, iwl_trans_tx() returns -EIO for each frame,

which then gets freed immediately. Under high-throughput conditions

(e.g., Tailscale UDP traffic or active SSH sessions), this creates a

tight dequeue-send-fail-free loop that wastes CPU cycles and generates

rapid skb allocation churn, leading to memory pressure from slab

fragmentation.

The RX path already has this guard (iwl_mld_rx_mpdu checks

in_hw_restart at rx.c:1906), and so does the TXQ allocation worker

(iwl_mld_add_txqs_wk at tx.c:156). Add the same guard to

iwl_mld_tx_from_txq() to stop all TX during firmwar

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. 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.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 6.15, < 6.18.34 Affected

Frequently Asked Questions

What is CVE-2026-64175?

CVE-2026-64175 is a high-severity vulnerability affecting linux linux_kernel. It was published on July 19, 2026 and has a CVSS 3.1 base score of 7.5 (HIGH).

How severe is CVE-2026-64175?

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

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

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. 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-64175?

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