CVE-2026-68232
Received Received - Intake

Memory Leak in Linux Kernel GPU SVM

Vulnerability report for CVE-2026-68232, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-10

Last updated on: 2026-08-17

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: drm/gpusvm: Fix MM reference leak in drm_gpusvm_range_evict If kvmalloc_array() fails in drm_gpusvm_range_evict(), the MM reference acquired earlier is not released, resulting in a reference leak. Fix this by dropping the MM reference on the kvmalloc_array() failure path.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-10
Last Modified
2026-08-17
Generated
2026-08-31
AI Q&A
2026-08-10
EPSS Evaluated
2026-08-29
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a reference leak vulnerability in the Linux kernel's GPU SVM (Shared Virtual Memory) component. When the function drm_gpusvm_range_evict() fails to allocate memory using kvmalloc_array(), it does not release an earlier acquired MM (memory management) reference, causing a memory leak.

Detection Guidance

This vulnerability is specific to the Linux kernel's GPU SVM (Shared Virtual Memory) subsystem and involves a memory management reference leak. Detection requires checking kernel logs for errors related to drm_gpusvm_range_evict or kvmalloc_array failures. Commands like dmesg | grep -i drm_gpusvm or journalctl -k | grep -i drm_gpusvm may help identify issues.

Impact Analysis

This vulnerability could lead to gradual memory exhaustion in the system. Over time, the unreleased MM references may cause the kernel to run out of memory, potentially resulting in system instability, crashes, or degraded performance.

Compliance Impact

This vulnerability does not directly affect compliance with standards like GDPR or HIPAA as it is a memory management reference leak in the Linux kernel's GPU SVM functionality. It may indirectly impact compliance if the leak leads to system instability or crashes, potentially affecting data processing integrity.

Mitigation Strategies

Apply the latest kernel update provided by your Linux distribution to patch the drm/gpusvm reference leak in drm_gpusvm_range_evict. If immediate patching is not possible, monitor kernel logs for related errors and avoid running GPU-intensive workloads until the fix is applied.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-68232. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart