CVE-2026-53385

MEDIUM

vc_screen: fix null-ptr-deref in vcs_notifier() during concurrent vcs_write

Title source: cna
STIX 2.1

Description

In the Linux kernel, the following vulnerability has been resolved: vc_screen: fix null-ptr-deref in vcs_notifier() during concurrent vcs_write A KASAN null-ptr-deref was observed in vcs_notifier(): BUG: KASAN: null-ptr-deref in vcs_notifier+0x98/0x130 Read of size 2 at addr qmp_cmd_name: qmp_capabilities, arguments: {} The issue is a race condition in vcs_write(). When the console_lock is temporarily dropped (to copy data from userspace), the vc_data pointer obtained from vcs_vc() may become stale. After re-acquiring the lock, vcs_vc() is called again to re-validate the pointer. If the vc has been deallocated in the meantime, vcs_vc() returns NULL, and the while loop breaks (with written > 0). However, after the loop, vcs_scr_updated(vc) is still called with the now-NULL vc pointer, leading to a null pointer dereference in the notifier chain (vcs_notifier dereferences param->vc). Fix this by adding a NULL check for vc before calling vcs_scr_updated().

Scores

CVSS v3 5.5
EPSS 0.0013
EPSS Percentile 3.2%
Attack Vector LOCAL
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Details

CWE
CWE-476
Status published
Products (41)
linux/Kernel < 5.10.260linux
linux/Kernel 5.11.0 - 5.15.211linux
linux/Kernel 5.16.0 - 6.1.177linux
linux/Kernel 6.13.0 - 7.0.14linux
linux/Kernel 6.19.0 - 7.1.2linux
linux/Kernel 6.2.0 - 6.6.144linux
linux/Kernel 6.4.0 - 6.12.95linux
linux/Kernel 6.7.0 - 6.18.37linux
Linux/Linux < 6.4
Linux/Linux 0deff678157333d775af190f84696336cdcccd6d
... and 31 more
Published Jul 19, 2026
Tracked Since Jul 19, 2026