136621 matches found
CVE-2026-68213
In the Linux kernel, the following vulnerability has been resolved: m...
CVE-2026-68212
In the Linux kernel, the following vulnerability has been resolved: m...
CVE-2026-68211
In the Linux kernel, the following vulnerability has been resolved: m...
CVE-2026-68210
In the Linux kernel, the following vulnerability has been resolved: m...
CVE-2026-68209
In the Linux kernel, the following vulnerability has been resolved: m...
CVE-2026-68208
In the Linux kernel, the following vulnerability has been resolved: m...
CVE-2026-68207
In the Linux kernel, the following vulnerability has been resolved: m...
CVE-2026-68205
In the Linux kernel, the following vulnerability has been resolved: m...
CVE-2026-68203
In the Linux kernel, the following vulnerability has been resolved: m...
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 ...
CVE-2026-68202
In the Linux kernel, the following vulnerability has been resolved: A...
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...
CVE-2026-68201
In the Linux kernel, the following vulnerability has been resolved: A...
CVE-2026-68201
ALSA timer use-after-free in the Linux kernel (CVE-2026-68201): when a master timer is closed, the slaves’ callbacks could still be running and be freed underneath them. The fix drains the slaves’ callbacks before remove_slave_links(), removes slaves from the ack list, and waits for in-flight cal...
EUVD-2026-55302
In the Linux kernel, the following vulnerability has been resolved: ALSA: timer: drain a slave's callback before its master detaches it sndtimercloselocked drains the closing instance's own in-flight callback IFLGCALLBACK before freeing it, but not its slaves'. When a master instance is closed,...
CVE-2026-68200
In the Linux kernel, the following vulnerability has been resolved: A...
EUVD-2026-55301
In the Linux kernel, the following vulnerability has been resolved: ALSA: timer: don't re-enter an instance callback that is still running The userspace-driven timer utimer TRIGGER ioctl calls sndtimerinterrupt directly with no serialization, so two threads triggering the same utimer can run...
CVE-2026-68200
The Linux kernel ALSA timer vulnerability CVE-2026-68200 allows a use-after-free when a utimer callback is still running and a second interrupt re-queues the same instance. The fix prevents re-queuing an in-flight callback by not adding it (and its slaves) to the ack/sack list while the callback ...