CVE-2026-64092
Last modified
CVE-2026-64092 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: batman-adv: tp_meter: fix tp_vars reference leak in receiver shutdown The receiver shutdown timer handler, batadv_tp_receiver_shutdown(), is responsible for releasing the tp_vars reference it holds. However, the existing logic for coordinating this release with batadv_tp_stop_all() was flawed. timer_shutdown_sync() guarantees the timer will not fire again after it returns, but it returns non-zero only when the timer was pending at the time of the call. EPSS estimates a 0.18% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: batman-adv: tp_meter: fix tp_vars reference leak in receiver shutdown The receiver shutdown timer handler, batadv_tp_receiver_shutdown(), is responsible for releasing the tp_vars reference it holds. However, the existing logic for coordinating this release with batadv_tp_stop_all() was flawed. timer_shutdown_sync() guarantees the timer will not fire again after it returns, but it returns non-zero only when the timer was pending at the time of the call. If the timer had already expired (and batadv_tp_stop_all() would unsucessfully try to rearm itself), batadv_tp_stop_all() skips its batadv_tp_vars_put(), and batadv_tp_receiver_shutdown() fails to put its own reference as well. Fix this by introducing a new atomic variable receiving that is set to 1 when the receiver is initialized and cleared atomically with atomic_xchg() by whichever side claims it first. Only the side that observes the transition from 1 to 0 is responsible for releasing the tp_vars timer reference, eliminating the uncertainty.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 5.10.259, < 5.11 | — |
| Linux | Linux Kernel | >= 6.6.140, < 6.6.142 | — |
| Linux | Linux Kernel | >= 6.12.90, < 6.12.92 | — |
| Linux | Linux Kernel | >= 6.18.32, < 6.18.34 | — |
| Linux | Linux Kernel | >= 7.0.9, < 7.0.11 | — |
| Linux | Linux Kernel | 7.1 | Rc4 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-64092?
How severe is CVE-2026-64092?
How do I fix CVE-2026-64092?
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-64087In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64088In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-64089In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-6409A Denial of Service (DoS) vulnerability exists in the Protob…7.1
- CVE-2026-64090In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-64091In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-64093In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-64094In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-64095In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-64096In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-64097In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-64098In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-64092?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
