CVE-2026-43395
Received Received - Intake
Memory Leak in Linux Kernel DRM/XE Sync Subsystem

Publication date: 2026-05-08

Last updated on: 2026-05-08

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: drm/xe/sync: Cleanup partially initialized sync on parse failure xe_sync_entry_parse() can allocate references (syncobj, fence, chain fence, or user fence) before hitting a later failure path. Several of those paths returned directly, leaving partially initialized state and leaking refs. Route these error paths through a common free_sync label and call xe_sync_entry_cleanup(sync) before returning the error. (cherry picked from commit f939bdd9207a5d1fc55cced5459858480686ce22)
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-05-08
Last Modified
2026-05-08
Generated
2026-05-09
AI Q&A
2026-05-08
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 exists in the Linux kernel's drm/xe/sync component. The function xe_sync_entry_parse() can allocate references such as syncobj, fence, chain fence, or user fence before encountering a failure later in the process. Some error paths return immediately without properly cleaning up, which results in partially initialized states and leaked references. The fix involves routing these error paths through a common cleanup routine to properly free resources before returning an error.


How can this vulnerability impact me? :

The vulnerability can lead to resource leaks in the Linux kernel due to partially initialized synchronization objects not being properly cleaned up on failure. This can cause increased memory usage or resource exhaustion over time, potentially degrading system performance or stability.


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