CVE-2026-74584

HIGHPre-NVD 7.17.1
EchelonGraph scoreHIGH confidence

Score 7.1 from GitHub Security Advisory (severity: HIGH) published 2026-08-22. a secondary CVSS source baseline 7.1; sources differ by 0.0.

Triggered by: GitHub Security Advisory CVSS
Sources: epss, ghsa, secondary
Trending — 4 sources updated this week
7.1EG
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS PROB: 0%CVSS: 7.1Exploit: None knownExposed: 0

No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.

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().

CVSS v3
7.1
EG Score
7.1(high)
EG Risk
37(Track)
EG Risk 37/100SSVC: Track

EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).

How it’s computed
Severity71% × 45%
Exploitation0% × 40%
Automatability30% × 15%
Action: Routine — remediate on your standard cadence.
EPSS PROB
0%
EPSS %ILE
3%
KEV
Not listed

Published

August 22, 2026

Last Modified

August 25, 2026

Advisory Details (8)

Auto-updated Aug 25, 2026
No patch confirmed yet.
generic

RDMA/bnxt_re: zero shared page before exposing to userspace - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/f6b079629becfa977f9c51fe53ad2e6dcc55ef44
generic

RDMA/bnxt_re: zero shared page before exposing to userspace - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/c75f8ce4baa29ae57fe615c6a2c5101f59b8b89a
generic

RDMA/bnxt_re: zero shared page before exposing to userspace - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/e2b143df29003d2704b51f62e9297006953dbacb
generic

RDMA/bnxt_re: zero shared page before exposing to userspace - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/a3ed2daab02b2a706e882ad31b5c3c4f33cb5bb1
generic

RDMA/bnxt_re: zero shared page before exposing to userspace - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/c19b360fa10c521c0b681875cdaa51545d45a491
generic

RDMA/bnxt_re: zero shared page before exposing to userspace - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/9128c2411b83a64c0a69d2ff059c741bde25a9cc
generic

RDMA/bnxt_re: zero shared page before exposing to userspace - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/9896bdfd21d918e9f26a52bc6109cc77970ee0b1
generic

RDMA/bnxt_re: zero shared page before exposing to userspace - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/53c97e9882f4e747b4ac31b211317c2eba541af9

Vendor Advisories for CVE-2026-74584(1)

These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.

Data Freshness Timeline

(refreshed 23× in last 7d / 26× in last 30d)

Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.

  1. 2026-08-30 02:05 UTCEG score recompute
  2. 2026-08-30 02:05 UTCGHSA enrichment
  3. 2026-08-30 01:22 UTCEPSS rescore
  4. 2026-08-29 13:32 UTCGHSA enrichment
  5. 2026-08-29 00:59 UTCEG score recompute
  6. 2026-08-29 00:59 UTCGHSA enrichment
  7. 2026-08-28 21:42 UTCEPSS rescore
  8. 2026-08-28 09:53 UTCGHSA enrichment
  9. 2026-08-27 21:16 UTCEG score recompute
  10. 2026-08-27 21:16 UTCGHSA enrichment
  11. 2026-08-27 14:25 UTCEPSS rescore
  12. 2026-08-27 08:44 UTCGHSA enrichment
  13. 2026-08-26 20:11 UTCGHSA enrichment
  14. 2026-08-26 07:37 UTCGHSA enrichment
  15. 2026-08-25 19:02 UTCEG score recompute
  16. 2026-08-25 19:02 UTCGHSA enrichment
  17. 2026-08-25 13:49 UTCEPSS rescore
  18. 2026-08-25 06:30 UTCEG score recompute
  19. 2026-08-25 06:30 UTCGHSA enrichment
  20. 2026-08-25 05:46 UTCEG score recompute 7.10
  21. 2026-08-25 05:46 UTCGHSA enrichment
  22. 2026-08-25 05:45 UTCMITRE cvelistV5CVSS v3 → 7.1 · severity → HIGH
  23. 2026-08-24 14:18 UTCEPSS rescore
  24. 2026-08-22 15:23 UTCNVD update
  25. 2026-08-22 14:36 UTCEG score recompute
Show 1 more
  1. 2026-08-22 14:35 UTCMITRE cvelistV5first tracked

Frequently asked(5)

What is CVE-2026-74584?
CVE-2026-74584 is a high vulnerability published on August 22, 2026. In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxt_re: zero shared page before exposing to userspace bnxtrealloc_ucontext() allocates uctx->shpg via getfreepage(GFP_KERNEL). The buddy allocator does not zero pages without GFP_ZERO, so the page contains stale kernel data…
When was CVE-2026-74584 disclosed?
CVE-2026-74584 was first published in the National Vulnerability Database on August 22, 2026, with the most recent update on August 25, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-74584 actively exploited?
CVE-2026-74584 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 0% probability of exploitation in the next 30 days, which ranks it in the top 97.0% of all scored CVEs.
What is the CVSS score of CVE-2026-74584?
CVE-2026-74584 has a CVSS v3 base score of 7.1 (NVD).
How do I remediate CVE-2026-74584?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-74584, EchelonGraph cross-links them in the Vendor Advisories panel below — those typically contain the canonical remediation steps, fixed version numbers, and any vendor-specific mitigations.

Dependency Blast Radius

Explore the affected products and dependency analysis for CVE-2026-74584

Explore →

Is Your Infrastructure Affected by CVE-2026-74584?

EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.