CVE-2025-68252

In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: Fix dma_buf object leak in fastrpc_map_lookup In fastrpc_map_lookup, dma_buf_get is called to obtain a reference to the dma_buf for comparison purposes. However, this reference is never released when the function returns, leading to a dma_buf memory leak. Fix this by adding dma_buf_put before returning from the function, ensuring that the temporarily acquired reference is properly released regardless of whether a matching map is found. Rule: add

Package Linux Kernel
Published 2025-12-16
Last modified 2026-04-15
Patch available
Yes

Affected versions

Linux kernel versions 6.1.156, 6.6.112, 6.12.53, 6.17.3 and later are affected. Fixed in 6.1.158, 6.6.115, 6.12.56, 6.17.6 and their respective stable series.

Affected from
≥ 6.1.156 ≥ 6.6.112 ≥ 6.12.53 ≥ 6.17.3
Fixed in
✓ 6.1.158 6.1.x ✓ 6.6.115 6.6.x ✓ 6.12.56 6.12.x ✓ 6.17.6 6.17.x

Frequently asked questions

  • What is CVE-2025-68252?

    CVE-2025-68252 is a unscored severity Linux kernel vulnerability . It affects Linux kernel versions from 6.1.156 onward and has been patched in 6.1.158, 6.6.115, 6.12.56 and others. CVE-2025-68252 has not been confirmed as actively exploited and is not listed in the CISA KEV catalog.

  • Is there a patch available for CVE-2025-68252?

    Yes. CVE-2025-68252 has been patched. Fixed versions include 6.1.158, 6.6.115, 6.12.56 and others. If you are running Linux kernel 6.1.156 or later up to the fix versions, apply the relevant patch for your kernel branch.

  • Is CVE-2025-68252 actively exploited?

    No. CVE-2025-68252 has not been confirmed as actively exploited. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.