Lucene search
+L

266546 matches found

OSV
OSV
added 2026/09/11 7:42 p.m.8 views

CVE-2026-80969 ALSA: mpu401: Check card index validity at probe

In the Linux kernel, the following vulnerability has been resolved: ALSA: mpu401: Check card index validity at probe mpu401 driver blindly trusts that the given devptr-id value is within the proper card index range at probe. It's OK for the devices the driver itself creates at the module probe...

5.9AI score
SaveExploits0References11
Debian CVE
Debian CVE
added 2026/09/11 7:42 p.m.13 views

CVE-2026-80969

In the Linux kernel, the following vulnerability has been resolved: ALSA: mpu401: Check card index validity at probe mpu401 driver blindly trusts that the given devptr-id value is within the proper card index range at probe. It's OK for the devices the driver itself creates at the module probe...

5.9AI score0.0021EPSS
SaveExploits0
OSV
OSV
added 2026/09/11 7:42 p.m.10 views

CVE-2026-80970 ALSA: FCP: do not copy out an uninitialised init response

In the Linux kernel, the following vulnerability has been resolved: ALSA: FCP: do not copy out an uninitialised init response fcpioctlinit allocates its response buffer with kmalloc and copies the whole buffer back to userspace: bufsize = init.step0respsize + init.step2respsize; void resp freekfr...

6.2AI score
SaveExploits0References6
EUVD
EUVD
added 2026/09/11 7:42 p.m.8 views

EUVD-2026-76293

In the Linux kernel, the following vulnerability has been resolved: ALSA: FCP: do not copy out an uninitialised init response fcpioctlinit allocates its response buffer with kmalloc and copies the whole buffer back to userspace: bufsize = init.step0respsize + init.step2respsize; void resp freekfr...

6.1AI score0.00198EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/11 7:42 p.m.18 views

CVE-2026-80969

CVE-2026-80969 affects the Linux kernel 's ALSA mpu401 driver. At probe time, the driver blindly trusts the devptr->id value as a valid card index. While this is safe for devices created during normal module probe, if a device is bound manually via sysfs , the value can be -1 ("none"), leading...

5.8AI score0.0021EPSS
SaveExploits0References8
CVE
CVE
added 2026/09/11 7:42 p.m.14 views

CVE-2026-80970

CVE-2026-80970 affects the Linux kernel ALSA FCP USB audio driver. In fcp_ioctl_init(), the response buffer is allocated via kmalloc() without being zeroed. Because the step-0 USB control transfer does not set URB_SHORT_NOT_OK, a short or zero-length data stage is accepted as success, and snd_usb...

6.1AI score0.00198EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/09/11 7:42 p.m.32 views

CVE-2026-80969 ALSA: mpu401: Check card index validity at probe

In the Linux kernel, the following vulnerability has been resolved: ALSA: mpu401: Check card index validity at probe mpu401 driver blindly trusts that the given devptr-id value is within the proper card index range at probe. It's OK for the devices the driver itself creates at the module probe...

0.0021EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/09/11 7:42 p.m.14 views

CVE-2026-80970

In the Linux kernel, the following vulnerability has been resolved: ALSA: FCP: do not copy out an uninitialised init response fcpioctlinit allocates its response buffer with kmalloc and copies the whole buffer back to userspace: bufsize = init.step0respsize + init.step2respsize; void resp freekfr...

6.2AI score0.00198EPSS
SaveExploits0
CVE
CVE
added 2026/09/11 7:42 p.m.10 views

CVE-2026-80968

CVE-2026-80968 affects the ALSA mts64 driver in the Linux kernel . The driver validates the card index (devptr->id) but fails to reject negative values , which can occur when the device is bound via sysfs with an unrecognized identifier (e.g., "none"). This lack of validation permits an out-of...

5.8AI score0.0021EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/09/11 7:42 p.m.11 views

CVE-2026-80968

In the Linux kernel, the following vulnerability has been resolved: ALSA: mts64: Check card index validity at probe Although mts64 driver has a check of the given devptr-id value, it doesn't check for a negative id, which is often given as "none" or such value when bound via sysfs. This may lead ...

