CVE-2026-46201
Received Received - Intake
Memory Leak in Linux Kernel DRM/xe Subsystem

Publication date: 2026-05-28

Last updated on: 2026-05-28

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix dma-buf attachment leak in xe_gem_prime_import() When xe_dma_buf_init_obj() fails, the attachment from dma_buf_dynamic_attach() is not detached. Add dma_buf_detach() before returning the error. Note: we cannot use goto out_err here because xe_dma_buf_init_obj() already frees bo on failure, and out_err would double-free it. (cherry picked from commit a828eb185aac41800df8eae4b60501ccc0dbbe51)
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-05-28
Last Modified
2026-05-28
Generated
2026-05-28
AI Q&A
2026-05-28
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability is a resource leak in the Linux kernel's drm/xe component related to dma-buf attachments. Specifically, when the function xe_dma_buf_init_obj() fails, it does not properly detach the attachment created by dma_buf_dynamic_attach(), leading to a dma-buf attachment leak. The fix involves adding a call to dma_buf_detach() before returning the error to prevent this leak.


What immediate steps should I take to mitigate this vulnerability?

The vulnerability has been resolved in the Linux kernel by fixing a dma-buf attachment leak in the drm/xe component. To mitigate this vulnerability, you should update your Linux kernel to a version that includes the fix for this issue.

Specifically, ensure your kernel includes the patch that adds dma_buf_detach() before returning an error in xe_dma_buf_init_obj(), preventing the attachment leak.


How can this vulnerability impact me? :

This vulnerability can cause a resource leak in the Linux kernel, which may lead to increased memory usage or resource exhaustion over time. While it does not directly indicate a security breach such as privilege escalation or data corruption, the leak could degrade system performance or stability if exploited repeatedly.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart