Lucene search
+L

4572 matches found

OSV
OSV
added 2026/08/10 1:20 p.m.5 views

UBUNTU-CVE-2026-68201

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,...

7.8CVSS5.2AI score0.0017EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/10 1:20 p.m.7 views

UBUNTU-CVE-2026-68202

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...

7.8CVSS5.3AI score0.00175EPSS
SaveExploits0References7
EUVD
EUVD
added 2026/08/10 12:3 p.m.5 views

EUVD-2026-55447

In the Linux kernel, the following vulnerability has been resolved: ALSA: hda: cs35l41: validate and free ACPI mute object cs35l41getacpimutestate evaluates a DSM method to get the ACPI mute state and reads the first byte from the returned object. However, the returned ACPI object is owned by the...

5.6AI score0.00209EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/10 12:3 p.m.6 views

CVE-2026-68346 ALSA: hda: cs35l41: validate and free ACPI mute object

In the Linux kernel, the following vulnerability has been resolved: ALSA: hda: cs35l41: validate and free ACPI mute object cs35l41getacpimutestate evaluates a DSM method to get the ACPI mute state and reads the first byte from the returned object. However, the returned ACPI object is owned by the...

5.7AI score
SaveExploits0References7
Cvelist
Cvelist
added 2026/08/10 12:0 p.m.33 views

CVE-2026-68202 ALSA: seq: close a re-opened queue timer in the destructor

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...

7.8CVSS0.00175EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/10 12:0 p.m.6 views

CVE-2026-68202 ALSA: seq: close a re-opened queue timer in the destructor

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...

7.8CVSS5.4AI score
SaveExploits0References8
CVE
CVE
added 2026/08/10 12:0 p.m.42 views

CVE-2026-68202

CVE-2026-68202 affects the Linux kernel’s ALSA sequencer. A race in queue timer cleanup allows an unprivileged local user with access to /dev/snd/seq to re-open a timer that has just been closed, leading to a use-after-free of the timer/queue object and a potential crash or, in theory, arbitrary ...

7.8CVSS5.3AI score0.00175EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/10 12:0 p.m.7 views

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,...

5.3AI score0.0017EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/10 12:0 p.m.27 views

CVE-2026-68201

The CVE-2026-68201 issue affects the Linux kernel ALSA timer: when closing a master timer, a slave’s in-flight callback may run after detach, causing use-after-free. The fix drains slave callbacks before removing slave links, and stops pending/active callbacks on the slave side before freeing. Th...

7.8CVSS5.3AI score0.0017EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/10 12:0 p.m.8 views

CVE-2026-68201 ALSA: timer: drain a slave's callback before its master detaches it

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,...

7.8CVSS5.4AI score
SaveExploits0References7
EUVD
EUVD
added 2026/08/10 12:0 p.m.12 views

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...

5.4AI score0.0017EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/10 12:0 p.m.39 views

CVE-2026-68200

The CVE-2026-68200 issue affects the Linux kernel ALSA timer component. The userspace-driven timer (utimer) TRIGGER ioctl can cause two threads to call snd_timer_interrupt() concurrently on the same timer due to missing serialization. In snd_timer_process_callbacks(), the code drops timer->loc...

7.8CVSS5.4AI score0.0017EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/10 12:0 p.m.6 views

CVE-2026-68200 ALSA: timer: don't re-enter an instance callback that is still running

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...

7.8CVSS5.4AI score
SaveExploits0References7
AstraLinux
AstraLinux
added 2026/08/10 7:11 a.m.7 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerabilities have been resolved: ALSA: mixer: OSS: Add card disconnect checkpoints The ALSA OSS mixer layer calls the kcontrol ops rather individually, and pending calls might not always be detected when the device is disconnected. To avoid potential UAF...

7.8CVSS5.9AI score0.00129EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/08/10 7:11 a.m.8 views

Astra Linux – Vulnerability found in Linux 6.12, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: ALSA: scarlett2: A buffer overflow has been fixed in the configuration retrieval process. The scarlett2usbgetconfig function contains a logical error in the endianness conversion code, which can lead to buffer overflows when coun...

7.8CVSS6.5AI score0.00143EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2026/08/10 7:11 a.m.16 views

Astra Linux – Vulnerability found in Linux 6.12, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: ALSA: ac97 – fixed a double-free in sndac97controllerregister. If ac97addadapter fails, putdevice is the correct way to release the device reference. kfree is not required. Add kfree if idralloc fails, and also in...

7CVSS6.1AI score0.00113EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2026/08/10 7:11 a.m.11 views

Astra Linux – Vulnerability found in Linux 6.12, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Added a sanity check for OOB writes during silencing. During silencing, the playback URB packets are processed in the implicit fb mode before actual playback. We assume blindly that the received packets fit withi...

7.8CVSS5.3AI score0.00123EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/08/10 7:11 a.m.5 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Fixed a NULL pointer dereference in sndusbmixercontrolsbadd In sndusbcreatestreams, for UAC version 3 devices, the Interface Association Descriptor IAD is retrieved via usbifnumtoif. If this call fails, a fallbac...

5.4AI score0.00193EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2026/08/10 7:11 a.m.15 views

Astra Linux – Vulnerability found in Linux 6.12, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Fixed a use-after-free in sndusbmixerfree When sndusbcreatemixer fails, sndusbmixerfree frees mixer-idelems, but the controls that were previously added to the card still reference the freed memory. Later, when...

7.8CVSS6.2AI score0.00135EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2026/08/10 7:11 a.m.9 views

Astra Linux – Vulnerability in alsa-lib

Versions of alsa-lib from 1.2.2 up to and including 1.2.15.2, prior to the release of 5f7fe33, contain a heap-based buffer overflow in the topology mixer control decoder. The tplgdecodecontrolmixer1 function reads the numchannels field from untrusted .tplg data and uses it as a loop bound without...

4.6CVSS7.2AI score0.00191EPSS
SaveExploits0References3
Rows per page
Query Builder