CVE-2026-74503

7.8

Linux · Kernel

A use after free vulnerability in the Linux kernel ALSA timer component occurs because a death flag is not correctly cleared, allowing for potential memory corruption.

Executive summary

A high severity use after free vulnerability in the Linux kernel ALSA timer component allows authenticated local attackers to potentially compromise system security.

Vulnerability

The vulnerability is located in the ALSA timer subsystem, specifically within the snd_timer_close_locked function. Failure to properly clear the SNDRV_TIMER_IFLG_DEAD flag after a close operation results in a use after free condition when an instance is subsequently accessed.

Business impact

The CVSS score of 7.8 underscores the potential for severe impact, including kernel crashes or privilege escalation. Organizations relying on systems that handle audio processing or use ALSA drivers are at risk if local users are capable of interacting with these device drivers.

Remediation

Immediate Action: Update the Linux kernel to version 6.12.103, 6.18.44, 7.1.8, or later to ensure the timer flags are handled correctly.

Proactive Monitoring: Monitor system logs for ALSA or timer related errors that may indicate an attempt to interact with a deceased timer instance.

Compensating Controls: Limit access to audio device nodes to only those users who require them, thereby reducing the attack surface.

Exploitation status

Public Exploit Available: exploit_available (false)

Analyst recommendation

Maintaining an up to date kernel is essential for security. Given the potential for privilege escalation and system instability, administrators should treat this update as a high priority, particularly for systems where non-privileged users have access to multimedia hardware interfaces.

More Linux CVEs