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

mac802154: remove interfaces with RCU list deletion

Queue wake, stop, and disable paths walk local->interfaces under RCU.
The bulk hardware teardown path removes entries with list_del(), so an
asynchronous transmit completion can follow a poisoned list node in
ieee802154_wake_queue().

Use list_del_rcu() as in the single-interface removal path. The following
unregister_netdevice() waits for in-flight RCU readers before freeing the
netdevice, so no separate grace-period wait is needed.
Published: 2026-08-15
Score: 7.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw occurs when the mac802154 driver removes network interfaces using list_del() instead of the RCU‑safe list_del_rcu(). This misuse can leave a freed list node reachable by an asynchronous transmit completion, which may cause kernel memory corruption and potentially lead to a kernel panic. The CVE does not explicitly mention privilege escalation, only memory corruption.

Affected Systems

All Linux kernel versions that include the mac802154 driver and have not incorporated the referenced fix commits are affected. The flaw applies to any generic Linux kernel build that creates and deletes IEEE 802.15.4 wireless interfaces, regardless of vendor.

Risk and Exploitability

The CVSS score of 7.8 indicates high severity, while the EPSS score of < 1 % suggests that exploitation is unlikely. The vulnerability is not listed in CISA KEV. Based on the description, the likely attack vector requires creating and deleting mac802154 interfaces, implying local or privileged access. While no public exploits are reported, the risk of kernel crash remains significant.

Generated by OpenCVE AI on August 18, 2026 at 03:54 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the kernel to a version that incorporates the fix from the referenced commits
  • If maintaining an older kernel, backport the patch into the current source
  • If IEEE 802.15.4 interfaces are not required, disable or remove them from the configuration
  • Continuously monitor kernel logs for BUG or panic messages related to mac802154

Generated by OpenCVE AI on August 18, 2026 at 03:54 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 18 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-825
References
Metrics threat_severity

None

threat_severity

Moderate


Mon, 17 Aug 2026 20:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Mon, 17 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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


Sat, 15 Aug 2026 08:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Sat, 15 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: mac802154: remove interfaces with RCU list deletion Queue wake, stop, and disable paths walk local->interfaces under RCU. The bulk hardware teardown path removes entries with list_del(), so an asynchronous transmit completion can follow a poisoned list node in ieee802154_wake_queue(). Use list_del_rcu() as in the single-interface removal path. The following unregister_netdevice() waits for in-flight RCU readers before freeing the netdevice, so no separate grace-period wait is needed.
Title mac802154: remove interfaces with RCU list deletion
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-08-17T05:39:32.685Z

Reserved: 2026-08-09T03:40:39.900Z

Link: CVE-2026-72024

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T06:21:01.440

Modified: 2026-08-17T06:18:00.067

Link: CVE-2026-72024

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-15T00:00:00Z

Links: CVE-2026-72024 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-18T04:00:10Z

Weaknesses
  • CWE-825

    Expired Pointer Dereference