CVE-2025-68252
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2025-68252 is a memory leak vulnerability in the Linux kernel's misc/fastrpc subsystem, specifically in the fastrpc_map_lookup function. The flaw occurs because dma_buf_get is called to obtain a reference to a DMA buffer object for comparison, but that reference is never released upon function return, causing a dma_buf object leak. The vulnerability was published on December 16, 2025, and affects multiple stable Linux kernel versions. Feedly estimates the severity as Medium, with an EPSS score of 0.00018 (Feedly, ENISA EUVD).

Technical details

The root cause is a missing dma_buf_put() call in fastrpc_map_lookup (CWE-401: Missing Release of Memory after Effective Lifetime). When the function calls dma_buf_get() to retrieve a reference to a DMA buffer for comparison against existing maps, it increments the buffer's reference count but never decrements it before returning — regardless of whether a matching map is found or not. This results in a gradual memory leak each time the lookup function is invoked. The fix, applied across multiple stable kernel branches, adds a dma_buf_put() call before all return paths to ensure the temporarily acquired reference is properly released (ENISA EUVD, Kernel Patch 1).

Impact

The primary impact of this vulnerability is a kernel-level memory leak in the fastrpc driver, which is used for offloading computation to Qualcomm DSPs (Digital Signal Processors) on Android and embedded Linux devices. Repeated triggering of the leak can gradually exhaust kernel memory, potentially leading to system instability or denial of service. There is no direct evidence of confidentiality or integrity impact, and the vulnerability does not appear to enable privilege escalation or remote code execution (Feedly, ENISA EUVD).

Mitigation and workarounds

The Linux kernel maintainers have released patches across multiple stable branches. Fixed versions include Linux 6.1.158+, 6.6.115+, 6.12.56+, and 6.17.6+, with corresponding commits applied to each stable tree. Administrators should update to a patched kernel version as soon as possible. On systems where the fastrpc driver is not required, disabling or blacklisting the fastrpc kernel module (modprobe -r fastrpc) can serve as a temporary workaround to eliminate exposure (ENISA EUVD, Kernel Patch 1).

Additional resources


SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-64557NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-rt-selftests-internal
NoNoJul 29, 2026
CVE-2026-64556NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-64k-devel
NoNoJul 29, 2026
CVE-2026-64555NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-azure-fde-6.14
NoNoJul 27, 2026
CVE-2026-64554NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-gcp-6.14
NoYesJul 27, 2026
CVE-2026-64553NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-rt-64k-debug-modules-internal
NoYesJul 27, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management