Vulnerability Database

290,206

Total vulnerabilities in the database

CVE-2024-26817

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.

  • Published: Apr 13, 2024
  • Updated: May 4, 2025
  • CVE: CVE-2024-26817
  • Severity: Medium
  • Exploit:

CVSS v3:

  • Severity: Medium
  • Score: 5.5
  • AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

CWEs: