CVE-2022-49291

CVSS 3.1 Score 7.8 of 10 (high)

Details

Published Feb 26, 2025
Updated: Feb 27, 2025
CWE ID 416

Summary

CVE-2022-49291 is a vulnerability affecting the Linux kernel's ALSA (Advanced Linux Sound Architecture). The issue lies in the lack of proper checks and protection against concurrent calls of PCM (Pulse Code Modulation) hw_params and hw_free ioctls. These concurrent calls could result in a use-after-free (UAF) condition, potentially leading to arbitrary code execution or kernel crashes. To mitigate this risk, a new mutex, runtime->buffer_mutex, was introduced and applied to both hw_params and hw_free ioctl code paths. The functions were also modified for simplicity, with the mmap_count check moved into the state-check block.

Ligh bulbPrevent cyber attacks with Recorded Future by prioritizing and patching critical vulnerabilities being exploited by threat actors targeting your industry. Book your demo to learn more.

Share