CVE-2026-64601
7.8Linux · Kernel
A redundant USB anchor call in the ALSA us144mkii driver causes anchor list corruption and use-after-free, potentially leading to local system compromise.
Executive summary
A memory corruption vulnerability in the Linux kernel ALSA subsystem could allow a local authenticated attacker to trigger a use-after-free condition, resulting in system instability or privilege escalation.
Vulnerability
The ALSA us144mkii driver incorrectly calls usb_anchor_urb on every completion callback, which corrupts the anchor list and inflates the URB reference count. This flaw requires local access and low privileges to trigger a use-after-free during stream termination or hardware disconnection events.
Business impact
This vulnerability carries a CVSS score of 7.8, indicating a high severity risk for local environments. Successful exploitation could lead to full system compromise, including unauthorized data access and denial of service, significantly impacting the availability and integrity of sensitive enterprise servers or workstations.
Remediation
Immediate Action: Update the Linux kernel to version 6.18.39, 7.1.4, or later versions where the redundant anchor call has been removed.
Proactive Monitoring: Monitor system logs for kernel panics or "use-after-free" related error messages associated with the ALSA sound subsystem.
Compensating Controls: Restrict access to local hardware interfaces and sound devices to authorized personnel only to minimize the potential attack surface for local privilege escalation.
Exploitation status
Public Exploit Available: No (exploit_available: unknown)
Analyst recommendation
Given the severity of potential use-after-free vulnerabilities in the kernel, IT administrators should prioritize patching the Linux kernel across all affected environments. While the attack requires local access, the potential for privilege escalation necessitates immediate action to maintain a secure posture.