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.
Covered by Rapid7
| Product | Vendor Advisory | Solution File | Added | Published |
|---|---|---|---|---|
| Debian | — | Upgrade linux | Dec 29, 2025 | Dec 29, 2025 |
| Huawei Euleros 2_0_sp13 | — | Upgrade kernel-toolsUpgrade kernel-abi-stablelistsUpgrade python3-perfUpgrade bpftoolUpgrade kernel-tools-libsUpgrade kernel | Mar 10, 2026 | Mar 10, 2026 |
| Redhat_linux | — | No solution exists | Jul 17, 2026 | Dec 24, 2025 |
| Ubuntu | — | Upgrade linux-raspi-5.4Upgrade linux-intel-iot-realtimeUpgrade linux-oracle-5.4Upgrade linux-hwe-5.15Upgrade linux-awsUpgrade linux-aws-5.15Upgrade linux-iotUpgrade linux-bluefieldUpgrade linux-azureUpgrade linux-nvidia-tegra-5.15Upgrade linux-gcpUpgrade linux-realtimeUpgrade linux-lowlatency-hwe-5.15Upgrade linux-nvidia-tegraUpgrade linux-raspiUpgrade linux-intel-iotg-5.15Upgrade linux-lowlatencyUpgrade linuxUpgrade linux-gcp-5.15Upgrade linux-ibmUpgrade linux-intel-iotgUpgrade linux-hwe-5.4Upgrade linux-aws-fipsUpgrade linux-ibm-5.4Upgrade linux-xilinx-zynqmpUpgrade linux-aws-5.4Upgrade linux-gcp-fipsUpgrade linux-nvidia-tegra-igxUpgrade linux-gcp-5.4Upgrade linux-azure-fde-5.15Upgrade linux-nvidiaUpgrade linux-oracleUpgrade linux-ibm-5.15Upgrade linux-gkeopUpgrade linux-oracle-5.15Upgrade linux-kvmUpgrade linux-azure-5.4Upgrade linux-gkeUpgrade linux-azure-fipsUpgrade linux-fipsUpgrade linux-azure-5.15Upgrade linux-riscv-5.15 | Jan 6, 2026 | Dec 24, 2025 |
| Vmware Photon_os | — | Use 'tdnf update' to upgrade all packages to the latest version. | May 27, 2026 | Dec 24, 2025 |
Prioritise with Active Threat Intelligence
With curated Threat Intelligence, you can see which vulnerabilities truly put you at risk, prioritize what matters most, and act before attackers do.
Explore Intelligence Hub