PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-97923 Linux CVE debrief

A vulnerability in the Linux kernel's tracing subsystem has been resolved. The create_var_ref function allocates a VAR_REF hist_field and then calls init_var_ref to fill it in. When init_var_ref fails, the field is leaked. This issue has been addressed by calling __destroy_hist_field to free the field when initialization fails. The vulnerability was resolved through a patch that modifies the create_var_ref function to properly handle the allocation and deallocation of the VAR_REF hist_field. The patch ensures that the field is freed when initialization fails, preventing a memory leak. Linux kernel maintainers and users should assess exposure and verify patch deployment to prevent

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 maintainers, Linux distribution maintainers, and users of Linux kernel tracing subsystem should assess exposure and verify patch deployment to prevent potential exploitation attempts. They should also monitor Linux kernel tracing subsystem logs for suspicious activity and review compensating controls for exposed systems.

Why it matters

A vulnerability in the Linux kernel's tracing subsystem has been resolved. Linux kernel maintainers and users should assess exposure and verify patch deployment to prevent potential exploitation attempts.

  • Verify patch deployment to prevent potential exploitation attempts
  • Monitor Linux kernel tracing subsystem logs for suspicious activity

Technical summary

The create_var_ref function in the Linux kernel's tracing subsystem allocates a VAR_REF hist_field and then calls init_var_ref to fill it in. When init_var_ref fails, the field is leaked. This issue has been addressed by calling __destroy_hist_field to free the field when initialization fails. The vulnerability was resolved through a patch that modifies the create_var_ref function to properly handle the allocation and deallocation of the VAR_REF hist_field. The patch ensures that the field is freed when initialization fails, preventing a memory leak.

Defensive priority

Linux kernel maintainers and users should assess exposure and verify patch deployment.

Recommended defensive actions

  • Assess exposure of Linux kernel deployments to this vulnerability
  • Verify patch deployment for affected Linux kernel versions
  • Monitor Linux kernel tracing subsystem logs 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
  • 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 details on the vulnerability. Four source references from the Linux kernel Git repository are provided. The vulnerability was introduced in the Linux kernel's tracing subsystem, which is used for tracing and debugging purposes. The create_var_ref function is used to allocate a VAR_REF hist_field, which is then used to store information about the variable reference. When the init_var_ref function fails to initialize the VAR_REF hist_field, the field is leaked, resulting in a memory leak. The patch

Sources and references

Verified primary and authoritative sources

  • CVE-2026-97923 CVE Program record

    Publisher, destination, and source semantics verified

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

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

  • CVE-2026-97923 NVD vulnerability detail

    Publisher, destination, and source semantics verified

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

    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/222abcbe7866fef04563b6eb89fb21f627dcbc77

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

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/516001d53e6b2ea95a251ee2ef54a1a689a3fd58

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

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/74375caa20fe5165807b4334c783d1790b01f02a

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

  • Source reference

    Unverified legacy reference

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

    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.