Lucene search
+L

14635 matches found

RedHat Linux
RedHat Linux
added 2025/12/09 7:58 a.m.11 views

firefox: thunderbird: Use-after-free in the WebRTC: Audio/Video component

A flaw was found in Firefox and Thunderbird. The Mozilla Foundation's Security Advisory describes the following issue: Use-after-free in the WebRTC: Audio/Video component...

8.8CVSS5.7AI score0.00277EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2025/12/09 7:58 a.m.15 views

firefox: thunderbird: Use-after-free in the Audio/Video component

A flaw was found in Firefox and Thunderbird. The Mozilla Foundation's Security Advisory describes the following issue: Use-after-free in the Audio/Video component...

8.8CVSS5.7AI score0.00286EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2025/12/09 7:56 a.m.5 views

firefox: thunderbird: Use-after-free in the WebRTC: Audio/Video component

A flaw was found in Firefox and Thunderbird. The Mozilla Foundation's Security Advisory describes the following issue: Use-after-free in the WebRTC: Audio/Video component...

8.8CVSS5.7AI score0.00277EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2025/12/09 7:56 a.m.6 views

firefox: thunderbird: Use-after-free in the Audio/Video component

A flaw was found in Firefox and Thunderbird. The Mozilla Foundation's Security Advisory describes the following issue: Use-after-free in the Audio/Video component...

8.8CVSS5.7AI score0.00286EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/12/09 4:10 a.m.7 views

CVE-2025-40344

In the Linux kernel, the following vulnerability has been resolved: ASoC: Intel: avs: Disable periods-elapsed work when closing PCM avsdaifeshutdown handles the shutdown procedure for HOST HDAudio stream while period-elapsed work services its IRQs. As the former frees the DAI's private context,...

7.8CVSS5.2AI score0.00155EPSS
SaveExploits0
CVE
CVE
added 2025/12/09 4:10 a.m.26 views

CVE-2025-40344

CVE-2025-40344 concerns the Linux kernel ASoC Intel avs driver. The vulnerability arises from a race between shutdown of the HOST HDA audio DAI (avs_dai_fe_shutdown) and the period-elapsed work handling its IRQs. The shutdown path frees the DAI private context while period-elapsed work may still ...

7.8CVSS6.2AI score0.00155EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/12/09 4:10 a.m.42 views

CVE-2025-40344 ASoC: Intel: avs: Disable periods-elapsed work when closing PCM

In the Linux kernel, the following vulnerability has been resolved: ASoC: Intel: avs: Disable periods-elapsed work when closing PCM avsdaifeshutdown handles the shutdown procedure for HOST HDAudio stream while period-elapsed work services its IRQs. As the former frees the DAI's private context,...

7.8CVSS0.00155EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/12/09 4:9 a.m.41 views

CVE-2025-40338 ASoC: Intel: avs: Do not share the name pointer between components

In the Linux kernel, the following vulnerability has been resolved: ASoC: Intel: avs: Do not share the name pointer between components By sharing 'name' directly, tearing down components may lead to use-after-free errors. Duplicate the name to avoid that. At the same time, update the order of...

0.00193EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2025/12/09 4:9 a.m.6 views

CVE-2025-40338

In the Linux kernel, the following vulnerability has been resolved: ASoC: Intel: avs: Do not share the name pointer between components By sharing 'name' directly, tearing down components may lead to use-after-free errors. Duplicate the name to avoid that. At the same time, update the order of...

5.2AI score0.00193EPSS
SaveExploits0
EUVD
EUVD
added 2025/12/09 3:31 a.m.8 views

EUVD-2023-60118

In the Linux kernel, the following vulnerability has been resolved: ALSA: hda/ca0132: fixup buffer overrun at tuningctlset tuningctlset might have buffer overrun at X if it didn't break from loop by matching A. static int tuningctlset... for i = 0; i TUNINGCTLSCOUNT; i++ A if nid ==...

6.3AI score0.00188EPSS
SaveExploits0References9
OSV
OSV
added 2025/12/09 1:30 a.m.6 views

