Files
CVEs-PoC/2020/CVE-2020-29370.md
T
2024-05-25 21:48:12 +02:00

19 lines
781 B
Markdown

### [CVE-2020-29370](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-29370)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
An issue was discovered in kmem_cache_alloc_bulk in mm/slub.c in the Linux kernel before 5.5.11. The slowpath lacks the required TID increment, aka CID-fd4d9c7d0c71.
### POC
#### Reference
- https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=fd4d9c7d0c71866ec0c2825189ebd2ce35bd95b8
#### Github
- https://github.com/Live-Hack-CVE/CVE-2020-29370
- https://github.com/nanopathi/linux-4.19.72_CVE-2020-29370