Lucene search
+L

526 matches found

OSV
OSV
added 2025/12/24 1:6 p.m.7 views

CVE-2023-54084 ALSA: firewire-digi00x: prevent potential use after free

In the Linux kernel, the following vulnerability has been resolved: ALSA: firewire-digi00x: prevent potential use after free This code was supposed to return an error code if initstream failed, but it instead freed dg00x-rxstream and returned success. This potentially leads to a use after free...

6.6AI score0.00187EPSS
SaveExploits0References9
EUVD
EUVD
added 2025/12/24 12:30 p.m.3 views

EUVD-2025-205107

In the Linux kernel, the following vulnerability has been resolved: ALSA: firewire-motu: fix buffer overflow in hwdep read for DSP events The DSP event handling code in hwdepread could write more bytes to the user buffer than requested, when a user provides a buffer smaller than the event header...

6.5AI score0.00203EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/12/24 12:30 p.m.8 views

EUVD-2025-205108

In the Linux kernel, the following vulnerability has been resolved: ALSA: dice: fix buffer overflow in detectstreamformats The function detectstreamformats reads the streamcount value directly from a FireWire device without validating it. This can lead to out-of-bounds writes when a malicious...

6.4AI score0.00203EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/24 11:15 a.m.10 views

AZL-73096 CVE-2025-68347 affecting package kernel for versions less than 6.6.121.1-1

In the Linux kernel, the following vulnerability has been resolved: ALSA: firewire-motu: fix buffer overflow in hwdep read for DSP events The DSP event handling code in hwdepread could write more bytes to the user buffer than requested, when a user provides a buffer smaller than the event header...

7.8CVSS6AI score0.00203EPSS
SaveExploits0References1
NVD
NVD
added 2025/12/24 11:15 a.m.7 views

CVE-2025-68347

In the Linux kernel, the following vulnerability has been resolved: ALSA: firewire-motu: fix buffer overflow in hwdep read for DSP events The DSP event handling code in hwdepread could write more bytes to the user buffer than requested, when a user provides a buffer smaller than the event header...

7.8CVSS0.00203EPSS
SaveExploits0References6
NVD
NVD
added 2025/12/24 11:15 a.m.7 views

CVE-2025-68346

In the Linux kernel, the following vulnerability has been resolved: ALSA: dice: fix buffer overflow in detectstreamformats The function detectstreamformats reads the streamcount value directly from a FireWire device without validating it. This can lead to out-of-bounds writes when a malicious...

0.00203EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2025/12/24 11:15 a.m.3 views

CVE-2025-68347

In the Linux kernel, the following vulnerability has been resolved: ALSA: firewire-motu: fix buffer overflow in hwdep read for DSP events The DSP event handling code in hwdepread could write more bytes to the user buffer than requested, when a user provides a buffer smaller than the event header...

6.1AI score0.00203EPSS
SaveExploits0References26
UbuntuCve
UbuntuCve
added 2025/12/24 11:15 a.m.11 views

CVE-2025-68346

In the Linux kernel, the following vulnerability has been resolved: ALSA: dice: fix buffer overflow in detectstreamformats The function detectstreamformats reads the streamcount value directly from a FireWire device without validating it. This can lead to out-of-bounds writes when a malicious...

6.6AI score0.00203EPSS
SaveExploits0References36
OSV
OSV
added 2025/12/24 11:15 a.m.7 views

UBUNTU-CVE-2025-68347

In the Linux kernel, the following vulnerability has been resolved: ALSA: firewire-motu: fix buffer overflow in hwdep read for DSP events The DSP event handling code in hwdepread could write more bytes to the user buffer than requested, when a user provides a buffer smaller than the event header...

7.8CVSS6AI score0.00203EPSS
SaveExploits0References26
OSV
OSV
added 2025/12/24 11:15 a.m.6 views

UBUNTU-CVE-2025-68346

In the Linux kernel, the following vulnerability has been resolved: ALSA: dice: fix buffer overflow in detectstreamformats The function detectstreamformats reads the streamcount value directly from a FireWire device without validating it. This can lead to out-of-bounds writes when a malicious...

