CVE-2026-97987

Unknown

Last modified

CVE-2026-97987 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: virtio_input: reset device if input_register_device() fails Probe marks the device DRIVER_OK with virtio_device_ready() before calling input_register_device(). If registration fails, the error path cleared vi->ready and called del_vqs() while the device was still live, so the device could keep DMA to queues that were already torn down. Match remove/freeze: call virtio_reset_device() on that path before tearing down the virtqueues..

Description

In the Linux kernel, the following vulnerability has been resolved: virtio_input: reset device if input_register_device() fails Probe marks the device DRIVER_OK with virtio_device_ready() before calling input_register_device(). If registration fails, the error path cleared vi->ready and called del_vqs() while the device was still live, so the device could keep DMA to queues that were already torn down. Match remove/freeze: call virtio_reset_device() on that path before tearing down the virtqueues.

Affected Software

Source: CNA advisory (CVE.org). NVD analysis pending.

VendorProductVersions
LinuxLinux>= 271c865161c57cfabca45b93eaa712b19da365bc, < 9a7e107734137f098f9b81e5615aa5a02c5395c7; >= 271c865161c57cfabca45b93eaa712b19da365bc, < 8407da8974326c1ffdfe6a5a9bfc8fed3212bbdf; >= 271c865161c57cfabca45b93eaa712b19da365bc, < 668ebfea7ba623450b12fdeaa0d080464d0c0a14; >= 271c865161c57cfabca45b93eaa712b19da365bc, < 81489b32a21c9360f8750d1fb600155d27452e19
LinuxLinux4.1

References

Timeline

Published
Last Modified
Status
Received

Frequently Asked Questions

What is CVE-2026-97987?
In the Linux kernel, the following vulnerability has been resolved: virtio_input: reset device if input_register_device() fails Probe marks the device DRIVER_OK with virtio_device_ready() before calling input_register_device(). If registration fails, the error path cleared vi->ready and called del_vqs() while the device was still live, so the device could keep DMA to queues that were already torn down. Match remove/freeze: call virtio_reset_device() on that path before tearing down the virtqueues.
How severe is CVE-2026-97987?
Severity scoring for CVE-2026-97987 is pending analysis.
How do I fix CVE-2026-97987?
Check the vendor references and advisories linked above for patched versions and mitigation guidance. You can also run a Strix scan to test if your systems are affected.

How Strix Helps

Related CVEs from 2026

Are you affected by CVE-2026-97987?

Run a free Strix scan to check your systems for this vulnerability.

Scan your code now

Source: NVD / NIST