CVE-2023-53866 ASoC: soc-compress: Reposition and add pcm_mutex

In the Linux kernel, the following vulnerability has been resolved: ASoC: soc-compress: Reposition and add pcmmutex If paniconwarn is set and compress streamDPCM is started, then kernel panic occurred because card-pcmmutex isn't held appropriately. In the following functions, warning were issued ...

6.4AI score0.00196EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2025/12/09 1:30 a.m.29 views

CVE-2023-53854 ASoC: mediatek: mt8186: Fix use-after-free in driver remove path

In the Linux kernel, the following vulnerability has been resolved: ASoC: mediatek: mt8186: Fix use-after-free in driver remove path When devm runs function in the "remove" path for a device it runs them in the reverse order. That means that if you have parts of your driver that aren't using devm...

0.00196EPSS
SaveExploits0References3
CVE
CVE
added 2025/12/09 1:30 a.m.31 views

CVE-2023-53854

The CVE CVE-2023-53854 concerns ASoC: mediatek mt8186 with a use-after-free in the driver remove path. The root cause was incorrect removal-time ordering of devm-managed resources in mt8186_init_clock(): the code registered clocks (mt8186_audsys_clk_register), allocated clock resources, then retr...

6.4AI score0.00196EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2025/12/09 1:30 a.m.16 views

CVE-2023-53842

In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: wcd-mbhc-v2: fix resource leaks on component remove The MBHC resources must be released on component probe failure and removal so can not be tied to the lifetime of the component device. This is specifically needed ...

5.1AI score0.00218EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/12/09 1:30 a.m.42 views

CVE-2023-53842 ASoC: codecs: wcd-mbhc-v2: fix resource leaks on component remove

In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: wcd-mbhc-v2: fix resource leaks on component remove The MBHC resources must be released on component probe failure and removal so can not be tied to the lifetime of the component device. This is specifically needed ...

0.00218EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/09 1:30 a.m.7 views

CVE-2023-53842 ASoC: codecs: wcd-mbhc-v2: fix resource leaks on component remove

In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: wcd-mbhc-v2: fix resource leaks on component remove The MBHC resources must be released on component probe failure and removal so can not be tied to the lifetime of the component device. This is specifically needed ...

6.4AI score0.00218EPSS
SaveExploits0References7
Microsoft CVE
Microsoft CVE
added 2025/12/09 1:1 a.m.12 views

Bluetooth: SCO: Fix UAF on sco_conn_free

...

8CVSS7AI score0.00213EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/12/09 12:24 a.m.6 views

SUSE CVE-2025-40317

In the Linux kernel, the following vulnerability has been resolved: regmap: slimbus: fix buscontext pointer in regmap init calls Commit 4e65bda8273c "ASoC: wcd934x: fix error handling in wcd934xcodecparsedata" revealed the problem in the slimbus regmap. That commit breaks audio playback, for...

5.5CVSS6.2AI score0.00128EPSS
SaveExploits0References21
OSV
OSV
added 2025/12/09 12:0 a.m.6 views

CVE-2023-53788 ALSA: hda/ca0132: fixup buffer overrun at tuning_ctl_set()

In the Linux kernel, the following vulnerability has been resolved: ALSA: hda/ca0132: fixup buffer overrun at tuningctlset tuningctlset might have buffer overrun at X if it didn't break from loop by matching A. static int tuningctlset... for i = 0; i TUNINGCTLSCOUNT; i++ A if nid ==...

6.6AI score0.00188EPSS
SaveExploits0References11
Positive Technologies
Positive Technologies
added 2025/12/09 12:0 a.m.5 views

PT-2025-49745

In the Linux kernel, the following vulnerability has been resolved: ASoC: mediatek: mt8186: Fix use-after-free in driver remove path When devm runs function in the "remove" path for a device it runs them in the reverse order. That means that if you have parts of your driver that aren't using devm...

6.7AI score0.00196EPSS
SaveExploits0References3
Rows per page
Query Builder