CVE-2026-64218
Gravedad CVSS v3.1:
ALTA
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
24/07/2026
Última modificación:
30/07/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
batman-adv: bla: fix report_work leak on backbone_gw purge<br />
<br />
batadv_bla_purge_backbone_gw() removes stale backbone gateway entries,<br />
but fails to properly handle their associated report_work:<br />
<br />
- If report_work is running, the purge must wait for it to finish before<br />
freeing the backbone_gw, otherwise the worker may access freed memory<br />
(e.g. bat_priv).<br />
- If report_work is pending, the purge must cancel it and release the<br />
reference held for that pending work item.<br />
<br />
The previous implementation called hlist_for_each_entry_safe() inside a<br />
spin_lock_bh() section, but cancel_work_sync() may sleep and therefore<br />
cannot be called from within a spinlock-protected region.<br />
<br />
Restructure the loop to handle one entry per spinlock critical section:<br />
acquire the lock, find the next entry to purge, remove it from the hash<br />
list, then release the lock before calling cancel_work_sync() and<br />
dropping the hash_entry reference. Repeat until no more entries require<br />
purging.
Impacto
Puntuación base 3.x
7.80
Gravedad 3.x
ALTA
Referencias a soluciones, herramientas e información
- https://git.kernel.org/stable/c/0459430add32ea41f3e2ef9351610e6d33627a6b
- https://git.kernel.org/stable/c/3423a45e5c3d3c5129f88143a9a969787d7d5a0a
- https://git.kernel.org/stable/c/48663158222b3b7f6ee6791a67d512ede7fc94bb
- https://git.kernel.org/stable/c/95a7034661274cf5985708bd2f6d86ee46f88fa9
- https://git.kernel.org/stable/c/c6de1a5a9c406e30b91f1515a6ce05cc84023baa
- https://git.kernel.org/stable/c/ce2c0ee4d76d5ee4b391fe0e31334361e25030ec
- https://git.kernel.org/stable/c/eeddd7bab3d59c1e98642a204141f8c5d6194707
- https://git.kernel.org/stable/c/f1303adb1e59582f76c22798a2e2e150e054a9e7