6AI score0.0021EPSS
SaveExploits0
EUVD
EUVD
added 2026/09/11 7:42 p.m.6 views

EUVD-2026-76291

In the Linux kernel, the following vulnerability has been resolved: ALSA: mts64: Check card index validity at probe Although mts64 driver has a check of the given devptr-id value, it doesn't check for a negative id, which is often given as "none" or such value when bound via sysfs. This may lead ...

5.8AI score0.0021EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/11 7:42 p.m.8 views

CVE-2026-80968 ALSA: mts64: Check card index validity at probe

In the Linux kernel, the following vulnerability has been resolved: ALSA: mts64: Check card index validity at probe Although mts64 driver has a check of the given devptr-id value, it doesn't check for a negative id, which is often given as "none" or such value when bound via sysfs. This may lead ...

5.9AI score
SaveExploits0References11
Cvelist
Cvelist
added 2026/09/11 7:42 p.m.28 views

CVE-2026-80968 ALSA: mts64: Check card index validity at probe

In the Linux kernel, the following vulnerability has been resolved: ALSA: mts64: Check card index validity at probe Although mts64 driver has a check of the given devptr-id value, it doesn't check for a negative id, which is often given as "none" or such value when bound via sysfs. This may lead ...

0.0021EPSS
SaveExploits0References8
CVE
CVE
added 2026/09/11 7:42 p.m.18 views

CVE-2026-80967

CVE-2026-80967 is a flaw in the Linux kernel ALSA pcxhr driver. The pcxhr_probe() function requests a threaded IRQ handler before initializing the critical mutex mgr->lock, meaning an early interrupt can execute against an uninitialized mutex state during device probe. Red Hat notes this can l...

8.4CVSS5.8AI score0.00182EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2026/09/11 7:42 p.m.11 views

CVE-2026-80966

In the Linux kernel, the following vulnerability has been resolved: ALSA: portman2x4: Check card index validity at probe Although portman2x4 driver has a check of the given devptr-id value, it doesn't check for a negative id, which is often given as "none" or such value when bound via sysfs. This...

6AI score0.0021EPSS
SaveExploits0
OSV
OSV
added 2026/09/11 7:42 p.m.9 views

CVE-2026-80967 ALSA: pcxhr: initialize mutexes before requesting threaded IRQ

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcxhr: initialize mutexes before requesting threaded IRQ pcxhrprobe requests pcxhrthreadedirq before initializing mgr-lock, even though the threaded handler takes that mutex. Initialize the manager locks before...

8.4CVSS5.9AI score
SaveExploits0References10
EUVD
EUVD
added 2026/09/11 7:42 p.m.9 views

EUVD-2026-76290

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcxhr: initialize mutexes before requesting threaded IRQ pcxhrprobe requests pcxhrthreadedirq before initializing mgr-lock, even though the threaded handler takes that mutex. Initialize the manager locks before...

5.8AI score0.00182EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/11 7:42 p.m.29 views

CVE-2026-80967 ALSA: pcxhr: initialize mutexes before requesting threaded IRQ

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcxhr: initialize mutexes before requesting threaded IRQ pcxhrprobe requests pcxhrthreadedirq before initializing mgr-lock, even though the threaded handler takes that mutex. Initialize the manager locks before...

8.4CVSS0.00182EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2026/09/11 7:42 p.m.12 views

CVE-2026-80967

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcxhr: initialize mutexes before requesting threaded IRQ pcxhrprobe requests pcxhrthreadedirq before initializing mgr-lock, even though the threaded handler takes that mutex. Initialize the manager locks before...

8.4CVSS5.9AI score0.00182EPSS
SaveExploits0
EUVD
EUVD
added 2026/09/11 7:42 p.m.7 views

EUVD-2026-76289

In the Linux kernel, the following vulnerability has been resolved: ALSA: portman2x4: Check card index validity at probe Although portman2x4 driver has a check of the given devptr-id value, it doesn't check for a negative id, which is often given as "none" or such value when bound via sysfs. This...

5.8AI score0.0021EPSS
SaveExploits0References4
Rows per page
Query Builder