cve/2021/CVE-2021-27427.md
2024-06-18 02:51:15 +02:00

18 lines
756 B
Markdown

### [CVE-2021-27427](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-27427)
![](https://img.shields.io/static/v1?label=Product&message=RIOT%20OS&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=%3D%202020.01.1%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-190%20Integer%20Overflow%20or%20Wraparound&color=brighgreen)
### Description
RIOT OS version 2020.01.1 is vulnerable to integer wrap-around in its implementation of calloc function, which can lead to arbitrary memory allocation, resulting in unexpected behavior such as a crash or a remote code injection/execution.
### POC
#### Reference
- https://github.com/RIOT-OS/RIOT
#### Github
No PoCs found on GitHub currently.