LIVE · cybersecurity feed
Live wire
cve recordhigh

CVE-2026-64093

linux · linux kernel

Published
CVSS8.8
Severityhigh
WeaknessNVD-CWE-noinfo
ExploitedNot in CISA KEV

CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Description

In the Linux kernel, the following vulnerability has been resolved: batman-adv: tp_meter: directly shut down timer on cleanup batadv_tp_sender_cleanup() was calling timer_delete_sync() followed by timer_delete() to guard against the timer handler re-arming itself between the two calls. This double-deletion hack relied on the sending status being set to 0 to suppress re-arming. Replace both calls with a single timer_shutdown_sync(). This function both waits for any running timer callback to complete (like timer_delete_sync()) and permanently disarms the timer so it cannot be re-armed afterwards, making re-arming prevention unconditional and self-documenting. The re-arming property is also

References

← Back to the CVE Tracker

Our coverage of CVE-2026-64093

No stories yet. This page updates automatically when we publish reporting that references CVE-2026-64093.