
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2025-68347 is a buffer overflow vulnerability in the Linux kernel's ALSA firewire-motu driver, specifically in the hwdep_read() function's DSP event handling code. When a user provides a buffer smaller than the event header size (8 bytes), the code can write more bytes to the user buffer than requested, resulting in a heap/stack buffer overflow. The vulnerability was published on December 24, 2025, and affects Linux kernel versions from 5.16 up to the patched releases (6.12.63, 6.17.13, 6.18.2, and 6.19-rc1), as well as Microsoft Azure Linux kernel versions azl3_kernel_6.6.117.1-1 and azl3_kernel_6.6.119.3-3. It carries a CVSS v3.1 base score of 5.5 (Medium) (Feedly, Microsoft MSRC).
The root cause is a classic buffer overflow (CWE-120) in the hwdep_read() function of the sound/firewire/motu/motu-hwdep.c driver. When handling DSP events, the code copies data to a user-supplied buffer without first verifying that the buffer is large enough to hold the full event header (8 bytes). If a user-space process opens the hwdep device and issues a read() call with a buffer smaller than 8 bytes, the kernel writes beyond the end of the provided buffer. The fix applies min_t() to clamp the copy size to the lesser of the event header size and the user-requested size, preventing the overflow (Feedly). Exploitation requires local access and low privileges — an attacker must be able to open the ALSA hwdep device node associated with a MOTU FireWire audio interface.
Successful exploitation can cause a denial of service by crashing the audio subsystem or destabilizing the kernel, leading to system instability or unexpected termination of audio-related kernel operations. Because the attack vector is local and the scope is unchanged, the primary impact is availability (rated High), with no direct confidentiality or integrity impact. There is no evidence of lateral movement potential or significant data exposure risk associated with this vulnerability (Feedly).
Apply the available kernel patches as the primary remediation. Fixed versions include Linux kernel 6.12.63, 6.17.13, 6.18.2, and 6.19-rc1, with upstream patches available in the stable kernel tree (Feedly). Microsoft has released updates for affected Azure Linux kernel versions (azl3_kernel_6.6.119.3-3 and later) (Microsoft MSRC). Debian (via DLA-4476-1 and DSA-6127-1), Ubuntu (USN-8179-x, USN-8184-1, USN-8185-x, USN-8203-1, USN-8258-1, USN-8260-1, USN-8265-1), and Red Hat (RHSA-2026:21706, RHSA-2026:21745) have also issued advisories. As a workaround where patching is not immediately possible, restrict local user access to ALSA hwdep device nodes associated with MOTU FireWire audio interfaces (e.g., via udev rules or group permissions).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."