Files
CVEs-PoC/2016/CVE-2016-8650.md
T
2025-09-29 21:09:30 +02:00

18 lines
767 B
Markdown

### [CVE-2016-8650](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-8650)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brightgreen)
### Description
The mpi_powm function in lib/mpi/mpi-pow.c in the Linux kernel through 4.8.11 does not ensure that memory is allocated for limb data, which allows local users to cause a denial of service (stack memory corruption and panic) via an add_key system call for an RSA key with a zero exponent.
### POC
#### Reference
- http://seclists.org/fulldisclosure/2016/Nov/76
#### Github
- https://github.com/RUB-SysSec/kAFL