CSIRTS // UNIFIED SECURITY ADVISORY FEEDSYS ● ONLINE · POWERED BY INTELFUSIONS.COM

CVE-2026-64088

highCVSS 8.8covered by 19 sourcesfirst seen 2026-07-19
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().

CSIRTS triage

What
Multiple kernel flaws including NTFS file system out-of-bounds read, AMD processor floating point unit data exposure, and AMD Zen 2 operation cache isolation failure.
Who is affected
Systems running affected Linux kernel versions; local attackers on systems with NTFS mounted or AMD processors.
Urgency
Moderate to high — local attackers can gain privilege escalation and information disclosure; apply patches promptly.
Action
Apply kernel security updates provided by distribution maintainer.

AI-assisted analysis generated from the source advisory — verify against the original.

⚡ Watch CVE-2026-64088

Get an email if CVE-2026-64088 is added to CISA KEV, gains public exploit code, or a new advisory cites it — max one per day, one-click unsubscribe.

Exploitation outlook

Advisory coverage (19)

External references

NVD record for CVE-2026-64088

CVE.org record

Embed the live status

CVE-2026-64088 live status badge — this badge updates automatically when the KEV or exploit status changes. How to embed it →

[![CVE-2026-64088 status](https://www.csirts.com/badge/CVE-2026-64088)](https://www.csirts.com/cve/CVE-2026-64088)