← Späť na vyhľadávanie CVE

CVE-2026-64088

batman-adv

Popis

In the Linux kernel, the following vulnerability has been resolved: batman-adv: tt: fix negative tt_buff_len batadv_orig_node::tt_buff_len was declared as s16, but the field is never intended to hold a negative value. When a value greater than 32767 is assigned, it wraps to a negative signed integer. In batadv_send_other_tt_response(), tt_buff_len is temporarily widened to s32. The incorrectly negative s16 value propagates into the s32, causing batadv_tt_prepare_tvlv_global_data() to allocate a full sized buffer but populates only a small portion of it with the collected changeset. All remaining bits are kept uninitialized. Using an u16 avoids this type confusion and ensures that no (negative) sign extension is performed in batadv_send_other_tt_response().

CVSS 8.8EPSS 0.281%Riziko 0.9
Zobraziť zdroj
Zverejnené
2026-07-19 16:17:49
Dotknuté verzie
unknown
Typ
Jadro
Posledná úprava
2026-08-11 15:32:36
Vektor
CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Operačné systémy
Linux