{ "schema_version": "1.4.0", "id": "GHSA-6pw4-v52h-38vj", "modified": "2025-09-17T15:30:38Z", "published": "2025-09-17T15:30:38Z", "aliases": [ "CVE-2023-53353" ], "details": "In the Linux kernel, the following vulnerability has been resolved:\n\naccel/habanalabs: postpone mem_mgr IDR destruction to hpriv_release()\n\nThe memory manager IDR is currently destroyed when user releases the\nfile descriptor.\nHowever, at this point the user context might be still held, and memory\nbuffers might be still in use.\nLater on, calls to release those buffers will fail due to not finding\ntheir handles in the IDR, leading to a memory leak.\nTo avoid this leak, split the IDR destruction from the memory manager\nfini, and postpone it to hpriv_release() when there is no user context\nand no buffers are used.", "severity": [], "affected": [], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-53353" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/2e8e9a895c4589f124a37fc84d123b5114406e94" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/840de329ca99cafd0cdde9c6ac160b1330942aba" } ], "database_specific": { "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, "nvd_published_at": "2025-09-17T15:15:39Z" } }