← Back to CVE List

CVE-2024-56572

Published: 2024-12-27T15:15Z
Last Modified: 2025-01-14T15:46Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
In the Linux kernel, the following vulnerability has been resolved: media: platform: allegro-dvt: Fix possible memory leak in allocate_buffers_internal() The buffer in the loop should be released under the exception path, otherwise there may be a memory leak here. To mitigate this, free the buffer when allegro_alloc_buffer fails. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt