cve/2018/CVE-2018-13406.md

20 lines
771 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2018-13406](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-13406)
![](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 integer overflow in the uvesafb_setcmap function in drivers/video/fbdev/uvesafb.c in the Linux kernel before 4.17.4 could result in local attackers being able to crash the kernel or potentially elevate privileges because kmalloc_array is not used.
### POC
#### Reference
2024-06-09 00:33:16 +00:00
- https://usn.ubuntu.com/3753-1/
2024-05-26 14:27:05 +02:00
- https://usn.ubuntu.com/3753-2/
2024-06-09 00:33:16 +00:00
- https://usn.ubuntu.com/3753-2/
2024-05-26 14:27:05 +02:00
#### Github
No PoCs found on GitHub currently.