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

wifi: iwlwifi: mld: don't dereference a pointer before NULL checking it

In iwl_mld_remove_link, the link->fw_id is saved at the beginning of the
function so we have it after we freed the link.

But the link pointer can be NULL, and is not checked when the fw_id is
stored.

Fix it by simply freeing the link at the end of the function.

fFixes: 0e66a39f4f0e ("wifi: iwlwifi: fix potential use after free in iwl_mld_remove_link()")
Published: 2026-07-24
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

This CVE represents a null‑pointer dereference in the iwl_mld_remove_link function of the iwlwifi driver. The function stores the link->fw_id before freeing the link object. If the link pointer is NULL, the dereference occurs, causing a use‑after‑free that leads to a kernel crash.

Affected Systems

All Linux kernel implementations that include the iwlwifi Wi‑Fi driver and have not applied the commit 0e66a39f4f0e are affected. Because the vulnerable code is part of the kernel's wireless subsystem, any device running a recent kernel that supports Intel wireless hardware may be impacted.

Risk and Exploitability

The CVSS score of 5.5 indicates moderate severity. The EPSS score is less than 1%, indicating a very low likelihood of exploitation. The vulnerability is not listed in the CISA KEV catalog, and no remote exploitation vector is documented. Attackers would need local or privileged access to trigger the misuse of the iwlwifi driver, and the impact is limited to a denial of service rather than privilege escalation.

Generated by OpenCVE AI on August 2, 2026 at 14:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a version that contains commit 0e66a39f4f0e, which addresses the use‑after‑free in iwl_mld_remove_link.
  • Reboot the system so the patched kernel is loaded.
  • Until an update is available, temporarily unload or disable the iwlwifi module (for example, modprobe -r iwlwifi) to prevent potential crashes.

Generated by OpenCVE AI on August 2, 2026 at 14:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Ubuntu USN Ubuntu USN USN-8618-1 Linux kernel vulnerabilities
History

Tue, 11 Aug 2026 17:30:00 +0000

Type Values Removed Values Added
CPEs cpe:2.3:o:linux:linux_kernel:7.1:rc1:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.1:rc2:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.1:rc3:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.1:rc4:*:*:*:*:*:*

Sun, 02 Aug 2026 14:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-476
CWE-590

Sat, 01 Aug 2026 03:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-476

Tue, 28 Jul 2026 16:15:00 +0000

Type Values Removed Values Added
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Moderate


Sun, 26 Jul 2026 03:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-476

Fri, 24 Jul 2026 18:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mld: don't dereference a pointer before NULL checking it In iwl_mld_remove_link, the link->fw_id is saved at the beginning of the function so we have it after we freed the link. But the link pointer can be NULL, and is not checked when the fw_id is stored. Fix it by simply freeing the link at the end of the function. fFixes: 0e66a39f4f0e ("wifi: iwlwifi: fix potential use after free in iwl_mld_remove_link()")
Title wifi: iwlwifi: mld: don't dereference a pointer before NULL checking it
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-07-24T15:23:02.449Z

Reserved: 2026-07-19T15:36:31.770Z

Link: CVE-2026-64212

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Analyzed

Published: 2026-07-24T16:16:48.843

Modified: 2026-08-11T17:23:05.267

Link: CVE-2026-64212

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-07-24T00:00:00Z

Links: CVE-2026-64212 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-02T14:30:03Z

Weaknesses
  • CWE-476

    NULL Pointer Dereference

  • CWE-590

    Free of Memory not on the Heap