cve/2024/CVE-2024-56705.md

18 lines
952 B
Markdown
Raw Normal View History

2025-09-29 16:08:36 +00:00
### [CVE-2024-56705](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-56705)
![](https://img.shields.io/static/v1?label=Product&message=Linux&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=a49d25364dfb9f8a64037488a39ab1f56c5fa419%3C%2051b8dc5163d2ff2bf04019f8bf7e3bd0e75bb654%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### 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
- https://github.com/cku-heise/euvd-api-doc