Bug 2502421 (CVE-2026-64018) - CVE-2026-64018 kernel: net: mana: validate rx_req_idx to prevent out-of-bounds array access
Summary: CVE-2026-64018 kernel: net: mana: validate rx_req_idx to prevent out-of-bound...
Keywords:
Status: NEW
Alias: CVE-2026-64018
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-07-19 16:07 UTC by OSIDB Bzimport
Modified: 2026-07-21 17:31 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-07-19 16:07:15 UTC
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.

Comment 1 Mauro Matteo Cascella 2026-07-21 17:27:08 UTC
Upstream advisory:
https://lore.kernel.org/linux-cve-announce/2026071901-CVE-2026-64018-43bb@gregkh/T


Note You need to log in before you can comment on or make changes to this bug.