CVE-2026-43105 - drm/vc4: Fix memory leak of BO array in hang state
CVE ID :CVE-2026-43105 Published : May 6, 2026, 10:16 a.m. | 1 hour, 32 minutes ago 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. Severity: 0.0 | NA Visit the link for more details, such as CVSS details, affected products, timeline, and more...
Published : May 6, 2026, 10:16 a.m. | 1 hour, 32 minutes ago
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.
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...

