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

CVE-2026-64034

criticalCVSS 9.3covered by 25 sourcesfirst seen 2026-07-19
In the Linux kernel, the following vulnerability has been resolved: net: mana: Fix TOCTOU double-fetch of hwc_msg_id from DMA buffer In mana_hwc_rx_event_handler(), resp->response.hwc_msg_id is read from DMA-coherent memory and bounds-checked, then mana_hwc_handle_resp() re-reads the same field from the same DMA buffer for test_bit() and pointer arithmetic. DMA-coherent memory is mapped uncacheable on x86 and is shared, unencrypted, in Confidential VMs (SEV-SNP/TDX), so each load goes directly to host-visible memory. A H/W can modify the value between the check and the use, bypassing the bounds validation. Fix this by reading hwc_msg_id exactly once using READ_ONCE() into a stack-local variable in mana_hwc_rx_event_handler(), and passing the validated value as a parameter to mana_hwc_handle_resp().

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-64034

Get an email if CVE-2026-64034 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 (25)

External references

NVD record for CVE-2026-64034

CVE.org record

Embed the live status

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

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