AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-72496

UNKNOWN · CVSS N/A

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

CyberRota Analysis

AI-Generated

The vulnerability in the Linux kernel affects the RDMA/bnxt_re component, where the function `bnxt_qplib_alloc_dpi` incorrectly reports success even if the `ioremap` operation fails, potentially leading to resource leaks or system instability. This issue could impact systems relying on RDMA functionality, particularly in environments where resource management is critical. Organizations utilizing affected Linux distributions should prioritize addressing this vulnerability to ensure system reliability and prevent potential operational disruptions.

CVE
CVE-2026-72496
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: Proper rollback if the ioremap fails bnxt_qplib_alloc_dpi returns success even if ioremap fails. Add the proper rollback when the ioremap fails and return -ENOMEM status.