Skip to main content

Linux Kernel CVE-2026-64020

| EUVDEUVD-2026-45593 HIGH
2026-07-19 Linux GHSA-vrp7-59vv-qgvc
High
Disputed · 7.5 Vendor: Linux
Share

Severity by source

Sources disagree (Low–High)
Vendor (Linux) PRIMARY
7.5 HIGH
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
vuln.today AI
3.3 LOW

Triggered locally via NVMe P2PDMA I/O, not network-reachable (AV:L); requires ability to submit I/O on a privileged/config-enabled path (PR:L); a slow cumulative memory leak yields limited availability impact (A:L), no C/I effect.

3.1 AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L
4.0 AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N
SUSE
HIGH
qualitative
Red Hat
5.5 LOW
qualitative

vuln.today treats the vendor’s rating as authoritative. A higher third-party CVSS (e.g. CISA-ADP) is shown for transparency but does not drive the headline severity.

CVSS VectorVendor: Linux

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

Lifecycle Timeline

5
Analysis Generated
Jul 20, 2026 - 16:53 vuln.today
CVSS changed
Jul 20, 2026 - 15:22 NVD
7.5 (HIGH)
Patch available
Jul 19, 2026 - 17:03 EUVD
CVE Published
Jul 19, 2026 - 15:39 cve.org
HIGH 7.5
CVE Published
Jul 19, 2026 - 15:39 cve.org
UNKNOWN (no severity yet)

DescriptionCVE.org

In the Linux kernel, the following vulnerability has been resolved:

nvme-pci: fix dma_vecs leak on p2p memory

We don't unmap P2P memory, so we don't need to track it. The dma_vec allocation was getting leaked on the completion.

AnalysisAI

Memory (kmalloc) leak in the Linux kernel's nvme-pci driver allows exhaustion of kernel memory over time on hosts using NVMe peer-to-peer (P2P) DMA. Because P2P memory is never unmapped, the driver has no need to track it, yet the dma_vec allocation used for tracking was never freed on I/O completion, leaking on every affected request. The flaw affects kernel 6.17 and is fixed in stable; there is no public exploit identified at time of analysis and EPSS exploitation probability is low (0.15%).

Technical ContextAI

The issue lives in the NVMe PCIe host driver (drivers/nvme/host/pci.c) path that handles peer-to-peer DMA (P2PDMA) - a feature letting one PCIe device DMA directly to/from another device's memory (e.g. a GPU or CMB) without bouncing through system RAM. When a request targets P2P memory, the driver allocates a dma_vec structure to describe the mapping but, since P2P regions are not unmapped, that allocation is never released on completion, producing a slow kernel heap leak. The root cause class is a missing-release / memory-leak defect (CWE-401-style, though CWE is marked N/A here); it is a resource-management bug, not a memory-corruption or disclosure bug. The provided 'Information Disclosure' tag conflicts with the CVSS impact (C:N), and should be treated as a mislabel - the actual impact is availability via resource exhaustion.

RemediationAI

Patch available per vendor advisory - apply the stable kernel update containing fix commits 85686c72966c5ee637893f124ddb31a1cace7bee and 24ea0de233d9ebb5ebd6f6018eaf2084af25e3dd (https://git.kernel.org/stable/c/85686c72966c5ee637893f124ddb31a1cace7bee and https://git.kernel.org/stable/c/24ea0de233d9ebb5ebd6f6018eaf2084af25e3dd), or upgrade to the corresponding distribution kernel that backports them. If you cannot patch immediately, the practical compensating control is to avoid the vulnerable path: disable or do not enable NVMe peer-to-peer DMA (P2PDMA) for affected workloads, which prevents the dma_vec allocation from being created at all - the trade-off is loss of direct device-to-device DMA acceleration for GPU/storage pipelines that rely on it. Monitoring kernel slab/memory usage and scheduling reboots can also bound impact until patched, at the cost of downtime.

Vendor StatusVendor

SUSE

Severity: Important
Product Status
SUSE Linux Enterprise Desktop 15 SP7 Affected
SUSE Linux Enterprise Desktop 15 SP7 Affected
SUSE Linux Enterprise High Availability Extension 15 SP7 Affected
SUSE Linux Enterprise High Availability Extension 15 SP7 Affected
SUSE Linux Enterprise High Availability Extension 16.0 Affected

Share

CVE-2026-64020 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy