PT-2026-4656 · Linux+3 · Linux Kernel+3
Published
2025-01-01
·
Updated
2026-05-22
·
CVE-2025-71162
CVSS v3.1
7.8
High
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
A use-after-free issue exists in the Tegra ADMA driver when audio streams are terminated, particularly during XRUN conditions. The problem occurs when the DMA buffer is freed before the virtual channel completion tasklet finishes accessing it. This is due to a race condition where the buffer is freed by
tegra adma terminate all() before the vchan complete() function can access it. The fix involves synchronizing the virtual channel completion by marking descriptors as terminated instead of freeing them and adding a callback tegra adma synchronize() that calls vchan synchronize() to kill pending tasklets and free terminated descriptors. Crash logs indicate a KASAN report of a use-after-free in vchan complete().Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
Use After Free
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linuxmint
Linux Kernel
Tegra Adma
Ubuntu