CyberRota Analysis
AI-GeneratedA 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.