In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: fix DMA address corruption due to find_vma misuse… (CVE-2026-53159)
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.
AI Analysis
Technical Summary
The Linux kernel fastrpc driver used find_vma() to locate the virtual memory area for a user pointer and compute a DMA address offset. If the pointer was in a gap before the returned VMA, the calculation (ptr & PAGE_MASK) - vma->vm_start underflowed, corrupting the DMA address sent to the DSP. The fix replaces find_vma() with vma_lookup(), which returns NULL when the address is not contained within any VMA, preventing the underflow and address corruption.
Potential Impact
Corruption of the DMA address sent to the DSP could lead to incorrect memory accesses or data corruption during DMA operations. The exact impact is limited to the fastrpc driver context and depends on how corrupted DMA addresses affect the DSP and system behavior. No known exploits in the wild have been reported.
Mitigation Recommendations
A fix for this vulnerability has been implemented in the Linux kernel by replacing find_vma() with vma_lookup() in the fastrpc driver. Users should apply the official Linux kernel updates that include this fix. Patch status is not explicitly confirmed in the provided data; therefore, check the vendor advisory or Linux kernel release notes for the specific patch and remediation guidance.
In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: fix DMA address corruption due to find_vma misuse… (CVE-2026-53159)
Description
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.
CVSS v3.1
Score 5.5medium
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
The Linux kernel fastrpc driver used find_vma() to locate the virtual memory area for a user pointer and compute a DMA address offset. If the pointer was in a gap before the returned VMA, the calculation (ptr & PAGE_MASK) - vma->vm_start underflowed, corrupting the DMA address sent to the DSP. The fix replaces find_vma() with vma_lookup(), which returns NULL when the address is not contained within any VMA, preventing the underflow and address corruption.
Potential Impact
Corruption of the DMA address sent to the DSP could lead to incorrect memory accesses or data corruption during DMA operations. The exact impact is limited to the fastrpc driver context and depends on how corrupted DMA addresses affect the DSP and system behavior. No known exploits in the wild have been reported.
Mitigation Recommendations
A fix for this vulnerability has been implemented in the Linux kernel by replacing find_vma() with vma_lookup() in the fastrpc driver. Users should apply the official Linux kernel updates that include this fix. Patch status is not explicitly confirmed in the provided data; therefore, check the vendor advisory or Linux kernel release notes for the specific patch and remediation guidance.
Technical Details
- Gcve Source
- db.gcve.eu
- Osv Id
- GHSA-3439-cqxh-wp94
- Osv Schema Version
- 1.4.0
- Aliases
- ["CVE-2026-53159"]
- Ecosystems
- []
- Database Specific Severity
- null
- Cvss Version
- 3.1
Threat ID: 6a498a7827e9c7971936efbd
Added to database: 07/04/2026, 22:34:32 UTC
Last enriched: 07/04/2026, 23:07:32 UTC
Last updated: 07/31/2026, 19:24:49 UTC
Views: 17
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Actions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.