AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-72495

UNKNOWN · CVSS N/A

Source: NVD + CISA KEV + EPSS · Published 2026-08-15 · Last synced 2026-08-15

CyberRota Analysis

AI-Generated

The vulnerability affects the Linux kernel's RDMA/bnxt_re component, where applications can make multiple requests for work completion (WC) pages for the same user context (ucontext), leading to potential resource allocation issues. The impact includes the risk of concurrent access and failure to properly manage memory, which could result in system instability or denial of service. Organizations using Linux in environments that leverage RDMA should prioritize addressing this vulnerability to ensure system reliability and performance.

CVE
CVE-2026-72495
Severity
UNKNOWN
CVSS
N/A
EPSS
N/A
Linux

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxt_re: Avoid repeated requests to allocate WC pages Applications can request multiple WC pages for the same ucontext. As of now, only 1 WC page per ucontext is supported. Add a lock to avoid concurrent access and a check to fail repeated requests. Also, if the mmap entry insert fails for the WC, free the Doorbell page index mapped for the WC page.