SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-80880

UNKNOWN · CVSS N/A EPSS 0.16%

Source: NVD + CISA KEV + EPSS · Published 2026-09-04 · Last synced 2026-09-19

CyberRota Analysis

AI-Generated

The vulnerability in the Linux kernel affects the InfiniBand mlx5 driver, specifically related to the handling of memory registration (MR) in implicit ODP configurations. An attacker could exploit this flaw to cause race conditions, potentially leading to unauthorized access or instability in memory management. Organizations utilizing Linux systems with InfiniBand hardware should prioritize this issue to ensure the integrity and security of their memory operations.

CVE
CVE-2026-80880
Severity
UNKNOWN
CVSS
N/A
EPSS
0.16%
Linux

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: IB/mlx5: Properly support implicit ODP rereg_mr Due to all the child mkeys in the implicit ODP configuration we cannot change anything in place for the parent mkey. Instead the whole thing needs to be rebuilt if any change is requested. If the user does not specify a translation then force the implicit values which will then fall through the logic into mlx5_ib_reg_user_mr() to allocate a completely new MR. Since implicit children were also touching the mr->pd, this removes another case where the access was racy.