Lucene search
+L

3572 matches found

UbuntuCve
UbuntuCve
added 2026/02/04 4:16 p.m.8 views

CVE-2025-71192

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

5.7AI score0.00156EPSS
SaveExploits0References21
CVE
CVE
added 2026/02/04 4:8 p.m.36 views

CVE-2026-23089

CVE-2026-23089 is a Linux-kernel issue in ALSA USB-audio: use-after-free in snd_usb_mixer_free() when mixer creation fails, causing freed mixer control memory to be referenced by callbacks during card registration. The connected advisories confirm the root cause and state the fix is to remove all...

7.8CVSS5.2AI score0.00135EPSS
SaveExploits0References7Affected Software1
Vulnrichment
Vulnrichment
added 2026/02/04 4:8 p.m.5 views

CVE-2026-23089 ALSA: usb-audio: Fix use-after-free in snd_usb_mixer_free()

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

5.3AI score0.00135EPSS
SaveExploits0References7
EUVD
EUVD
added 2026/02/04 4:8 p.m.7 views

EUVD-2026-5453

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

5.2AI score0.00135EPSS
SaveExploits0References4
OSV
OSV
added 2026/02/04 4:8 p.m.7 views

CVE-2026-23089 ALSA: usb-audio: Fix use-after-free in snd_usb_mixer_free()

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

7.8CVSS5.2AI score0.00135EPSS
SaveExploits0References10
Cvelist
Cvelist
added 2026/02/04 4:8 p.m.54 views

CVE-2026-23089 ALSA: usb-audio: Fix use-after-free in snd_usb_mixer_free()

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

0.00135EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2026/02/04 4:0 p.m.7 views

CVE-2025-71192

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

5.2AI score0.00156EPSS
SaveExploits0
CNNVD
CNNVD
added 2026/02/04 12:0 a.m.9 views

Linux kernel 安全漏洞

The Linux kernel is the kernel used by the Linux operating system developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from a double deallocation in the sndac97controllerregister function...

5.8AI score0.00156EPSS
SaveExploits0References5
OSV
OSV
added 2026/01/29 10:31 p.m.10 views

USN-7986-1 linux vulnerabilities

Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update corrects flaws in the following subsystems: - Ceph distributed file system; - JFFS2 file system; - Timer subsystem; - USB sound devices; CVE-2024-26689,...

7.8CVSS6.7AI score0.03558EPSS
SaveExploits8References5
Ubuntu
Ubuntu
added 2026/01/29 10:31 p.m.9 views

USN-7986-1: Linux kernel vulnerabilities

Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update corrects flaws in the following subsystems: - Ceph distributed file system; - JFFS2 file system; - Timer subsystem; - USB sound devices; CVE-2024-26689,...

7.8CVSS7.2AI score0.03558EPSS
SaveExploits8
AstraLinux
AstraLinux
added 2026/01/27 5:1 a.m.10 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: sound/virtio: Fixed warnings related to cancelsync on uninitialized workstructs. Betty reported encountering the following warning: 8.709131 T221 WARNING: CPU: 2 PID: 221 at kernel/workqueue.c:4182 ... 8.713282 T221 Call trace:...

5.5CVSS6.4AI score0.00168EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2026/01/26 1:44 p.m.3 views

kernel: ASoC: Intel: bytcr_rt5640: Fix invalid quirk input mapping

A flaw was found in the Linux kernel’s ASoC Intel bytcrrt5640 driver. When an invalid value is passed via the driver’s “quirk” input option, the driver merely logs an error and retains the invalid value, rather than correcting it. This can result in out-of-bounds OOB memory access...

5.8AI score0.00193EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2026/01/26 12:24 a.m.8 views

SUSE CVE-2026-23006

In the Linux kernel, the following vulnerability has been resolved: ASoC: tlv320adcx140: fix null pointer The "sndsoccomponent" in "adcx140priv" was only used once but never set. It was only used for reaching "dev" which is already present in "adcx140priv"...

5.5CVSS5.2AI score0.00186EPSS
SaveExploits0References20
EUVD
EUVD
added 2026/01/25 2:36 p.m.8 views

EUVD-2026-4622

In the Linux kernel, the following vulnerability has been resolved: ASoC: tlv320adcx140: fix null pointer The "sndsoccomponent" in "adcx140priv" was only used once but never set. It was only used for reaching "dev" which is already present in "adcx140priv"...

5.2AI score0.00186EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/01/25 2:36 p.m.43 views

CVE-2026-23006 ASoC: tlv320adcx140: fix null pointer

In the Linux kernel, the following vulnerability has been resolved: ASoC: tlv320adcx140: fix null pointer The "sndsoccomponent" in "adcx140priv" was only used once but never set. It was only used for reaching "dev" which is already present in "adcx140priv"...

0.00186EPSS
SaveExploits0References5
OSV
OSV
added 2026/01/25 2:36 p.m.9 views

CVE-2026-23006 ASoC: tlv320adcx140: fix null pointer

In the Linux kernel, the following vulnerability has been resolved: ASoC: tlv320adcx140: fix null pointer The "sndsoccomponent" in "adcx140priv" was only used once but never set. It was only used for reaching "dev" which is already present in "adcx140priv"...

5.5CVSS5.2AI score0.00186EPSS
SaveExploits0References8
RedhatCVE
RedhatCVE
added 2026/01/23 9:17 p.m.10 views

CVE-2025-69079

Deserialization of Untrusted Data vulnerability in ThemeREX Sound | Musical Instruments Online Store musicplace allows Object Injection.This issue affects Sound | Musical Instruments Online Store: from n/a through = 1.6.9...

9.8CVSS5.4AI score0.00375EPSS
SaveExploits0References1
NVD
NVD
added 2026/01/22 5:16 p.m.10 views

CVE-2025-69079

Deserialization of Untrusted Data vulnerability in ThemeREX Sound | Musical Instruments Online Store musicplace allows Object Injection.This issue affects Sound | Musical Instruments Online Store: from n/a through = 1.6.9...

9.8CVSS0.00375EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/01/22 4:52 p.m.5 views

CVE-2025-69079 WordPress Sound | Musical Instruments Online Store theme <= 1.6.9 - Deserialization of untrusted data vulnerability

Deserialization of Untrusted Data vulnerability in ThemeREX Sound | Musical Instruments Online Store musicplace allows Object Injection.This issue affects Sound | Musical Instruments Online Store: from n/a through = 1.6.9...

9.8CVSS5.9AI score0.00375EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/01/22 4:52 p.m.3 views

CVE-2025-69079

Deserialization of Untrusted Data vulnerability in ThemeREX Sound | Musical Instruments Online Store musicplace allows Object Injection.This issue affects Sound | Musical Instruments Online Store: from n/a through = 1.6.9...

9.8CVSS5.3AI score0.00375EPSS
SaveExploits0References2
Rows per page
Query Builder