Files
CVEs-PoC/2017/CVE-2017-12192.md
T
2024-06-18 02:51:15 +02:00

18 lines
790 B
Markdown

### [CVE-2017-12192](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-12192)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=%3D%20n%2Fa%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
The keyctl_read_key function in security/keys/keyctl.c in the Key Management subcomponent in the Linux kernel before 4.13.5 does not properly consider that a key may be possessed but negatively instantiated, which allows local users to cause a denial of service (OOPS and system crash) via a crafted KEYCTL_READ operation.
### POC
#### Reference
- https://usn.ubuntu.com/3583-2/
#### Github
No PoCs found on GitHub currently.