First published: Fri Dec 27 2024(Updated: )
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.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=5.3<5.4.287 | |
Linux Kernel | >=5.5<5.10.231 | |
Linux Kernel | >=5.11<5.15.174 | |
Linux Kernel | >=5.16<6.1.120 | |
Linux Kernel | >=6.2<6.6.64 | |
Linux Kernel | >=6.7<6.12.4 | |
debian/linux | <=5.10.223-1<=5.10.234-1 | 6.1.129-1 6.1.128-1 6.12.20-1 6.12.21-1 |
debian/linux-6.1 | 6.1.129-1~deb11u1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-56572 is considered a moderate severity vulnerability due to its potential for memory leak issues in the Linux kernel.
To fix CVE-2024-56572, you should update your Linux kernel to a version that includes the appropriate patches addressing the memory leak.
CVE-2024-56572 affects the Linux kernel versions between 5.3 and 5.4.287, 5.5 and 5.10.231, 5.11 and 5.15.174, 5.16 and 6.1.120, 6.2 and 6.6.64, and 6.7 and 6.12.4.
CVE-2024-56572 resolves a potential memory leak in the allocate_buffers_internal() function of the Linux kernel.
While CVE-2024-56572 primarily addresses memory leaks, the potential impact on system performance may vary depending on memory usage patterns.