CVE-2026-97986
Last modified
CVE-2026-97986 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: virtio_input: stop callbacks before unregistering input device virtinput_remove() unregisters the input device before resetting the virtio device. virtinput_recv_events() drops vi->lock around input_event(), so clearing vi->ready does not stop a callback that passed the entry check. It can still use vi->idev, requeue buffers and kick the queue. Reset first, as virtinput_freeze() already does.
Description
In the Linux kernel, the following vulnerability has been resolved: virtio_input: stop callbacks before unregistering input device virtinput_remove() unregisters the input device before resetting the virtio device. virtinput_recv_events() drops vi->lock around input_event(), so clearing vi->ready does not stop a callback that passed the entry check. It can still use vi->idev, requeue buffers and kick the queue. Reset first, as virtinput_freeze() already does. With the preceding core change, reset waits for callbacks before input_unregister_device() can free vi->idev. Recheck vi->ready after taking the lock again: keep draining completed events so an input packet is not truncated, but stop requeueing buffers and kicking the queue. With evdev attached, input_unregister_handle() currently waits for an RCU grace period, which also waits out IRQ callbacks. This masks the lifetime bug on PCI and MMIO, but does not protect sleepable callbacks on other transports.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 271c865161c57cfabca45b93eaa712b19da365bc, < 8226aeee9b9a94cd699fbb51cb230feff46cfaf2; >= 271c865161c57cfabca45b93eaa712b19da365bc, < a3ba86a270dd87460759214046dc7cbd409ac711; >= 271c865161c57cfabca45b93eaa712b19da365bc, < 5378f7945856a5ed88e6f9850bc7a68f54090135; >= 271c865161c57cfabca45b93eaa712b19da365bc, < d7808b37da0a619cf1fa541c2384e783fecc2480 |
| Linux | Linux | 4.1 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-97986?
How severe is CVE-2026-97986?
How do I fix CVE-2026-97986?
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-97980In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97981In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97982In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97983In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97984In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97985In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97987In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97988In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97989In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9799A flaw was found in org.keycloak.authorization. An authentic…4.6
- CVE-2026-97990In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-97991In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-97986?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
