CVE-2023-54072

Linux Kernel 5.6.0-5.10.193 5.11.0-5.15.129 5.16.0-6.1.39 6.2.0-6.4.4 - Data Race in PCM Memory Allocation

Title source: llm
STIX 2.1

Description

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: Fix potential data race at PCM memory allocation helpers The PCM memory allocation helpers have a sanity check against too many buffer allocations. However, the check is performed without a proper lock and the allocation isn't serialized; this allows user to allocate more memories than predefined max size. Practically seen, this isn't really a big problem, as it's more or less some "soft limit" as a sanity check, and it's not possible to allocate unlimitedly. But it's still better to address this for more consistent behavior. The patch covers the size check in do_alloc_pages() with the card->memory_mutex, and increases the allocated size there for preventing the further overflow. When the actual allocation fails, the size is decreased accordingly.

Scores

EPSS 0.0018
EPSS Percentile 7.7%

Details

Status published
Products (17)
linux/Kernel 5.11.0 - 5.15.129linux
linux/Kernel 5.16.0 - 6.1.39linux
linux/Kernel 5.6.0 - 5.10.193linux
linux/Kernel 6.2.0 - 6.4.4linux
Linux/Linux < 5.6
Linux/Linux 5.10.193 - 5.10.*
Linux/Linux 5.15.129 - 5.15.*
Linux/Linux 5.6
Linux/Linux 6.1.39 - 6.1.*
Linux/Linux 6.4.4 - 6.4.*
... and 7 more
Published Dec 24, 2025
Tracked Since Feb 18, 2026