CVE-2026-63863
Received Received - Intake

Unbalanced Lock in Linux Kernel GPU SVM

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

Publication date: 2026-07-19

Last updated on: 2026-07-19

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: drm/gpusvm: Fix unbalanced unlock in drm_gpusvm_scan_mm() There is a unbalanced lock/unlock to gpusvm notifier lock: [ 931.045868] ===================================== [ 931.046509] WARNING: bad unlock balance detected! [ 931.047149] 6.19.0-rc6+xe-**************** #9 Tainted: G U [ 931.048150] ------------------------------------- [ 931.048790] kworker/u5:0/51 is trying to release lock (&gpusvm->notifier_lock) at: [ 931.049801] [<ffffffffa090c0d8>] drm_gpusvm_scan_mm+0x188/0x460 [drm_gpusvm_helper] [ 931.050802] but there are no more locks to release! [ 931.051463] The drm_gpusvm_notifier_unlock() sits under err_free label and the first jump to err_free is just before calling the drm_gpusvm_notifier_lock() causing unbalanced unlock.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-19
Last Modified
2026-07-19
Generated
2026-07-20
AI Q&A
2026-07-19
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel 6.19.0-rc6

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 Linux kernel vulnerability where a function called drm_gpusvm_scan_mm() has an unbalanced lock/unlock issue. Specifically, the drm_gpusvm_notifier_unlock() is placed under an error handling label, but the first jump to this label occurs just before acquiring the lock, leading to an attempt to release a lock that was never acquired.

Detection Guidance

This vulnerability is specific to the Linux kernel's drm/gpusvm component and may not have direct network detection methods. Check kernel logs for warnings about unbalanced lock/unlock operations in drm_gpusvm_scan_mm using: dmesg | grep -i 'unbalanced lock' or journalctl -k | grep -i 'unbalanced lock'.

Impact Analysis

This vulnerability could cause kernel instability or crashes due to improper lock handling. It may lead to system freezes, unexpected reboots, or potential denial-of-service conditions if exploited.

Compliance Impact

This vulnerability involves an unbalanced lock/unlock in the Linux kernel's GPU SVM (Shared Virtual Memory) subsystem, which could lead to system instability or crashes. It does not directly affect data privacy or security controls required by standards like GDPR or HIPAA.

Mitigation Strategies

Apply the latest kernel update that includes the fix for CVE-2026-63863. If unavailable, avoid using drm/gpusvm features until patched. Monitor kernel logs for related errors as a sign of exploitation.

Chat Assistant

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

EPSS Chart