CVE-2026-97923
Last modified
CVE-2026-97923 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: tracing: Free histogram the var ref when its initialization fails create_var_ref() allocates a VAR_REF hist_field and then calls init_var_ref() to fill it in. When that fails the field is leaked. commit 656fe2ba85e8 ("tracing: Use hist trigger's var_ref array to destroy var_refs") made destroy_hist_field() return early for HIST_FIELD_FL_VAR_REF, since var refs are freed by walking the trigger's var_refs[] array instead.
Description
In the Linux kernel, the following vulnerability has been resolved: tracing: Free histogram the var ref when its initialization fails create_var_ref() allocates a VAR_REF hist_field and then calls init_var_ref() to fill it in. When that fails the field is leaked. commit 656fe2ba85e8 ("tracing: Use hist trigger's var_ref array to destroy var_refs") made destroy_hist_field() return early for HIST_FIELD_FL_VAR_REF, since var refs are freed by walking the trigger's var_refs[] array instead. create_var_ref() adds the field to that array only after init_var_ref() has succeeded, so on this path the field is in neither place and nothing frees it. The call was correct when it was written, before var refs were taken out of destroy_hist_field(). init_var_ref() cannot free it either. The caller owns the field, so init_var_ref() undoes only its own string allocations and leaves the field alone. Freeing it there would leave create_var_ref() passing freed memory to destroy_hist_field(), which reads its flags. Call __destroy_hist_field(), which frees the field without consulting the flag.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 656fe2ba85e81d00e4447bf77b8da2be3c47acb2, < 74375caa20fe5165807b4334c783d1790b01f02a; >= 656fe2ba85e81d00e4447bf77b8da2be3c47acb2, < 222abcbe7866fef04563b6eb89fb21f627dcbc77; >= 656fe2ba85e81d00e4447bf77b8da2be3c47acb2, < a69baeac38677270656e85753d93856a076dee57; >= 656fe2ba85e81d00e4447bf77b8da2be3c47acb2, < 516001d53e6b2ea95a251ee2ef54a1a689a3fd58; 836717841a30d7845cdf9cb806ee0ff3bfa7135a; >= 4.19.100, < 4.20 |
| Linux | Linux | 5.0 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-97923?
How severe is CVE-2026-97923?
How do I fix CVE-2026-97923?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-97918In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97919In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9792A flaw was found in Keycloak's Client Policies, specifically…6.5
- CVE-2026-97920In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97921In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97922In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97924In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97925In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97926In the Linux kernel, the following vulnerability has been re…7
- CVE-2026-97927In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97928In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97929In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-97923?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
