cve/2024/CVE-2024-26817.md

19 lines
747 B
Markdown
Raw Normal View History

2024-05-25 21:48:12 +02:00
### [CVE-2024-26817](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-26817)
![](https://img.shields.io/static/v1?label=Product&message=Linux&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=1da177e4c3f4%3C%20e6721ea845fc%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### 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
- https://github.com/MaherAzzouzi/CVE-2024-26817-amdkfd
- https://github.com/nomi-sec/PoC-in-GitHub