CVE-2026-97922
Last modified
CVE-2026-97922 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: tracing: Free histogram var refs regardless of how often they are referenced Using the same variable three or more times in one hist trigger leaks the variable reference and its strings when the trigger is removed. commit 656fe2ba85e8 ("tracing: Use hist trigger's var_ref array to destroy var_refs") made a trigger's var_refs[] array the only owner of a var ref: destroy_hist_field() returns early for HIST_FIELD_FL_VAR_REF, so the field expressions never destroy one. One entry, freed once, no count needed. commit 8bcebc77e85f ("tracing: Fix histogram code when expression has same var as value") then made repeated references share one object and added a count of them.
Description
In the Linux kernel, the following vulnerability has been resolved: tracing: Free histogram var refs regardless of how often they are referenced Using the same variable three or more times in one hist trigger leaks the variable reference and its strings when the trigger is removed. commit 656fe2ba85e8 ("tracing: Use hist trigger's var_ref array to destroy var_refs") made a trigger's var_refs[] array the only owner of a var ref: destroy_hist_field() returns early for HIST_FIELD_FL_VAR_REF, so the field expressions never destroy one. One entry, freed once, no count needed. commit 8bcebc77e85f ("tracing: Fix histogram code when expression has same var as value") then made repeated references share one object and added a count of them. Only the increment side exists, since those expressions still return early and never drop a reference, so __destroy_hist_field() sees how many references were created rather than how many are left. It frees when the decremented count is 0 or 1, so two references work and three or more leak. Sharing kept one array entry per object, and create_var_ref() searches and appends within a single trigger, so nothing outside it holds the object. Removing a trigger whose variables are still referenced is already refused by check_var_refs() with -EBUSY. Drop the count and free unconditionally.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 8bcebc77e85f3d7536f96845a0fe94b1dddb6af0, < e7b6d67b43caee9183a4374d23641578ea556e6c; >= 8bcebc77e85f3d7536f96845a0fe94b1dddb6af0, < 4cff53bb19412c6f2d90b50678de5c3903f7f96a; >= 8bcebc77e85f3d7536f96845a0fe94b1dddb6af0, < 94bbd65da4ae26592fa1977a74ee94218ab02a26; >= 8bcebc77e85f3d7536f96845a0fe94b1dddb6af0, < 4bddcb346a6cf4615ca77f69a589623b877ca267; ce28d664054df01997baace61d1defca77689798; bf470f051556b610265ea02ad2102de75e8e619c; >= 4.19.100, < 4.20; >= 5.4.16, < 5.5 |
| Linux | Linux | 5.5 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-97922?
How severe is CVE-2026-97922?
How do I fix CVE-2026-97922?
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-97917In the Linux kernel, the following vulnerability has been re…
- 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-97923In 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…
Are you affected by CVE-2026-97922?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
