cve/2024/CVE-2024-56705.md
2025-09-29 16:08:36 +00:00

952 B

CVE-2024-56705

Description

In the Linux kernel, the following vulnerability has been resolved:media: atomisp: Add check for rgby_data memory allocation failureIn ia_css_3a_statistics_allocate(), there is no check on the allocationresult of the rgby_data memory. If rgby_data is not successfullyallocated, it may trigger the assert(host_stats->rgby_data) assertion inia_css_s3a_hmem_decode(). Adding a check to fix this potential issue.

POC

Reference

No PoCs from references.

Github