Fedora Account System
Red Hat Associate
Red Hat Customer
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.
Upstream advisory: https://lore.kernel.org/linux-cve-announce/2026071901-CVE-2026-64018-43bb@gregkh/T
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
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
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
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