cve/2024/CVE-2024-26817.md
2024-05-25 21:48:12 +02:00

747 B

CVE-2024-26817

Description

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

POC

Reference

No PoCs from references.

Github