CVE-2024-26817

Publication date

2024-04-13 11:17:08

Family

Linux

State

PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: amdkfd: use calloc instead of kzalloc to avoid integer overflow This uses calloc instead of doing the multiplication which might overflow.