PT-2026-52255 · Linux · Linux
Published
2026-06-25
·
Updated
2026-06-25
·
CVE-2026-53159
None
No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
In the Linux kernel, the following vulnerability has been resolved:
misc: fastrpc: fix DMA address corruption due to find vma misuse
fastrpc get args() uses find vma() to look up the VMA for a user-provided
pointer and compute a DMA address offset. When the address falls in a gap
before the returned VMA, (ptr & PAGE MASK) - vma->vm start underflows,
corrupting the DMA address sent to the DSP.
Replace find vma() with vma lookup(), which returns NULL when the address
is not contained within any VMA.
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linux