In the Linux kernel, the following vulnerability has been resolved:
drm/vc4: Fix a memory leak in hang state error path
When vc4_save_hang_state() encounters an early return condition, it
returns without freeing the previously allocated `kernel_state`,
leaking memory.
Add the missing kfree() calls by consolidating the early return paths
into a single place.
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-43104
Mitre link : CVE-2026-43104
CVE.ORG link : CVE-2026-43104
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime
