cve/2020/CVE-2020-13974.md

21 lines
1.0 KiB
Markdown
Raw Normal View History

2024-05-25 21:48:12 +02:00
### [CVE-2020-13974](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-13974)
![](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 the Linux kernel 4.4 through 5.7.1. drivers/tty/vt/keyboard.c has an integer overflow if k_ascii is called several times in a row, aka CID-b86dab054059. NOTE: Members in the community argue that the integer overflow does not lead to a security issue in this case.
### POC
#### Reference
- https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=b86dab054059b970111b5516ae548efaae5b3aae
2024-06-09 00:33:16 +00:00
- https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=b86dab054059b970111b5516ae548efaae5b3aae
2024-05-25 21:48:12 +02:00
- https://www.oracle.com/security-alerts/cpujul2022.html
2024-06-09 00:33:16 +00:00
- https://www.oracle.com/security-alerts/cpujul2022.html
2024-05-25 21:48:12 +02:00
#### Github
No PoCs found on GitHub currently.