Vulnerability in Linux

CVE-2026-64092

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.

EPSS: 0.001 (2.7th percentile) — read the EPSS interpretation.

CVSS v3 metric

CVSS v3 base score 5.5 (Medium). Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H.

Affected products

  • Linux — versions 268078acae72daa12b17b2b299701cb9924e469a, 58943b7ea356294749dae3e75b96c0ee292c00be, 79bc0eaeef2c5797317bf2da8e3159a74d62ec47
  • Linux Linux_kernel — versions 7.1

References

Frequently asked questions

What is CVE-2026-64092?
CVE-2026-64092 is a medium-severity vulnerability in Linux. CVSS score: 5.5/10. Published 2026-07-19.
How severe is CVE-2026-64092?
Medium severity. CVSS v3 base score is 5.5 out of 10.