First published: Sat Dec 28 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: media: atomisp: Add check for rgby_data memory allocation failure In ia_css_3a_statistics_allocate(), there is no check on the allocation result of the rgby_data memory. If rgby_data is not successfully allocated, it may trigger the assert(host_stats->rgby_data) assertion in ia_css_s3a_hmem_decode(). Adding a check to fix this potential issue.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux kernel | ||
debian/linux | <=5.10.223-1<=5.10.226-1 | 6.1.123-1 6.1.128-1 6.12.12-1 6.12.15-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-56705 has a moderate severity due to the potential for memory allocation failures.
To fix CVE-2024-56705, update the Linux kernel to the latest version where the vulnerability has been resolved.
CVE-2024-56705 affects various versions of the Linux Kernel.
CVE-2024-56705 is a memory management vulnerability specifically related to allocation failure.
CVE-2024-56705 was disclosed in the context of updates to the Linux kernel.