PatchSiren cyber security CVE debrief
CVE-2026-97595 Linux CVE debrief
A use-after-free vulnerability exists in the Linux kernel's mac802154 subsystem. The RX softirq producer ieee802154_subif_frame() queues received beacon and MAC-command frames onto local->rx_beacon_list / rx_mac_cmd_list and schedules a process-context worker. However, the lists have no lock, and the workers dereference the interface after it may have been freed, resulting in a use-after-free vulnerability.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- HIGH 7.5
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-25
- Original CVE updated
- 2026-09-25
- Advisory published
- 2026-09-25
- Advisory updated
- 2026-09-25
Who should care
Linux kernel maintainers, Linux distribution maintainers, and users of Linux kernel-based systems should assess exposure to this vulnerability and apply patches or updates as needed.
Why it matters
A use-after-free vulnerability exists in the Linux kernel's mac802154 subsystem, which could allow an attacker to potentially execute arbitrary code or cause a denial of service.
- Verify Linux kernel versions in use are patched or updated
- Assess exposure of Linux kernel-based systems to this vulnerability
- Monitor for potential exploitation attempts
- Apply patches or updates provided by the Linux kernel maintainers
Technical summary
The RX softirq producer ieee802154_subif_frame() queues received beacon and MAC-command frames onto local->rx_beacon_list / rx_mac_cmd_list and schedules a process-context worker. However, the lists have no lock, and the workers dereference the interface after it may have been freed, resulting in a use-after-free vulnerability. This issue can allow an attacker to potentially execute arbitrary code or cause a denial of service. Affected Linux kernel maintainers and users should assess exposure and apply patches or updates as needed. The vulnerability was resolved by adding a lock around every list access, pinning the interface for the lifetime of a queued frame, and dequeuing under the lock at the head and loop-
Defensive priority
High
Recommended defensive actions
- Assess exposure of Linux kernel-based systems to this vulnerability
- Verify if Linux kernel versions in use are affected
- Apply patches or updates provided by the Linux kernel maintainers
- Monitor for potential exploitation attempts
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
Evidence notes
The vulnerability was resolved in the Linux kernel by adding a lock around every list access, pinning the interface for the lifetime of a queued frame, and dequeuing under the lock at the head and loop-draining the whole list in the workers.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-97595 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-97595
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-97595 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-97595
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/07f0214018d7241e3610c1be984c8abfce16c099
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/2f37fba846c9fdff5fc15b6d93656057ccd13031
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/3d1fde35f95d7f02a7dc473c51d81e8d9e992cfc
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/4740ef0518c5e3bf31ebfb2288a6ac3b462ead06
416baaa9-dc9f-4396-8d5f-8c081fb06d67
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.