PT-2026-61335 · Linux · Linux
CVE-2026-64018
·
Published
2026-07-19
·
Updated
2026-07-19
CVSS v3.1
9.3
Critical
| Vector | AV:L/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H |
In the Linux kernel, the following vulnerability has been resolved:
net: mana: validate rx req idx to prevent out-of-bounds array access
In mana hwc rx event handler(), rx req idx is derived from
sge->address in DMA-coherent memory. In Confidential VMs
(SEV-SNP/TDX), this memory is shared unencrypted and HW can modify
WQE contents at any time. No bounds check exists on rx req idx,
which can lead to an out-of-bounds access into reqs[].
Add bounds check on rx req idx in mana hwc rx event handler() before
using it to index the reqs[] array.
Fix
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linux