Lucene search
K

50 matches found

AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.2 views

Astra Linux - уязвимость в linux-5.10

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: fixed a race condition that could lead to UAF in sndusbmidifree. The previous commit 0718a78f6a9f “ALSA: usb-audio: Properly terminates the timer upon deletion” addressed an UAF issue caused by the error timer...

5.2AI score0.00044EPSS
Exploits0References2
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.2 views

Astra Linux - уязвимость в linux-5.10, linux

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Remove sndBUGON from sndusbmidioutputopen The sndusbmidiOutputOpen function includes a check for the NULL port with sndBUGON. sndBUGON was used because this shouldn’t have happened. However, in reality, the NULL...

5.5CVSS6.3AI score0.00051EPSS
Exploits0References2
Tenable Nessus
Tenable Nessus
added 2025/11/12 12:0 a.m.2 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2025-990742)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-990742 advisory. In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Drop sndBUGON from sndusbmidioutputopen sndusbmidioutputopen has a check of the...

5.5CVSS6.1AI score0.00051EPSS
Exploits0References4
EUVD
EUVD
added 2025/10/22 6:30 p.m.8 views

EUVD-2022-54687

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Cancel pending work at closing a MIDI substream At closing a USB MIDI output substream, there might be still a pending work, which would eventually access the rawmidi runtime object that is being released. For...

5.5CVSS5.3AI score0.00013EPSS
Exploits0References6
SUSE CVE
SUSE CVE
added 2025/10/16 11:24 p.m.2 views

SUSE CVE-2025-39997

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: fix race condition to UAF in sndusbmidifree The previous commit 0718a78f6a9f "ALSA: usb-audio: Kill timer properly at removal" patched a UAF issue caused by the error timer. However, because the error timer kill...

5.5CVSS6.4AI score0.00044EPSS
Exploits0References20
EUVD
EUVD
added 2025/10/15 9:30 a.m.2 views

EUVD-2025-34576

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: fix race condition to UAF in sndusbmidifree The previous commit 0718a78f6a9f "ALSA: usb-audio: Kill timer properly at removal" patched a UAF issue caused by the error timer. However, because the error timer kill...

5.9AI score0.00044EPSS
Exploits0References6
CVE
CVE
added 2025/10/15 7:58 a.m.7 views

CVE-2025-39997

CVE-2025-39997: Linux kernel ALSA USB-Audio snd_usbmidi_free race to use-after-free. Root cause: an error timer kill added by commit 0718a78f (ALSA: usb-audio) runs after endpoint deletion, enabling a rare UAF in interrupt context; missing urb cleanup can also access freed memory. The fix is to k...

6AI score0.00044EPSS
Exploits0References7
EUVD
EUVD
added 2025/10/03 8:7 p.m.1 views

EUVD-2025-6281

Malicious code in bioql PyPI...

5.5CVSS7.3AI score0.00013EPSS
Exploits0References9
Tenable Nessus
Tenable Nessus
added 2025/08/06 12:0 a.m.2 views

Linux Distros Unpatched Vulnerability : CVE-2025-21859

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - USB: gadget: fmidi: fmidicomplete to call queuework When using USB MIDI, a lock is attempted to be acquired twice through a re-entrant call to fmiditransmit,...

5.5CVSS6.8AI score0.00013EPSS
Exploits0References2
OSV
OSV
added 2025/07/03 9:15 a.m.1 views

AZL-64505 CVE-2025-38105 affecting package kernel for versions less than 6.6.112.1-1

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Kill timer properly at removal The USB-audio MIDI code initializes the timer, but in a rare case, the driver might be freed without the disconnect call. This leaves the timer in an active state while the assigned...

5.5CVSS5.6AI score0.00073EPSS
Exploits0References1
SUSE CVE
SUSE CVE
added 2025/05/03 2:53 a.m.1 views

SUSE CVE-2022-49772

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Drop sndBUGON from sndusbmidioutputopen sndusbmidioutputopen has a check of the NULL port with sndBUGON. sndBUGON was used as this shouldn't have happened, but in reality, the NULL port may be seen when the devic...

5.5CVSS6.5AI score0.00051EPSS
Exploits0References12
NVD
NVD
added 2025/03/12 10:15 a.m.9 views

CVE-2025-21859

In the Linux kernel, the following vulnerability has been resolved: USB: gadget: fmidi: fmidicomplete to call queuework When using USB MIDI, a lock is attempted to be acquired twice through a re-entrant call to fmiditransmit, causing a deadlock. Fix it by using queuework to schedule the inner...

5.5CVSS0.00013EPSS
Exploits0References11
Cvelist
Cvelist
added 2025/03/12 9:42 a.m.14 views

CVE-2025-21859 USB: gadget: f_midi: f_midi_complete to call queue_work

In the Linux kernel, the following vulnerability has been resolved: USB: gadget: fmidi: fmidicomplete to call queuework When using USB MIDI, a lock is attempted to be acquired twice through a re-entrant call to fmiditransmit, causing a deadlock. Fix it by using queuework to schedule the inner...

0.00013EPSS
Exploits0References8
CVE
CVE
added 2025/03/12 9:42 a.m.175 views

CVE-2025-21859

CVE-2025-21859 affects the Linux kernel USB gadget f_midi path; a deadlock occurs when a lock is acquired twice in a re-entrant f_midi_transmit. The fix is to schedule the inner f_midi_transmit via a high-priority work queue using queue_work() from the completion handler. Patched commits are refe...

5.5CVSS6.5AI score0.00013EPSS
Exploits0References11Affected Software1
OSV
OSV
added 2025/03/12 9:42 a.m.7 views

CVE-2025-21859 USB: gadget: f_midi: f_midi_complete to call queue_work

In the Linux kernel, the following vulnerability has been resolved: USB: gadget: fmidi: fmidicomplete to call queuework When using USB MIDI, a lock is attempted to be acquired twice through a re-entrant call to fmiditransmit, causing a deadlock. Fix it by using queuework to schedule the inner...

5.5CVSS6AI score0.00013EPSS
Exploits0References13
CNNVD
CNNVD
added 2025/03/12 12:0 a.m.2 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 Linux kernel that stems from the use of a lock in USB MIDI resulting in a deadlock...

5.5CVSS6.5AI score0.00013EPSS
Exploits0References6
Tenable Nessus
Tenable Nessus
added 2025/03/05 12:0 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2022-49545

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - ALSA: usb-audio: Cancel pending work at closing a MIDI substream At closing a USB MIDI output substream, there might be still a pending work, which would...

5.5CVSS6.4AI score0.00013EPSS
Exploits0References3
NVD
NVD
added 2025/02/26 7:1 a.m.12 views

CVE-2022-49545

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Cancel pending work at closing a MIDI substream At closing a USB MIDI output substream, there might be still a pending work, which would eventually access the rawmidi runtime object that is being released. For...

5.5CVSS0.00013EPSS
Exploits0References5
Debian CVE
Debian CVE
added 2025/02/26 2:13 a.m.9 views

CVE-2022-49545

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Cancel pending work at closing a MIDI substream At closing a USB MIDI output substream, there might be still a pending work, which would eventually access the rawmidi runtime object that is being released. For...

5.5CVSS5.1AI score0.00013EPSS
Exploits0
OSV
OSV
added 2025/02/26 2:13 a.m.8 views

CVE-2022-49545 ALSA: usb-audio: Cancel pending work at closing a MIDI substream

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Cancel pending work at closing a MIDI substream At closing a USB MIDI output substream, there might be still a pending work, which would eventually access the rawmidi runtime object that is being released. For...

5.5CVSS5.6AI score0.00013EPSS
Exploits0References8
Rows per page
Query Builder