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
Not yet patched

Affected versions

Linux kernel versions 6.1.156, 6.6.112, 6.12.53, 6.17.3 and later are affected. No fixed version recorded yet.

Affected from
≥ 6.1.156 ≥ 6.6.112 ≥ 6.12.53 ≥ 6.17.3

References

The following references provide additional information about CVE-2025-68252 including vendor advisories, patch commits, exploit details, and third-party analysis. Links are sourced from the NIST NVD database.