In the Linux kernel, the following vulnerability has been...
Moderate severity
Unreviewed
Published
Apr 13, 2024
to the GitHub Advisory Database
•
Updated Feb 3, 2025
Description
Published by the National Vulnerability Database
Apr 13, 2024
Published to the GitHub Advisory Database
Apr 13, 2024
Last updated
Feb 3, 2025
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.
References