CVE-2023-53353
Published: Sep 17, 2025
Modified: May 11, 2026
Description
In the Linux kernel, the following vulnerability has been resolved: accel/habanalabs: postpone mem_mgr IDR destruction to hpriv_release() The memory manager IDR is currently destroyed when user releases the file descriptor. However, at this point the user context might be still held, and memory buffers might be still in use. Later on, calls to release those buffers will fail due to not finding their handles in the IDR, leading to a memory leak. To avoid this leak, split the IDR destruction from the memory manager fini, and postpone it to hpriv_release() when there is no user context and no buffers are used.
| Vendor | Product | Versions |
|---|---|---|
Linux | Linux | affected 0feaf86d4e69507ab9b2af7dcc63a6886352d5db - < 840de329ca99cafd0cdde9c6ac160b1330942abaaffected 0feaf86d4e69507ab9b2af7dcc63a6886352d5db - < 2e8e9a895c4589f124a37fc84d123b5114406e94 |
Linux | Linux | affected 5.1unaffected 0 - < 5.1unaffected 6.3.4 - <= 6.3.*unaffected 6.4 - <= * |
Security Training
Train your team to recognize and prevent security threats with our comprehensive security awareness program.
Start TrainingVulnerability Scanning
Discover vulnerabilities in your applications and infrastructure before attackers do.
Scan Now