PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-97599 Linux CVE debrief

A double-free vulnerability exists in the Linux kernel's ieee802154 hwsim component. The hwsim_update_pib function does not properly serialize updates to the phy->pib pointer, allowing multiple threads to free the same memory location. This can cause a KASAN invalid-free error when using SLUB percpu sheaves batching kfree_rcu. The vulnerability is caused by a lack of proper synchronization in the hwsim_update_pib function, which can lead to a double-free error. This error can result in a denial of service (DoS) or potentially allow an attacker to execute arbitrary code.

Vendor
Linux
Product
Unknown
CVSS
Unknown
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 developers and maintainers, as well as users of Linux-based systems that utilize the ieee802154 hwsim component, should assess exposure and verify inventory. Additionally, security teams and vulnerability management teams should review the vulnerability and apply the patch or mitigations as necessary.

Why it matters

The Linux kernel's ieee802154 hwsim component has a double-free vulnerability that can cause KASAN invalid-free errors. Linux kernel developers and maintainers should assess exposure and verify inventory.

  • Potential denial of service (DoS) due to KASAN invalid-free errors
  • Possible elevation of privileges or arbitrary code execution
  • Verification of Linux kernel patch application and system logging for KASAN errors

Technical summary

The Linux kernel's ieee802154 hwsim component has a double-free vulnerability. The hwsim_update_pib function does not properly serialize updates to the phy->pib pointer, allowing multiple threads to free the same memory location. This can cause a KASAN invalid-free error when using SLUB percpu sheaves batching kfree_rcu. The vulnerability is caused by a lack of proper synchronization in the hwsim_update_pib function. To fix this vulnerability, a lock has been added to the hwsim_phy struct and rcu_replace_pointer is used to update the phy->pib pointer in a safe manner.

Defensive priority

Medium

Recommended defensive actions

  • Review and apply the Linux kernel patch to fix the double-free vulnerability
  • Monitor system logs for KASAN invalid-free errors
  • Consider implementing additional security controls to prevent exploitation
  • Verify Linux kernel patch application and system logging for KASAN errors
  • 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.
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up.

Evidence notes

The CVE record and NVD entry provide limited information about the vulnerability. The Linux kernel patch notes and Git commit history provide additional context. The vulnerability was introduced in the Linux kernel's ieee802154 hwsim component, which is used to simulate IEEE 802.15.4 radios. The patch provided by the Linux kernel developers fixes the double-free vulnerability by adding a lock to the hwsim_phy struct and using rcu_replace_pointer to update the phy->pib pointer in a safe manner.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-97599 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-97599

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-97599 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-97599

    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/979d5b8de8ed4e1f997aef12da5694b99be7b871

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/9973b3a67a7592a780ea12b08334539a900deec1

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/d3b8f264ce09573aededd0a97dc41c8147797d8f

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/db6442deecb1f13aeaf4f9d77746ea7555630fb3

    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.