cve/2024/CVE-2024-56572.md
2025-09-29 21:09:30 +02:00

1.0 KiB

CVE-2024-56572

Description

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.

POC

Reference

No PoCs from references.

Github