SEPTEMBER 7, 2026
Live Feed
Back to database
Case File

CVE-2026-64072

UNKNOWN · CVSS N/A EPSS 0.17%

Source: NVD + CISA KEV + EPSS · Published 2026-07-19 · Last synced 2026-08-18

CyberRota Analysis

AI-Generated

A vulnerability in the Linux kernel allows for a potential bio leak during integrity mapping failures in the NVMe subsystem, as the local bio is incorrectly set to NULL. This could lead to unintended information disclosure, potentially exposing sensitive data. Organizations using affected Linux distributions should prioritize addressing this issue to mitigate the risk of data leakage.

CVE
CVE-2026-64072
Severity
UNKNOWN
CVSS
N/A
EPSS
0.17%
Linux

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: nvme: fix bio leak on mapping failure The local bio is always NULL, so we'd leak the bio if the integrity mapping failed. Just get it directly from the request.