CVE-2026-43105
Awaiting Analysis Awaiting Analysis - Queue
Memory Leak in Linux Kernel DRM VC4 Driver

Publication date: 2026-05-06

Last updated on: 2026-05-06

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: drm/vc4: Fix memory leak of BO array in hang state The hang state's BO array is allocated separately with kzalloc() in vc4_save_hang_state() but never freed in vc4_free_hang_state(). Add the missing kfree() for the BO array before freeing the hang state struct.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-05-06
Last Modified
2026-05-06
Generated
2026-05-07
AI Q&A
2026-05-06
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 memory leak in the Linux kernel's drm/vc4 component. Specifically, the BO (Buffer Object) array allocated during the hang state is not properly freed, which means memory that should be released remains allocated. The issue occurs because the BO array is allocated with kzalloc() in the function vc4_save_hang_state() but is never freed in vc4_free_hang_state(). The fix involves adding the missing kfree() call to free the BO array before freeing the hang state structure.


How can this vulnerability impact me? :

The impact of this vulnerability is a memory leak in the Linux kernel, which can lead to increased memory usage over time. This could potentially degrade system performance or cause resource exhaustion if the hang state occurs frequently and the leaked memory accumulates. However, there is no indication that this vulnerability leads to privilege escalation or direct security breaches.


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