VDB

CVE-2026-74584

CVE-2026-74584 PUBLISHED CVSS 7.1 HIGH

Reported by Linux · Published August 22, 2026

In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxt_re: zero shared page before exposing to userspace bnxt_re_alloc_ucontext() allocates uctx->shpg via __get_free_page(GFP_KERNEL). The buddy allocator does not zero pages without __GFP_ZERO, so the page contains stale kernel data from whatever object most recently freed it. The page is then mapped into userspace via vm_insert_page() under BNXT_RE_MMAP_SH_PAGE in bnxt_re_mmap(). The driver only ever writes 4 bytes (a u32 AVID) at offset BNXT_RE_AVID_OFFT (0x10) inside bnxt_re_create_ah(); the remaining 4092 bytes of the page are exposed to userspace unsanitised, leaking kernel memory contents. Any user with access to /dev/infiniband/uverbsX on a host with a bnxt_re device (typically rdma group membership) can read this data via a single mmap() at pgoff 0 after IB_USER_VERBS_CMD_GET_CONTEXT. Other shared pages in the same file already use get_zeroed_page() correctly: drivers/infiniband/hw/bnxt_re/ib_verbs.c srq->uctx_srq_page = (void *)get_zeroed_page(GFP_KERNEL); cq->uctx_cq_page = (void *)get_zeroed_page(GFP_KERNEL); uctx->shpg is the only outlier. Bring it in line with the existing convention by switching to get_zeroed_page().

EPSS 0.13% · 3.1th percentile

Risk Scores

CVSS 3.1
7.1
CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N
EPSS Score
0.13%
3.1th percentile

Affected Products

VendorProductVersions
LinuxLinux1ac5a404797523cedaf424a3aaa3cf8f9548dff8, 1ac5a404797523cedaf424a3aaa3cf8f9548dff8, 1ac5a404797523cedaf424a3aaa3cf8f9548dff8
LinuxLinux4.11, 0, 5.10.260
linuxlinux_kernel4.11, 4.11, 4.11
LinuxLinux1ac5a404797523cedaf424a3aaa3cf8f9548dff8, 1ac5a404797523cedaf424a3aaa3cf8f9548dff8, 1ac5a404797523cedaf424a3aaa3cf8f9548dff8

Timeline

  • Aug 22, 2026 CVE Published
  • Aug 23, 2026 EPSS Score
  • Aug 24, 2026 EPSS Score
  • Aug 25, 2026 EPSS Score
  • Aug 25, 2026 CVE Updated
  • Sep 3, 2026 Security Advisory
  • Sep 9, 2026 EPSS Score

References

Open in Interactive Console →
$ Console Community · 100/wk Open console ›