AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-74298

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 (Remote Direct Memory Access) subsystem, specifically related to the handling of FRMR (Fast Registration Memory Region) handles during push operations. If the push to the pool fails, the lack of proper destruction of these handles can lead to resource leaks, potentially impacting system performance and stability. Organizations utilizing Linux systems with RDMA capabilities should prioritize addressing this issue to ensure efficient resource management and prevent potential disruptions.

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

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Fix FRMR set pinned push error path Add destruction of FRMR handles in case the push to the pool fails. This prevents resources leak in case pool page allocation fails.