imPC@ndo EN

Tracker / CVE-2026-64091

CVE-2026-64091

Critica 9.8

In the Linux kernel, the following vulnerability has been resolved: batman-adv: tt: fix TOCTOU race for reported vlans The local TT based TVLV is generated by first checking the number of VLANs which have at least one TT entry. A new buffer with the correct size for the VLANs is then allocated. Only then, the list of VLANs s used to fill the VLAN entries in the buffer. During this time, the meshif_vlan_list_lock is held. But the actual number of TT entries of each VLAN can still increase during this time - just not the number of VLANs in the list. But the prefilter used in the buffer size calculation might still cause an increase of the number of VLANs which need to be stored. Simply because a VLAN might now suddenly have at least one entry when it had none in the pre-alloc check - and then needs to occupy space which was not allocated. It is better to overestimate the buffer size at the beginning and then fill the buffer only with the VLANs which are not empty.

Prodotti e versioni affette

linux linux_kernel
linux linux_kernel · 3.16.60 → 3.17
linux linux_kernel · 4.14.174 → 4.15
linux linux_kernel · 4.17.1 → 5.10.259
linux linux_kernel · 4.4.217 → 4.5
linux linux_kernel · 4.9.217 → 4.10
linux linux_kernel · 5.11 → 5.15.210
linux linux_kernel · 5.16 → 6.1.176
linux linux_kernel · 6.13 → 6.18.34
linux linux_kernel · 6.19 → 7.0.11
linux linux_kernel · 6.2 → 6.6.143
linux linux_kernel · 6.7 → 6.12.93

Analisi

Questa pagina non è ancora indicizzabile.Finché non contiene un’analisi originale — cosa espone davvero, come verificare in due minuti se un sistema è stato toccato, cosa fare se lo è stato — la pagina resta noindex. È il database a deciderlo, non il modello di pagina.

Riferimenti