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-09-04 00:53 UTC (History)
2 users (show)

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


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2026:61887 0 None None None 2026-09-01 07:31:17 UTC
Red Hat Product Errata RHSA-2026:63013 0 None None None 2026-09-03 04:02:10 UTC
Red Hat Product Errata RHSA-2026:63014 0 None None None 2026-09-03 04:16:24 UTC
Red Hat Product Errata RHSA-2026:63129 0 None None None 2026-09-04 00:53:04 UTC

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

Comment 5 errata-xmlrpc 2026-09-01 07:31:16 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 10

Via RHSA-2026:61887 https://access.redhat.com/errata/RHSA-2026:61887

Comment 6 errata-xmlrpc 2026-09-03 04:02:09 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 8

Via RHSA-2026:63013 https://access.redhat.com/errata/RHSA-2026:63013

Comment 7 errata-xmlrpc 2026-09-03 04:16:24 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 8

Via RHSA-2026:63014 https://access.redhat.com/errata/RHSA-2026:63014

Comment 8 errata-xmlrpc 2026-09-04 00:53:03 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 9

Via RHSA-2026:63129 https://access.redhat.com/errata/RHSA-2026:63129


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