CVE-2024-26817
MEDIUMLinux Kernel Integer Overflow via amdkfd Memory Allocation
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2024-26817. PoCs published by MaherAzzouzi.
AI-analyzed exploit summary This repository contains a detailed writeup describing CVE-2024-26817, an integer overflow vulnerability in the AMD KFD driver's `kfd_ioctl_get_process_apertures_new` function. The issue arises from improper handling of user-provided data in `args->num_of_nodes`, leading to potential heap corruption.
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.
Exploits (1)
This repository contains a detailed writeup describing CVE-2024-26817, an integer overflow vulnerability in the AMD KFD driver's `kfd_ioctl_get_process_apertures_new` function. The issue arises from improper handling of user-provided data in `args->num_of_nodes`, leading to potential heap corruption.
References (11)
Scores
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H