Lucene search
+L

4641 matches found

Cvelist
Cvelist
added 2024/12/27 2:11 p.m.47 views

CVE-2024-56532 ALSA: us122l: Use snd_card_free_when_closed() at disconnection

In the Linux kernel, the following vulnerability has been resolved: ALSA: us122l: Use sndcardfreewhenclosed at disconnection The USB disconnect callback is supposed to be short and not too-long waiting. OTOH, the current code uses sndcardfree at disconnection, but this waits for the close of all...

0.00214EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2024/12/27 2:11 p.m.29 views

CVE-2024-56531 ALSA: caiaq: Use snd_card_free_when_closed() at disconnection

In the Linux kernel, the following vulnerability has been resolved: ALSA: caiaq: Use sndcardfreewhenclosed at disconnection The USB disconnect callback is supposed to be short and not too-long waiting. OTOH, the current code uses sndcardfree at disconnection, but this waits for the close of all...

7.8CVSS0.00222EPSS
SaveExploits0References9
CVE
CVE
added 2024/12/27 2:11 p.m.2546 views

CVE-2024-56531

CVE-2024-56531 affects the Linux kernel ALSA caiaq driver. The bug arises because the USB disconnect callback called snd_card_free(), which waits for all fds to close, potentially delaying release and causing upper-layer USB ioctls to block, risking a soft lockup. The fix replaces snd_card_free()...

7.8CVSS6.8AI score0.00222EPSS
SaveExploits0References11Affected Software1
Debian CVE
Debian CVE
added 2024/12/27 2:11 p.m.25 views

CVE-2024-56531

In the Linux kernel, the following vulnerability has been resolved: ALSA: caiaq: Use sndcardfreewhenclosed at disconnection The USB disconnect callback is supposed to be short and not too-long waiting. OTOH, the current code uses sndcardfree at disconnection, but this waits for the close of all...

7.8CVSS5.7AI score0.00222EPSS
SaveExploits0
OSV
OSV
added 2024/12/27 2:11 p.m.15 views

CVE-2024-56531 ALSA: caiaq: Use snd_card_free_when_closed() at disconnection

In the Linux kernel, the following vulnerability has been resolved: ALSA: caiaq: Use sndcardfreewhenclosed at disconnection The USB disconnect callback is supposed to be short and not too-long waiting. OTOH, the current code uses sndcardfree at disconnection, but this waits for the close of all...

7.8CVSS6.2AI score
SaveExploits0References14
Vulnrichment
Vulnrichment
added 2024/12/27 1:50 p.m.12 views

CVE-2024-53239 ALSA: 6fire: Release resources at card release

In the Linux kernel, the following vulnerability has been resolved: ALSA: 6fire: Release resources at card release The current 6fire code tries to release the resources right after the call of usb6firechipabort. But at this moment, the card object might be still in use as we're calling...

7.5AI score0.00289EPSS
SaveExploits0References9
OSV
OSV
added 2024/12/27 1:50 p.m.12 views

CVE-2024-53239 ALSA: 6fire: Release resources at card release

In the Linux kernel, the following vulnerability has been resolved: ALSA: 6fire: Release resources at card release The current 6fire code tries to release the resources right after the call of usb6firechipabort. But at this moment, the card object might be still in use as we're calling...

7.8CVSS6AI score
SaveExploits0References14
Cvelist
Cvelist
added 2024/12/27 1:50 p.m.36 views

CVE-2024-53239 ALSA: 6fire: Release resources at card release

In the Linux kernel, the following vulnerability has been resolved: ALSA: 6fire: Release resources at card release The current 6fire code tries to release the resources right after the call of usb6firechipabort. But at this moment, the card object might be still in use as we're calling...

7.8CVSS0.00289EPSS
SaveExploits0References9
CVE
CVE
added 2024/12/27 1:50 p.m.179 views

CVE-2024-53239

CVE-2024-53239 relates to the Linux kernel ALSA 6fire driver. The vulnerability arises when resources are released immediately after usb6fire_chip_abort(), while the card object may still be in use (the code calls snd_card_free_when_closed()). This can lead to a use-after-free scenario. The docum...

7.8CVSS6.7AI score0.00289EPSS
SaveExploits0References11Affected Software1
Debian CVE
Debian CVE
added 2024/12/27 1:50 p.m.35 views

CVE-2024-53239

In the Linux kernel, the following vulnerability has been resolved: ALSA: 6fire: Release resources at card release The current 6fire code tries to release the resources right after the call of usb6firechipabort. But at this moment, the card object might be still in use as we're calling...

7.8CVSS5.5AI score0.00289EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/12/27 1:49 p.m.16 views

CVE-2024-53197 ALSA: usb-audio: Fix potential out-of-bound accesses for Extigy and Mbox devices

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Fix potential out-of-bound accesses for Extigy and Mbox devices A bogus device can provide a bNumConfigurations value that exceeds the initial value used in usbgetconfiguration for allocating dev-config. This can...

6.9AI score0.03558EPSS
SaveExploits0References9
CVE
CVE
added 2024/12/27 1:49 p.m.1585 views

CVE-2024-53197

CVE-2024-53197 is an Linux kernel vulnerability in the USB audio driver (ALSA usb-audio). A malformed USB device can report a bNumConfigurations value larger than the initial allocation in usb_get_configuration, enabling out-of-bounds accesses later (e.g., during usb_destroy_configuration). The i...

7.8CVSS6.9AI score0.03558EPSS
SaveIn wildExploits0References12Affected Software1
Cvelist
Cvelist
added 2024/12/27 1:49 p.m.43 views

CVE-2024-53197 ALSA: usb-audio: Fix potential out-of-bound accesses for Extigy and Mbox devices

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Fix potential out-of-bound accesses for Extigy and Mbox devices A bogus device can provide a bNumConfigurations value that exceeds the initial value used in usbgetconfiguration for allocating dev-config. This can...

0.03558EPSS
SaveExploits0References9
Debian CVE
Debian CVE
added 2024/12/27 1:49 p.m.22 views

CVE-2024-53197

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Fix potential out-of-bound accesses for Extigy and Mbox devices A bogus device can provide a bNumConfigurations value that exceeds the initial value used in usbgetconfiguration for allocating dev-config. This can...

7.8CVSS6.2AI score0.03558EPSS
SaveExploits0
OSV
OSV
added 2024/12/27 1:49 p.m.24 views

CVE-2024-53197 ALSA: usb-audio: Fix potential out-of-bound accesses for Extigy and Mbox devices

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Fix potential out-of-bound accesses for Extigy and Mbox devices A bogus device can provide a bNumConfigurations value that exceeds the initial value used in usbgetconfiguration for allocating dev-config. This can...

7.8CVSS6.6AI score
SaveExploits0References15
Cvelist
Cvelist
added 2024/12/27 1:49 p.m.32 views

CVE-2024-53180 ALSA: pcm: Add sanity NULL check for the default mmap fault handler

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: Add sanity NULL check for the default mmap fault handler A driver might allow the mmap access before initializing its runtime-dmaarea properly. Add a proper NULL check before passing to virttopage for avoiding a panic...

0.00235EPSS
SaveExploits0References6
OSV
OSV
added 2024/12/27 1:49 p.m.15 views

CVE-2024-53180 ALSA: pcm: Add sanity NULL check for the default mmap fault handler

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: Add sanity NULL check for the default mmap fault handler A driver might allow the mmap access before initializing its runtime-dmaarea properly. Add a proper NULL check before passing to virttopage for avoiding a panic...

5.5CVSS6AI score
SaveExploits0References10
CVE
CVE
added 2024/12/27 1:49 p.m.166 views

CVE-2024-53180

Technical details and affected products/versions for CVE-2024-53180 are not present in the connected documents. The initial description summarizes a Linux kernel change but lacks explicit exploit, affected driver/version, or patch details. Monitor vendor advisories for updates.

5.5CVSS7.1AI score0.00235EPSS
SaveExploits0References7Affected Software1
Debian CVE
Debian CVE
added 2024/12/27 1:49 p.m.23 views

CVE-2024-53180

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: Add sanity NULL check for the default mmap fault handler A driver might allow the mmap access before initializing its runtime-dmaarea properly. Add a proper NULL check before passing to virttopage for avoiding a panic...

5.5CVSS5.5AI score0.00235EPSS
SaveExploits0
CNNVD
CNNVD
added 2024/12/27 12:00 a.m.23 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from improper resource release on USB disconnection in the ALSA:usx2y module, which could lead to a memory leak...

5.5CVSS6.4AI score0.00221EPSS
SaveExploits0References3
Rows per page
Query Builder