CVE Published: 28/02/2024 |
CVE Updated: 04/11/2024 |
CVE Year: 2020 Source: Linux |
Vendor: Linux |
Product: Linux Status : PUBLISHED
CVE-2020-36785 Description
In the Linux kernel, the following vulnerability has been resolved:
media: atomisp: Fix use after free in atomisp_alloc_css_stat_bufs()
The "s3a_buf" is freed along with all the other items on the
"asd->s3a_stats" list. It leads to a double free and a use after free.