Lucene search
+L

131375 matches found

OSV
OSV
added 2026/09/11 7:42 p.m.5 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
SaveExploits0References7
Cvelist
Cvelist
added 2026/09/11 7:42 p.m.25 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.002EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/11 7:42 p.m.13 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...

0.002EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/09/11 7:42 p.m.4 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 ...

0.002EPSS
SaveExploits0
CVE
CVE
added 2026/09/11 7:42 p.m.7 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...

0.002EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/11 7:42 p.m.5 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 ...

0.002EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/11 7:42 p.m.4 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
SaveExploits0References7
Cvelist
Cvelist
added 2026/09/11 7:42 p.m.23 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.002EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/09/11 7:42 p.m.4 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...

0.002EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/09/11 7:42 p.m.24 views

CVE-2026-80966 ALSA: portman2x4: Check card index validity at probe

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

0.002EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/11 7:42 p.m.3 views

CVE-2026-80966 ALSA: portman2x4: Check card index validity at probe

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.9AI score
SaveExploits0References7
EUVD
EUVD
added 2026/09/11 7:42 p.m.6 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...

0.002EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/11 7:42 p.m.11 views

CVE-2026-80966

This Linux kernel vulnerability affects the ALSA portman2x4 audio driver. The driver fails to validate that the card index (devptr->id) is non-negative at probe time. A negative index—commonly supplied when the driver is bound via sysfs with a value such as "none"—can cause an out-of-bounds ac...

0.002EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/11 7:42 p.m.24 views

CVE-2026-80965 ALSA: serial-u16550: Check card index validity at probe

In the Linux kernel, the following vulnerability has been resolved: ALSA: serial-u16550: Check card index validity at probe serial-u16550 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...

0.00168EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/11 7:42 p.m.9 views

CVE-2026-80965

CVE-2026-80965 affects the ALSA serial-u16550 driver in the Linux kernel. The driver blindly trusts the devptr->id value at probe time. While this is safe for devices the driver creates itself, a device bound manually via the sysfs interface may carry a value of -1 ("none"), leading to an out-...

0.00168EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/11 7:42 p.m.4 views

CVE-2026-80965 ALSA: serial-u16550: Check card index validity at probe

In the Linux kernel, the following vulnerability has been resolved: ALSA: serial-u16550: Check card index validity at probe serial-u16550 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...

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

CVE-2026-80965

In the Linux kernel, the following vulnerability has been resolved: ALSA: serial-u16550: Check card index validity at probe serial-u16550 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...

0.00168EPSS
SaveExploits0
EUVD
EUVD
added 2026/09/11 7:42 p.m.5 views

EUVD-2026-76288

In the Linux kernel, the following vulnerability has been resolved: ALSA: serial-u16550: Check card index validity at probe serial-u16550 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...

0.00168EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/11 7:42 p.m.6 views

EUVD-2026-76287

In the Linux kernel, the following vulnerability has been resolved: ALSA: virmidi: Check card index validity at probe virmidi 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.00168EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/11 7:42 p.m.5 views

CVE-2026-80964 ALSA: virmidi: Check card index validity at probe

In the Linux kernel, the following vulnerability has been resolved: ALSA: virmidi: Check card index validity at probe virmidi 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
SaveExploits0References7
Rows per page
Query Builder