Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-74584

7.1 · HIGH
Published Aug 22, 2026 EPSS 0.13% (3th pctl)

Overview

CVE-2026-74584 is a high-severity vulnerability. It was published on August 22, 2026 and has a CVSS 3.1 base score of 7.1 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.1, rated HIGH. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

Technical Description

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

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Frequently Asked Questions

What is CVE-2026-74584?

CVE-2026-74584 is a high-severity vulnerability. It was published on August 22, 2026 and has a CVSS 3.1 base score of 7.1 (HIGH).

How severe is CVE-2026-74584?

This vulnerability has a CVSS 3.1 base score of 7.1, rated HIGH. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2026-74584?

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-74584?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-74584 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.