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.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2026-05-06 10:16
Updated : 2026-06-17 10:48
NVD link : CVE-2026-43105
Mitre link : CVE-2026-43105
CVE.ORG link : CVE-2026-43105
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime
