
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2025-68344 is an integer overflow vulnerability in the Linux kernel's ALSA wavefront sound driver, specifically in the wavefront_send_sample() function's sample size validation logic. The flaw arises because the header->size field (typed as u32) is cast to a signed int before being compared against dev->freemem, enabling an integer overflow condition. It affects Linux kernel versions from the initial commit (1da177e4c3f4) up to the fixes applied in stable branches. Patches were released in kernel versions 6.12.63, 6.17.13, 6.18.2, and 6.19-rc1. The CVSS category is estimated as HIGH, with an EPSS score of approximately 0.018% (Feedly, EUVD).
The root cause is an integer overflow (CWE-190) in the wavefront_send_sample() function within the ALSA wavefront driver (sound/isa/wavefront/). When validating whether a sample fits in available device memory, the code casts the unsigned 32-bit header->size field to a signed int before comparing it with dev->freemem. A sufficiently large u32 value wraps to a negative integer upon casting, causing the size check to pass incorrectly and potentially allowing out-of-bounds memory operations. The fix replaces the signed comparison with an unsigned comparison to prevent the overflow (Feedly). Exploitation requires local access to a system with the wavefront ISA sound card driver loaded, limiting the practical attack surface significantly.
Successful exploitation of this vulnerability could allow a local attacker to bypass memory size validation in the wavefront ALSA driver, potentially leading to heap or kernel memory corruption. Depending on how the corrupted memory is leveraged, consequences could include kernel crashes (denial of service) or, in more sophisticated scenarios, privilege escalation. The scope is limited to systems with the ISA Wavefront sound card hardware or the corresponding kernel module loaded (Feedly, EUVD).
The Linux kernel maintainers have released patches addressing this vulnerability in the following stable versions: 6.12.63, 6.17.13, 6.18.2, and 6.19-rc1 (EUVD). Downstream distributions including Debian (DSA-6127-1, DLA-4475-1) and Ubuntu (USN-8179-1/2/3/4, USN-8184-1, USN-8185-1/2, USN-8203-1, USN-8258-1, USN-8260-1, USN-8265-1) have also issued updated kernel packages (Ubuntu Security). As a workaround where patching is not immediately possible, administrators can blacklist or unload the snd-wavefront kernel module if the hardware is not in use (modprobe -r snd-wavefront and adding blacklist snd-wavefront to /etc/modprobe.d/).
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."