In the Linux kernel, the following vulnerability has been resolved:
misc: fastrpc: Fix dmabuf object leak in fastrpcmap_lookup
In fastrpcmaplookup, dmabufget is called to obtain a reference to the dmabuf for comparison purposes. However, this reference is never released when the function returns, leading to a dmabuf memory leak.
Fix this by adding dmabufput before returning from the function, ensuring that the temporarily acquired reference is properly released regardless of whether a matching map is found.
Rule: add
{
"cna_assigner": "Linux",
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2025/68xxx/CVE-2025-68252.json"
}