6 matches found
EUVD-2026-86641
In the Linux kernel, the following vulnerability has been resolved: virtioinput: reset device if inputregisterdevice fails Probe marks the device DRIVEROK with virtiodeviceready before calling inputregisterdevice. If registration fails, the error path cleared vi-ready and called delvqs while the...
CVE-2026-97987
In the Linux kernel, the following vulnerability has been resolved: virtioinput: reset device if inputregisterdevice fails Probe marks the device DRIVEROK with virtiodeviceready before calling inputregisterdevice. If registration fails, the error path cleared vi-ready and called delvqs while the...
CVE-2026-97987
The Linux kernel contains a vulnerability in virtio_input where a device could maintain DMA access to queues that were already torn down. This occurs because the probe process marks the device as DRIVER_OK before calling input_register_device(); if registration fails, the error path cleared the v...
EUVD-2026-86640
In the Linux kernel, the following vulnerability has been resolved: virtioinput: stop callbacks before unregistering input device virtinputremove unregisters the input device before resetting the virtio device. virtinputrecvevents drops vi-lock around inputevent, so clearing vi-ready does not sto...
CVE-2026-97986
A vulnerability exists in the Linux kernel regarding the virtio_input subsystem. The virtinput_remove() function unregisters an input device before resetting the virtio device. Because virtinput_recv_events() drops the vi->lock around input_event() , clearing vi->ready fails to stop callbac...
CVE-2026-97986
In the Linux kernel, the following vulnerability has been resolved: virtioinput: stop callbacks before unregistering input device virtinputremove unregisters the input device before resetting the virtio device. virtinputrecvevents drops vi-lock around inputevent, so clearing vi-ready does not sto...