GHSA-585p-9mg2-6vmmMediumCVSS 5.5

In the Linux kernel, the following vulnerability has been resolved: drm/vc4: Fix a memory leak...

Published
May 6, 2026
Last Modified
June 1, 2026

🔗 CVE IDs covered (1)

📋 Description

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 (10)