Lucene search
+L

5164 matches found

OSV
OSV
added 2025/07/09 11:15 a.m.5 views

DEBIAN-CVE-2025-38249

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Fix out-of-bounds read in sndusbgetaudioformatuac3 In sndusbgetaudioformatuac3, the length value returned from sndusbctlmsg is used directly for memory allocation without validation. This length is controlled by...

7.1CVSS5.9AI score0.00164EPSS
SaveExploits0References1
OSV
OSV
added 2025/07/09 11:15 a.m.21 views

AZL-72787 CVE-2025-38249 affecting package kernel for versions less than 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Fix out-of-bounds read in sndusbgetaudioformatuac3 In sndusbgetaudioformatuac3, the length value returned from sndusbctlmsg is used directly for memory allocation without validation. This length is controlled by...

7.1CVSS6.8AI score0.00164EPSS
SaveExploits0References1
OSV
OSV
added 2025/07/09 11:15 a.m.16 views

UBUNTU-CVE-2025-38249

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Fix out-of-bounds read in sndusbgetaudioformatuac3 In sndusbgetaudioformatuac3, the length value returned from sndusbctlmsg is used directly for memory allocation without validation. This length is controlled by...

7.1CVSS6.3AI score0.00164EPSS
SaveExploits0References40
Cvelist
Cvelist
added 2025/07/09 10:42 a.m.28 views

CVE-2025-38249 ALSA: usb-audio: Fix out-of-bounds read in snd_usb_get_audioformat_uac3()

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Fix out-of-bounds read in sndusbgetaudioformatuac3 In sndusbgetaudioformatuac3, the length value returned from sndusbctlmsg is used directly for memory allocation without validation. This length is controlled by...

0.00164EPSS
SaveExploits0References8
CVE
CVE
added 2025/07/09 10:42 a.m.113 views

CVE-2025-38249

The CVE CVE-2025-38249 affects the Linux kernel ALSA USB-audio path (snd_usb_get_audioformat_uac3). The root cause is that the length returned by snd_usb_ctl_msg() is used directly to allocate memory and then access the buffer as a uac3_cluster_header_descriptor without verifying the buffer size....

7.1CVSS6.5AI score0.00164EPSS
SaveExploits0References10Affected Software1
Debian CVE
Debian CVE
added 2025/07/09 10:42 a.m.9 views

CVE-2025-38249

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Fix out-of-bounds read in sndusbgetaudioformatuac3 In sndusbgetaudioformatuac3, the length value returned from sndusbctlmsg is used directly for memory allocation without validation. This length is controlled by...

7.1CVSS5.9AI score0.00164EPSS
SaveExploits0
OSV
OSV
added 2025/07/09 10:42 a.m.12 views

CVE-2025-38249 ALSA: usb-audio: Fix out-of-bounds read in snd_usb_get_audioformat_uac3()

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Fix out-of-bounds read in sndusbgetaudioformatuac3 In sndusbgetaudioformatuac3, the length value returned from sndusbctlmsg is used directly for memory allocation without validation. This length is controlled by...

6.2AI score
SaveExploits0References13
OSV
OSV
added 2025/07/03 9:15 a.m.14 views

AZL-70627 CVE-2025-38105 affecting package kernel 5.15.200.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.00178EPSS
SaveExploits0References1
OSV
OSV
added 2025/07/03 9:15 a.m.13 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.00178EPSS
SaveExploits0References1
NVD
NVD
added 2025/07/03 9:15 a.m.11 views

CVE-2025-38105

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.5CVSS0.00178EPSS
SaveExploits0References6
OSV
OSV
added 2025/07/03 9:15 a.m.4 views

DEBIAN-CVE-2025-38105

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.5AI score0.00178EPSS
SaveExploits0References1
CVE
CVE
added 2025/07/03 8:35 a.m.105 views

CVE-2025-38105

CVE-2025-38105 concerns the Linux kernel ALSA USB audio path. The issue arises when the USB-audio MIDI driver’s timer is initialized but the driver is freed without an explicit disconnect, potentially leaving an active timer and triggering a kernel warning under debug builds. The documented fix i...

5.5CVSS7.2AI score0.00178EPSS
SaveExploits0References6Affected Software1
Debian CVE
Debian CVE
added 2025/07/03 8:35 a.m.16 views

CVE-2025-38105

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.5AI score0.00178EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/07/03 8:35 a.m.29 views

CVE-2025-38105 ALSA: usb-audio: Kill timer properly at removal

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

0.00178EPSS
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 2025/07/03 12:00 a.m.7 views

AlmaLinux 8 : javapackages-tools:201801 (ALSA-2025:9318)

The remote AlmaLinux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the ALSA-2025:9318 advisory. apache-commons-beanutils: does not suppresses the class property in PropertyUtilsBean by default CVE-2019-10086 commons-beanutils: Apache Commons BeanUtil...

7.5CVSS6.8AI score0.29236EPSS
SaveExploits2References4
Tenable Nessus
Tenable Nessus
added 2025/07/03 12:00 a.m.9 views

AlmaLinux 8 : ruby:2.5 (ALSA-2025:7539)

The remote AlmaLinux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the ALSA-2025:7539 advisory. oniguruma: integer overflow in searchinrange function in regexec.c leads to out-of-bounds read CVE-2019-19012 rubygem-bundler: unexpected code execution i...

9.8CVSS7.8AI score0.10539EPSS
SaveExploits4References4
Tenable Nessus
Tenable Nessus
added 2025/07/03 12:00 a.m.7 views

AlmaLinux 9 : git-lfs (ALSA-2025:9106)

The remote AlmaLinux 9 host has a package installed that is affected by a vulnerability as referenced in the ALSA-2025:9106 advisory. net/http: Request smuggling due to acceptance of invalid chunked data in net/http CVE-2025-22871 Tenable has extracted the preceding description block directly fro...

7.2AI score0.00811EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/07/03 12:00 a.m.11 views

AlmaLinux 9 : git-lfs (ALSA-2025:7256)

The remote AlmaLinux 9 host has a package installed that is affected by multiple vulnerabilities as referenced in the ALSA-2025:7256 advisory. golang: crypto/tls: panic when processing post-handshake message on QUIC connections CVE-2023-39321 golang: crypto/tls: lack of a limit on buffered...

9.8CVSS7.4AI score0.01952EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2025/07/03 12:00 a.m.15 views

PT-2025-30868

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw in the ALSA subsystem related to the ad1816a driver. A potential NULL pointer dereference exists in the snd card ad1816a pnp function. The issue is...

9.1CVSS7.7AI score0.08268EPSS
SaveExploits3References555
Tenable Nessus
Tenable Nessus
added 2025/07/03 12:00 a.m.5 views

AlmaLinux 9 : apache-commons-beanutils (ALSA-2025:9114)

The remote AlmaLinux 9 host has a package installed that is affected by a vulnerability as referenced in the ALSA-2025:9114 advisory. commons-beanutils: Apache Commons BeanUtils: PropertyUtilsBean does not suppresses an enum's declaredClass property by default CVE-2025-48734 Tenable has extracted...

6.5AI score0.01825EPSS
SaveExploits1References3
Rows per page
Query Builder