8361 matches found
CVE-2026-68202
The CVE describes a vulnerability in the Linux kernel ALSA seq subsystem where a re-opened queue timer can be re-created after queue destruction. Specifically, queue_delete() frees the timer after closing it, but snd_seq_timer_delete() may leave an active instance if the window between close and ...
EUVD-2026-55303
In the Linux kernel, the following vulnerability has been resolved: ALSA: seq: close a re-opened queue timer in the destructor queuedelete closes the queue timer, then frees it. sndseqtimerclose clears q-timer-timeri. snduselocksync then drains borrowers, and sndseqtimerdelete frees q-timer. A...
EUVD-2026-55282
In the Linux kernel, the following vulnerability has been resolved: mei: bus: access meidevice under devicelock on cleanup Fix couple of problems in meiclbusdevrelease: meiclflushqueues is running without lock. bus-filelist access after meidevbusputbus can become a use-after-free if this was the...
CVE-2026-68181
In the Linux kernel, CVE-2026-68181 affects the mei bus cleanup path. The vulnerability arises in mei_cl_bus_dev_release() where mei_cl_flush_queues() runs without holding a lock, and subsequent access to bus->file_list after mei_dev_bus_put(bus) can lead to a use-after-free if it was the last...
EUVD-2026-55538
In the Linux kernel, the following vulnerability has been resolved: amt: fix use-after-free in AMT delayed works When an AMT device is removed, pending delayed works can still access the freed amtdev structure, which may result in kernel crashes or memory corruption. amtdevstop cancels reqwq and...
EUVD-2026-55522
In the Linux kernel, the following vulnerability has been resolved: net/iucv: fix use-after-free of a severed iucvpath afiucv queues not-yet-received message notifications on iucv-messageq, each holding a raw pointer to the connection's iucvpath. When the peer severs the connection, iucvseverpath...
CVE-2026-68140 net/iucv: fix use-after-free of a severed iucv_path
In the Linux kernel, the following vulnerability has been resolved: net/iucv: fix use-after-free of a severed iucvpath afiucv queues not-yet-received message notifications on iucv-messageq, each holding a raw pointer to the connection's iucvpath. When the peer severs the connection, iucvseverpath...
EUVD-2026-55519
In the Linux kernel, the following vulnerability has been resolved: net/sched: serialize qdiscrtablist against concurrent get/put qdiscgetrtab and qdiscputrtab mutate the process-global singly linked list qdiscrtablist and a plain non-atomic 'int refcnt' with no lock. This was only safe because...
EUVD-2026-55510
In the Linux kernel, the following vulnerability has been resolved: gve: fix Rx queue stall on alloc failure When the system is under extreme memory pressure, page allocations can fail during the Rx buffer refill loop. If the number of buffers posted to hardware falls below a critical low thresho...
CVE-2026-68129
The CVE describes a Linux kernel fix for a receive (Rx) queue stall in the gve driver when memory pressure causes page allocations to fail during the Rx refill loop. If buffers posted to hardware drop below a critical low threshold and the refill loop exits, the device can stop processing, preven...
CVE-2026-68123
Open vSwitch vulnerability CVE-2026-68123 concerns GSO truncation underflow in the Linux kernel’s handling of OVS_ACTION_ATTR_TRUNC. The issue arises when a later userspace action segments a GSO skb and reuses the delta stored in OVS_CB(skb)->cutlen for each segment, which can lead to a cutlen...
EUVD-2026-55484
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: reject mapping a reserved doorbell to a new queue When creating an user-queue, the user space provides a doorbell BO handle and an offset within the bo to obtain a doorbell. However current implementation using...
CVE-2026-68103
The CVE-2026-68103 entry concerns the Linux kernel DRM/AMDGPU: the mapping of a doorbell for user-queues could be overwritten. The root cause was using xa_store_irq() to store a doorbell, allowing a later queue with the same BO and offset to overwrite an existing queue/doorbell mapping. A fix rep...
EUVD-2026-55476
In the Linux kernel, the following vulnerability has been resolved: fuse-uring: fix race between registration and connection abortion This fixes this race: - thread a: iouringenter - register sqe - fuseuringcreateringent - allocate ent but doesn't grab queueref yet - thread b: fuseconndestroy -...
CVE-2026-68095
The CVE-2026-68095 entry affects Linux kernel fuse-uring, describing a race between registration and connection abortion that could leak the ring, queue, and ent if not properly synchronized. The concrete fix is to check fch->connected under fch->lock after the created ent has grabbed a ref...
CVE-2026-68094
CVE-2026-68094 affects the Linux kernel’s scheduler extension logic for dispatching tasks to a local dis-queued service queue (DSQ). The vulnerability arises when dispatch_to_local_dsq() executes from scx_bpf_dsq_move_to_local() while ops.dispatch() has recorded the current rq, potentially switch...
EUVD-2026-55268
In the Linux kernel, the following vulnerability has been resolved: HID: wacom: use GFPATOMIC in wacomwacqueueflush wacomwacqueueflush is called via the .rawevent callback wacomrawevent → wacomwacpenserialenforce → wacomwacqueueflush. For USB HID devices, this callback is invoked from hidirqin,...
CVE-2026-68087
CVE-2026-68087 affects the Linux kernel HID wacom driver. The vulnerability stems from using GFP_KERNEL inside wacom_wac_queue_flush(), which is invoked from the atomic-context, URB-completion path (hid_irq_in()) via wacom_raw_event → wacom_wac_pen_serial_enforce → wacom_wac_queue_flush. Using GF...
EUVD-2026-55266
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hciuart: clear HCIUARTSENDING when writework is canceled HCIUARTSENDING bit in txstate means writework is pending and blocks queueing it again. Currently this bit is not cleared when canceling the work in hciuartclose,...
CVE-2026-68085
The CVE describes a Linux kernel Bluetooth hci_uart issue where HCI_UART_SENDING could remain set after write_work cancellation in hci_uart_close(), blocking future writes when the device is reopened. The fix clears HCI_UART_SENDING during cancellation, and uses disable_work_sync + enable_work fo...