6.1AI score0.00203EPSS
SaveExploits0References36
Cvelist
Cvelist
added 2025/12/24 10:32 a.m.35 views

CVE-2025-68346 ALSA: dice: fix buffer overflow in detect_stream_formats()

In the Linux kernel, the following vulnerability has been resolved: ALSA: dice: fix buffer overflow in detectstreamformats The function detectstreamformats reads the streamcount value directly from a FireWire device without validating it. This can lead to out-of-bounds writes when a malicious...

0.00203EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2025/12/24 10:32 a.m.30 views

CVE-2025-68347 ALSA: firewire-motu: fix buffer overflow in hwdep read for DSP events

In the Linux kernel, the following vulnerability has been resolved: ALSA: firewire-motu: fix buffer overflow in hwdep read for DSP events The DSP event handling code in hwdepread could write more bytes to the user buffer than requested, when a user provides a buffer smaller than the event header...

7.8CVSS0.00203EPSS
SaveExploits0References6
CVE
CVE
added 2025/12/24 10:32 a.m.45 views

CVE-2025-68347

CVE-2025-68347 (Linux kernel, ALSA: firewire-motu) The vulnerability is in the DSP event handling in hwdep_read() where the code could copy more bytes to the user buffer than requested when the buffer is smaller than the 8-byte event header. The issue is resolved by using min_t() to clamp the cop...

7.8CVSS6.6AI score0.00203EPSS
SaveExploits0References6
ATTACKERKB
ATTACKERKB
added 2025/12/24 10:32 a.m.7 views

CVE-2025-68346

In the Linux kernel, the following vulnerability has been resolved: ALSA: dice: fix buffer overflow in detectstreamformats The function detectstreamformats reads the streamcount value directly from a FireWire device without validating it. This can lead to out-of-bounds writes when a malicious...

5.4AI score0.00203EPSS
SaveExploits0References9Affected Software1
CVE
CVE
added 2025/12/24 10:32 a.m.28 views

CVE-2025-68346

The CVE-2025-68346 vulnerability affects the Linux kernel ALSA: dice driver. The root cause is a missing validation of stream_count read from a FireWire device in detect_stream_formats(), which can allow out-of-bounds writes if stream_count exceeds MAX_STREAMS. The fix adds the same validation to...

6.6AI score0.00203EPSS
SaveExploits0References8
OSV
OSV
added 2025/12/24 10:32 a.m.9 views

CVE-2025-68346 ALSA: dice: fix buffer overflow in detect_stream_formats()

In the Linux kernel, the following vulnerability has been resolved: ALSA: dice: fix buffer overflow in detectstreamformats The function detectstreamformats reads the streamcount value directly from a FireWire device without validating it. This can lead to out-of-bounds writes when a malicious...

6.8AI score0.00203EPSS
SaveExploits0References11
OSV
OSV
added 2025/12/24 10:32 a.m.5 views

CVE-2025-68347 ALSA: firewire-motu: fix buffer overflow in hwdep read for DSP events

In the Linux kernel, the following vulnerability has been resolved: ALSA: firewire-motu: fix buffer overflow in hwdep read for DSP events The DSP event handling code in hwdepread could write more bytes to the user buffer than requested, when a user provides a buffer smaller than the event header...

7.8CVSS6.9AI score0.00203EPSS
SaveExploits0References9
Tenable Nessus
Tenable Nessus
added 2025/12/24 12:0 a.m.2 views

Linux Distros Unpatched Vulnerability : CVE-2025-68347

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - ALSA: firewire-motu: fix buffer overflow in hwdep read for DSP events The DSP event handling code in hwdepread could write more bytes to the user buffer than...

7.8CVSS6AI score0.00203EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2025/12/24 12:0 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2025-68346

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - ALSA: dice: fix buffer overflow in detectstreamformats The function detectstreamformats reads the streamcount value directly from a FireWire device without...

7.2AI score0.00203EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2025/12/05 12:0 a.m.4 views

PT-2025-52883

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Windows affected versions not specified Description A flaw exists in the Linux kernel related to ALSA and firewire-motu, specifically a buffer overflow in the hwdep read function when handling DSP...

4.6CVSS7.2AI score0.00203EPSS
SaveExploits0
Rows per page
Query Builder