CVE-2026-53385
Last modified
CVE-2026-53385 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. 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. EPSS estimates a 0.13% chance of exploitation in the next 30 days.
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().
Metrics
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 4.14.327, < 4.15 |
| Linux | Linux Kernel | >= 4.19.284, < 4.20 |
| Linux | Linux Kernel | >= 5.4.244, < 5.5 |
| Linux | Linux Kernel | >= 5.10.181, < 5.10.260 |
| Linux | Linux Kernel | >= 5.15.113, < 5.15.211 |
| Linux | Linux Kernel | >= 6.1.30, < 6.1.177 |
| Linux | Linux Kernel | >= 6.3.4, < 6.4 |
| Linux | Linux Kernel | >= 6.4.1, < 6.6.144 |
| Linux | Linux Kernel | >= 6.7, < 6.12.95 |
| Linux | Linux Kernel | >= 6.13, < 6.18.37 |
| Linux | Linux Kernel | >= 6.19, < 7.0.14 |
| Linux | Linux Kernel | >= 7.1, < 7.1.2 |
| Linux | Linux Kernel | 6.4 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-53385?
How severe is CVE-2026-53385?
How do I fix CVE-2026-53385?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-5338A security vulnerability has been detected in Tenda G103 1.0…7.2
- CVE-2026-53380In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-53381In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-53382In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-53383In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-53384In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-53386In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-53387In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-53388In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-53389In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-5339A vulnerability was detected in Tenda G103 1.0.0.5. The impa…8.8
- CVE-2026-53390In the Linux kernel, the following vulnerability has been re…8.1
Are you affected by CVE-2026-53385?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
