Skip to main content

CVE-2024-26817

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.

NVD
Severity: N/A
CVE ID: CVE-2024-26817
CVSS Score: N/A
CVSS Metrics: NVD assessment not yet provided.

Refrence: NVDMITRE

Proof Of Concept

MaherAzzouzi

Potential Integer Overflow Leading To Heap Overflow in AMD KFD.

Refrence: GitHub