Bug 2422774 (CVE-2025-68252) - CVE-2025-68252 kernel: misc: fastrpc: Fix dma_buf object leak in fastrpc_map_lookup
Summary: CVE-2025-68252 kernel: misc: fastrpc: Fix dma_buf object leak in fastrpc_map_...
Keywords:
Status: NEW
Alias: CVE-2025-68252
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-12-16 15:04 UTC by OSIDB Bzimport
Modified: 2025-12-16 21:15 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-12-16 15:04:00 UTC
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


Note You need to log in before you can comment on or make changes to this bug.